Home
last modified time | relevance | path

Searched refs:resolution_index (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_good/tests/examples/v4l2/
Dv4l2src-renegotiate.c57 static gint resolution_index = 0; variable
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/ffmpeg/libavcodec/
Dav3a_parser.c81 uint8_t resolution_index; member
390 uint8_t resolution_index = get_bits(&gb, 2); in read_av3a_frame_header() local
391 switch (resolution_index) { in read_av3a_frame_header()
451 hdf->resolution_index = resolution_index; in read_av3a_frame_header()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySubImage3D.cpp147 for (glw::GLuint resolution_index = 0; resolution_index < m_n_resolutions; ++resolution_index) in iterate() local
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()