Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/va/
Dsurface.c680 int expected_fourcc; in vlVaCreateSurfaces2() local
704 expected_fourcc = 0; in vlVaCreateSurfaces2()
711 expected_fourcc = attrib_list[i].value.value.i; in vlVaCreateSurfaces2()
756 expected_fourcc = memory_attribute->pixel_format; in vlVaCreateSurfaces2()
777 if (expected_fourcc) { in vlVaCreateSurfaces2()
778 enum pipe_format expected_format = VaFourccToPipeFormat(expected_fourcc); in vlVaCreateSurfaces2()