Searched refs:supported_rt_formats (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/
H A Dconfig.c183 unsigned int supported_rt_formats; local in function:vlVaCreateConfig
200 supported_rt_formats = VA_RT_FORMAT_YUV420 |
205 if (attrib_list[i].value & supported_rt_formats) {
216 config->rt_format = supported_rt_formats;
259 supported_rt_formats = VA_RT_FORMAT_YUV420;
262 supported_rt_formats |= VA_RT_FORMAT_YUV420_10BPP;
274 if (attrib_list[i].value & supported_rt_formats) {
285 config->rt_format = supported_rt_formats;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/
H A Dconfig.c212 unsigned int supported_rt_formats; local in function:vlVaCreateConfig
234 supported_rt_formats = VA_RT_FORMAT_YUV420 |
239 if (attrib_list[i].value & supported_rt_formats) {
254 config->rt_format = supported_rt_formats;
274 supported_rt_formats = VA_RT_FORMAT_YUV420 | VA_RT_FORMAT_YUV422;
285 supported_rt_formats = VA_RT_FORMAT_YUV420;
305 supported_rt_formats |= VA_RT_FORMAT_YUV420_10BPP;
326 if (attrib_list[i].value & supported_rt_formats) {
344 config->rt_format = supported_rt_formats;

Completed in 3 milliseconds