Home
last modified time | relevance | path

Searched refs:resolutions (Results 1 – 25 of 48) sorted by relevance

12

/external/autotest/client/common_lib/cros/webrtc_scripts/
Dloopback-peerconnection.js22 constructor(videoElement, resolutions, cpuOveruseDetection=null) { argument
29 this.resolutions = resolutions.slice().sort((x, y) => y.w - x.w);
30 this.activeStreamIndex = resolutions.length - 1;
48 const promises = this.resolutions.map((resolution) => {
76 const expectedResolution = this.resolutions[this.activeStreamIndex];
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DMissingBindingSuggestions.java34 ImmutableList.Builder<String> resolutions = new ImmutableList.Builder<>(); in forKey() local
44 resolutions.add("A binding with matching key exists in component: " in forKey()
49 return resolutions.build(); in forKey()
/external/tensorflow/tensorflow/contrib/gan/python/eval/python/
Dsliced_wasserstein_impl.py243 resolutions = [
252 [[] for _ in resolutions] for _ in range(3))
254 _laplacian_pyramid(real_images, len(resolutions))):
261 _laplacian_pyramid(fake_images, len(resolutions))):
265 for lod in range(len(resolutions)):
271 for lod in range(len(resolutions)):
/external/v8/src/js/
Dpromise.js36 var resolutions = new InternalArray();
67 CreateResolveElementFunction(i, resolutions, deferred),
80 %MoveArrayContents(resolutions, valuesArray);
/external/autotest/client/site_tests/video_WebRtcResolutionSwitching/
Dcontrol.perf7 PURPOSE = "Test WebRTC by frequently switching between different resolutions"
21 different resolutions. The test then switches randomly which of the streams are
22 active for each connection, effectively flipping between different resolutions.
Dcontrol7 PURPOSE = "Stress WebRTC by frequently switching between different resolutions"
22 different resolutions. The test then switches randomly which of the streams are
23 active for each connection, effectively flipping between different resolutions.
/external/pdfium/third_party/libopenjpeg20/
Dtcd.c70 opj_tcd_resolution_t *res = &tilec->resolutions[resno]; in tcd_dump()
252 opj_tcd_resolution_t *res = &tilec->resolutions[resno]; in opj_tcd_makelayer()
364 opj_tcd_resolution_t *res = &tilec->resolutions[resno]; in opj_tcd_makelayer_fixed()
470 opj_tcd_resolution_t *res = &tilec->resolutions[resno]; in opj_tcd_rateallocate()
856 if (l_tilec->resolutions == 00) { in opj_tcd_init_tile()
857 l_tilec->resolutions = (opj_tcd_resolution_t *) opj_malloc(l_data_size); in opj_tcd_init_tile()
858 if (! l_tilec->resolutions) { in opj_tcd_init_tile()
863 memset(l_tilec->resolutions, 0, l_data_size); in opj_tcd_init_tile()
866 l_tilec->resolutions, l_data_size); in opj_tcd_init_tile()
869 opj_free(l_tilec->resolutions); in opj_tcd_init_tile()
[all …]
Dpi.c247 res = &comp->resolutions[pi->resno]; in opj_pi_next_lrcp()
261 res = &comp->resolutions[pi->resno]; in opj_pi_next_lrcp()
300 res = &comp->resolutions[pi->resno]; in opj_pi_next_rlcp()
313 res = &comp->resolutions[pi->resno]; in opj_pi_next_rlcp()
355 res = &comp->resolutions[resno]; in opj_pi_next_rpcl()
393 res = &comp->resolutions[pi->resno]; in opj_pi_next_rpcl()
491 res = &comp->resolutions[resno]; in opj_pi_next_pcrl()
527 res = &comp->resolutions[pi->resno]; in opj_pi_next_pcrl()
627 res = &comp->resolutions[resno]; in opj_pi_next_cprl()
659 res = &comp->resolutions[pi->resno]; in opj_pi_next_cprl()
[all …]
Ddwt.c1137 l_cur_res = tilec->resolutions + l; in opj_dwt_encode_procedure()
1140 l_data_count = opj_dwt_max_resolution(tilec->resolutions, tilec->numresolutions); in opj_dwt_encode_procedure()
1395 opj_tcd_resolution_t* tr = tilec->resolutions; in opj_dwt_decode_tile()
1402 OPJ_UINT32 w = (OPJ_UINT32)(tilec->resolutions[tilec->minimum_num_resolutions - in opj_dwt_decode_tile()
1404 tilec->resolutions[tilec->minimum_num_resolutions - 1].x0); in opj_dwt_decode_tile()
1883 opj_tcd_resolution_t* tr_max = &(tilec->resolutions[numres - 1]); in opj_dwt_init_sparse_array()
1894 opj_tcd_resolution_t* res = &tilec->resolutions[resno]; in opj_dwt_init_sparse_array()
1910 opj_tcd_resolution_t* pres = &tilec->resolutions[resno - 1]; in opj_dwt_init_sparse_array()
1914 opj_tcd_resolution_t* pres = &tilec->resolutions[resno - 1]; in opj_dwt_init_sparse_array()
1947 opj_tcd_resolution_t* tr = tilec->resolutions; in opj_dwt_decode_partial_tile()
[all …]
Dpi.h67 opj_pi_resolution_t *resolutions; member
D0003-dwt-decode.patch148 l_cur_res = tilec->resolutions + l;
151 - l_data_size = opj_dwt_max_resolution(tilec->resolutions, tilec->numresolutions);
152 + l_data_count = opj_dwt_max_resolution(tilec->resolutions, tilec->numresolutions);
Dt2.c460 opj_tcd_resolution_t *res = &tilec->resolutions[l_current_pi->resno]; in opj_t2_decode_packets()
667 opj_tcd_resolution_t *res = &tilec->resolutions[resno]; in opj_t2_encode_packet()
1019 &p_tile->comps[p_pi->compno].resolutions[p_pi->resno]; in opj_t2_read_packet_header()
1296 &p_tile->comps[p_pi->compno].resolutions[p_pi->resno]; in opj_t2_read_packet_data()
1424 &p_tile->comps[p_pi->compno].resolutions[p_pi->resno]; in opj_t2_skip_packet_data()
Dt1.c1649 tile_w = (OPJ_UINT32)(tilec->resolutions[tilec->minimum_num_resolutions - 1].x1 in opj_t1_clbl_decode_processor()
1651 tilec->resolutions[tilec->minimum_num_resolutions - 1].x0); in opj_t1_clbl_decode_processor()
1682 opj_tcd_resolution_t* pres = &tilec->resolutions[resno - 1]; in opj_t1_clbl_decode_processor()
1686 opj_tcd_resolution_t* pres = &tilec->resolutions[resno - 1]; in opj_t1_clbl_decode_processor()
1812 opj_tcd_resolution_t* res = &tilec->resolutions[resno]; in opj_t1_decode_cblks()
2122 opj_tcd_resolution_t *res = &tilec->resolutions[resno]; in opj_t1_encode_cblks()
2148 opj_tcd_resolution_t *pres = &tilec->resolutions[resno - 1]; in opj_t1_encode_cblks()
2152 opj_tcd_resolution_t *pres = &tilec->resolutions[resno - 1]; in opj_t1_encode_cblks()
/external/doclava/src/com/google/doclava/
DAnnotationValueInfo.java106 ArrayList<Resolution> resolutions = mResolutions; in resolveResolutions() local
110 for (Resolution resolution : resolutions) { in resolveResolutions()
DAnnotationInstanceInfo.java103 ArrayList<Resolution> resolutions = mResolutions; in resolveResolutions() local
107 for (Resolution resolution : resolutions) { in resolveResolutions()
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySubImage3D.cpp47 const glw::GLuint resolutions[TextureCubeMapArraySubImage3D::m_n_resolutions] variable
149 glw::GLuint width = resolutions[resolution_index][DL_WIDTH]; in iterate()
150 glw::GLuint height = resolutions[resolution_index][DL_HEIGHT]; in iterate()
151 glw::GLuint depth = resolutions[resolution_index][DL_DEPTH]; in iterate()
/external/autotest/client/site_tests/hardware_Resolution/
Dcontrol9 Screen resolutions supported:
/external/autotest/client/site_tests/video_YouTubeHTML5/
Dcontrol23 This test verify YouTube video playback, states and resolutions.
/external/libcups/cups/
Dppd-cache.c2970 int resolutions[1000]; in _ppdCreateFromIPP() local
4137 if (count > (int)(sizeof(resolutions) / sizeof(resolutions[0]))) in _ppdCreateFromIPP()
4138 count = (int)(sizeof(resolutions) / sizeof(resolutions[0])); in _ppdCreateFromIPP()
4140 resolutions[0] = 0; /* Not in loop to silence Clang static analyzer... */ in _ppdCreateFromIPP()
4142 resolutions[i] = i; in _ppdCreateFromIPP()
4153 ix = ippGetResolution(attr, resolutions[i], &iy, &units); in _ppdCreateFromIPP()
4154 jx = ippGetResolution(attr, resolutions[j], &jy, &units); in _ppdCreateFromIPP()
4162 temp = resolutions[i]; in _ppdCreateFromIPP()
4163 resolutions[i] = resolutions[j]; in _ppdCreateFromIPP()
4164 resolutions[j] = temp; in _ppdCreateFromIPP()
[all …]
/external/autotest/server/site_tests/display_ResolutionList/
Dcontrol.extended19 This test remotely tests all display resolutions available from the display
Dcontrol.mirrored19 This test remotely tests all display resolutions available from the display
Dcontrol.4K.extended19 This test remotely tests all display resolutions available from the display
Dcontrol.4K.mirrored19 This test remotely tests all display resolutions available from the display
/external/libyuv/files/docs/
Denvironment_variables.md25 …mage (128x72) to run fast. This can be set by environment variable to test a specific resolutions.
/external/autotest/test_suites/
Dcontrol.youtube_page15 This test verify YouTube page video playback, states and resolutions.

12