Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dhwcontext.c31 static const HWContextType * const hw_table[] = { variable
105 for (i = 0; hw_table[i]; i++) { in av_hwdevice_iterate_types()
106 if (prev != AV_HWDEVICE_TYPE_NONE && hw_table[i]->type <= prev) in av_hwdevice_iterate_types()
108 if (!set || hw_table[i]->type < next) { in av_hwdevice_iterate_types()
109 next = hw_table[i]->type; in av_hwdevice_iterate_types()
149 for (i = 0; hw_table[i]; i++) { in av_hwdevice_ctx_alloc()
150 if (hw_table[i]->type == type) { in av_hwdevice_ctx_alloc()
151 hw_type = hw_table[i]; in av_hwdevice_ctx_alloc()
/third_party/openGLES/extensions/EXT/
DWGL_EXT_display_color_table.txt241 hw_table[i][c] = app_table[i][c] * 2**B / 65535;
254 hw_table[i][c] = app_table[floor(index)][c] * (1-frac) +
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DWGL_EXT_display_color_table.txt241 hw_table[i][c] = app_table[i][c] * 2**B / 65535;
254 hw_table[i][c] = app_table[floor(index)][c] * (1-frac) +