Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/va/
Dsurface.c441 attribs[i].value.value.i = PipeFormatToVaFourcc(vpp_surface_formats[j]); in vlVaQuerySurfaceAttributes()
992 desc->fourcc = PipeFormatToVaFourcc(surf->buffer->buffer_format); in vlVaExportSurfaceHandle()
Dva_private.h116 PipeFormatToVaFourcc(enum pipe_format p_format) in PipeFormatToVaFourcc() function
Dimage.c226 img->format.fourcc = PipeFormatToVaFourcc(surf->buffer->buffer_format); in vlVaDeriveImage()