Searched refs:resolution_index (Results 1 – 3 of 3) sorted by relevance
57 static gint resolution_index = 0; variable91 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()
81 uint8_t resolution_index; member390 uint8_t resolution_index = get_bits(&gb, 2); in read_av3a_frame_header() local391 switch (resolution_index) { in read_av3a_frame_header()451 hdf->resolution_index = resolution_index; in read_av3a_frame_header()
147 for (glw::GLuint resolution_index = 0; resolution_index < m_n_resolutions; ++resolution_index) in iterate() local149 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()