Searched refs:vpp_surface_formats (Results 1 – 1 of 1) sorted by relevance
50 static const enum pipe_format vpp_surface_formats[] = { enum426 STATIC_ASSERT(ARRAY_SIZE(vpp_surface_formats) <= VL_VA_MAX_IMAGE_FORMATS); in vlVaQuerySurfaceAttributes()471 for (j = 0; j < ARRAY_SIZE(vpp_surface_formats); ++j) { in vlVaQuerySurfaceAttributes()475 attribs[i].value.value.i = PipeFormatToVaFourcc(vpp_surface_formats[j]); in vlVaQuerySurfaceAttributes()