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