Home
last modified time | relevance | path

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

12345678

/third_party/cJSON/tests/
Dreadme_examples.c54 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/
Dv4l2src-renegotiate.c40 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/
Dvideofilter.c142 } 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/
Dgstrtpsv3vdepay.c140 } 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/
DresolutionCache.ts609 …function watchFailedLookupLocationOfNonRelativeModuleResolutions(resolutions: ResolutionWithFailed…
612 resolutions.forEach(watchFailedLookupLocationOfResolution);
702 const resolutions = cache.get(filePath); constant
703 if (resolutions) {
704resolutions.forEach(resolution => stopWatchFailedLookupLocationOfResolution(resolution, filePath, …
728 …function invalidateResolutions(resolutions: ResolutionWithFailedLookupLocations[] | undefined, can…
729 if (!resolutions) return false;
731 for (const resolution of resolutions) {
Dprogram.ts517 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/
DREADME.md312 "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/
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()
/third_party/skia/third_party/externals/angle2/extensions/
DANGLE_get_tex_level_parameter.txt110 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/
DARB_texture_float.txt238 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
DARB_shader_bit_encoding.txt109 extension will track resolutions of ARB_gpu_shader5. It is a simple
/third_party/openGLES/extensions/ARB/
DARB_texture_float.txt248 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
DARB_shader_bit_encoding.txt119 extension will track resolutions of ARB_gpu_shader5. It is a simple
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_texture.txt24 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/
DEXT_texture.txt24 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/
DOES_depth_texture.txt180 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/
D70-mouse.hwdb80 # - 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/
DREADME.md13 - 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/
DSGIS_texture_select.txt161 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/
DOES_depth_texture.txt190 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/
DSGIS_texture_select.txt161 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/
Dnormalization-of-relative-motion.rst76 resolutions and frequencies: ::
/third_party/grpc/doc/
Dnaming.md77 and return updated resolutions as needed.
/third_party/typescript/src/harness/
DharnessLanguageService.ts346 const resolutions: ts.MapLike<ts.ResolvedTypeReferenceDirective> = {}; constant
351resolutions[typeReferenceDirective.fileName] = resolutionInfo.resolvedTypeReferenceDirective!;
354 return JSON.stringify(resolutions);
/third_party/grpc/src/proto/grpc/lb/v1/
Dload_balancer.proto121 // be updated when server resolutions change or as needed to balance load

12345678