/third_party/cJSON/tests/ |
D | readme_examples.c | 54 cJSON *resolutions = NULL; in create_monitor() local 75 resolutions = cJSON_CreateArray(); in create_monitor() 76 if (resolutions == NULL) in create_monitor() 80 cJSON_AddItemToObject(monitor, "resolutions", resolutions); in create_monitor() 89 cJSON_AddItemToArray(resolutions, resolution); in create_monitor() 125 cJSON *resolutions = NULL; in create_monitor_with_helpers() local 135 resolutions = cJSON_AddArrayToObject(monitor, "resolutions"); in create_monitor_with_helpers() 136 if (resolutions == NULL) in create_monitor_with_helpers() 155 cJSON_AddItemToArray(resolutions, resolution); in create_monitor_with_helpers() 172 const cJSON *resolutions = NULL; in supports_full_hd() local [all …]
|
/third_party/gstreamer/gstplugins_good/tests/examples/v4l2/ |
D | v4l2src-renegotiate.c | 40 static const gchar **resolutions = def_resolutions; variable 49 {"resolution", 'r', 0, G_OPTION_ARG_STRING_ARRAY, &resolutions, 91 if (!resolutions[resolution_index]) { in change_caps() 96 g_print ("Setting resolution to '%s'\n", resolutions[resolution_index]); in change_caps() 98 res = g_strsplit (resolutions[resolution_index++], "x", 2); in change_caps() 100 g_warning ("Can't parse resolution: %s", resolutions[resolution_index - 1]); in change_caps()
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | videofilter.c | 142 } resolutions[] = { { in check_filter_varargs() local 161 for (r = 0; r < G_N_ELEMENTS (resolutions); ++r) { in check_filter_varargs() 166 gst_caps_set_simple (caps, "width", G_TYPE_INT, resolutions[r].width, in check_filter_varargs() 167 "height", G_TYPE_INT, resolutions[r].height, in check_filter_varargs()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpsv3vdepay.c | 140 } resolutions[7] = { in gst_rtp_sv3v_depay_process() local 223 rtpsv3vdepay->width = resolutions[res].width; in gst_rtp_sv3v_depay_process() 224 rtpsv3vdepay->height = resolutions[res].height; in gst_rtp_sv3v_depay_process()
|
/third_party/typescript/src/compiler/ |
D | resolutionCache.ts | 609 …function watchFailedLookupLocationOfNonRelativeModuleResolutions(resolutions: ResolutionWithFailed… 612 resolutions.forEach(watchFailedLookupLocationOfResolution); 702 const resolutions = cache.get(filePath); constant 703 if (resolutions) { 704 …resolutions.forEach(resolution => stopWatchFailedLookupLocationOfResolution(resolution, filePath, … 728 …function invalidateResolutions(resolutions: ResolutionWithFailedLookupLocations[] | undefined, can… 729 if (!resolutions) return false; 731 for (const resolution of resolutions) {
|
D | program.ts | 517 const resolutions: T[] = []; constant 527 resolutions.push(result); 529 return resolutions; 980 … const resolutions = resolveTypeReferenceDirectiveNamesWorker(typeReferences, containingFilename); constant 982 …eferences[i], resolutions[i], { kind: FileIncludeKind.AutomaticTypeDirectiveFile, typeReference: t… 1318 const resolutions = unknownModuleNames && unknownModuleNames.length constant 1325 Debug.assert(resolutions.length === moduleNames.length); 1326 return resolutions; 1339 result[i] = resolutions[j]; 1343 Debug.assert(j === resolutions.length); [all …]
|
/third_party/cJSON/ |
D | README.md | 312 "resolutions": [ 334 //create a monitor with a list of supported resolutions 345 cJSON *resolutions = NULL; 366 resolutions = cJSON_CreateArray(); 367 if (resolutions == NULL) 371 cJSON_AddItemToObject(monitor, "resolutions", resolutions); 380 cJSON_AddItemToArray(resolutions, resolution); 421 cJSON *resolutions = NULL; 431 resolutions = cJSON_AddArrayToObject(monitor, "resolutions"); 432 if (resolutions == NULL) [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArraySubImage3D.cpp | 47 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()
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | ANGLE_get_tex_level_parameter.txt | 110 TEXTURE_STENCIL_SIZE, and TEXTURE_SHARED_SIZE return the actual resolutions 111 of the stored image components, not the resolutions specified when the image 116 resolutions returned specify the component resolution of an uncompressed
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_texture_float.txt | 238 the resulting texture with internal component resolutions of its own 274 internal formats, and desired component resolutions for each 308 resolutions of each of the red, green, blue, alpha, luminance, and 319 intensity component resolutions and types (unsigned int, floats, etc.). 326 and component resolutions are set to zero, and the component types are 358 TEXTURE_INTENSITY_SIZE return the actual resolutions of the stored image 359 array components, not the resolutions specified when the image array was
|
D | ARB_shader_bit_encoding.txt | 109 extension will track resolutions of ARB_gpu_shader5. It is a simple
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_texture_float.txt | 248 the resulting texture with internal component resolutions of its own 284 internal formats, and desired component resolutions for each 318 resolutions of each of the red, green, blue, alpha, luminance, and 329 intensity component resolutions and types (unsigned int, floats, etc.). 336 and component resolutions are set to zero, and the component types are 368 TEXTURE_INTENSITY_SIZE return the actual resolutions of the stored image 369 array components, not the resolutions specified when the image array was
|
D | ARB_shader_bit_encoding.txt | 119 extension will track resolutions of ARB_gpu_shader5. It is a simple
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_texture.txt | 24 numeric resolutions of color components in texture images. While it 40 adds capabilities to GL, as well as allowing internal resolutions to be 44 determine what combinations of texture dimensions and resolutions are 192 allocated to best match the resolutions in the table. The determination 205 resolutions are available without having to fully specify the texture
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_texture.txt | 24 numeric resolutions of color components in texture images. While it 40 adds capabilities to GL, as well as allowing internal resolutions to be 44 determine what combinations of texture dimensions and resolutions are 192 allocated to best match the resolutions in the table. The determination 205 resolutions are available without having to fully specify the texture
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_depth_texture.txt | 180 7/30/2007 Update issues section with adopted resolutions. 185 9/24/2007 Removed UNSIGNED_INT_24_OES. Added reasoning to resolutions in Issues section.
|
/third_party/eudev/hwdb/ |
D | 70-mouse.hwdb | 80 # - a space-separated list of resolutions for multi-resolution mice. 81 # The default resolution must be prefixed by an asterisk, the resolutions 85 # The order of resolutions is as configured by the HW manufacturer or in 88 # The frequency must be given to either none or all resolutions. If the
|
/third_party/openh264/ |
D | README.md | 13 - Simulcast AVC up to 4 resolutions from a single input 14 - Spatial simulcast up to 4 resolutions from a single input
|
/third_party/openGLES/extensions/SGIS/ |
D | SGIS_texture_select.txt | 161 The interpretation of the bit resolutions of the new internal formats 193 component numeric resolutions) introduced in the EXT_texture extension.
|
/third_party/openGLES/extensions/OES/ |
D | OES_depth_texture.txt | 190 7/30/2007 Update issues section with adopted resolutions. 195 9/24/2007 Removed UNSIGNED_INT_24_OES. Added reasoning to resolutions in Issues section.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/ |
D | SGIS_texture_select.txt | 161 The interpretation of the bit resolutions of the new internal formats 193 component numeric resolutions) introduced in the EXT_texture extension.
|
/third_party/libinput/doc/user/ |
D | normalization-of-relative-motion.rst | 76 resolutions and frequencies: ::
|
/third_party/grpc/doc/ |
D | naming.md | 77 and return updated resolutions as needed.
|
/third_party/typescript/src/harness/ |
D | harnessLanguageService.ts | 346 const resolutions: ts.MapLike<ts.ResolvedTypeReferenceDirective> = {}; constant 351 … resolutions[typeReferenceDirective.fileName] = resolutionInfo.resolvedTypeReferenceDirective!; 354 return JSON.stringify(resolutions);
|
/third_party/grpc/src/proto/grpc/lb/v1/ |
D | load_balancer.proto | 121 // be updated when server resolutions change or as needed to balance load
|