Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/include/pipe/
Dp_format.h237 PIPE_FORMAT_YV12, enumerator
588 case PIPE_FORMAT_YV12: in pipe_format_to_chroma_format()
/external/mesa3d/src/gallium/frontends/vdpau/
Dsurface.c230 if (format == PIPE_FORMAT_YV12 && buffer_format == PIPE_FORMAT_NV12) in vlVdpVideoSurfaceGetBitsYCbCr()
232 else if (format == PIPE_FORMAT_NV12 && buffer_format == PIPE_FORMAT_YV12) in vlVdpVideoSurfaceGetBitsYCbCr()
369 if (pformat == PIPE_FORMAT_YV12 && in vlVdpVideoSurfacePutBitsYCbCr()
Dvdpau_private.h128 return PIPE_FORMAT_YV12; in FormatYCBCRToPipe()
169 case PIPE_FORMAT_YV12: in PipeToFormatYCBCR()
/external/mesa3d/src/gallium/frontends/va/
Dimage.c487 if ((format == PIPE_FORMAT_YV12 && in vlVaGetImage()
618 ((format != PIPE_FORMAT_YV12) || (surf->buffer->buffer_format != PIPE_FORMAT_NV12)) && in vlVaPutImage()
670 if (((format == PIPE_FORMAT_YV12) || (format == PIPE_FORMAT_IYUV)) in vlVaPutImage()
Dva_private.h99 return PIPE_FORMAT_YV12; in VaFourccToPipeFormat()
131 case PIPE_FORMAT_YV12: in PipeFormatToVaFourcc()
/external/mesa3d/src/util/format/
Du_format.h1306 case PIPE_FORMAT_YV12: in util_format_get_plane_format()
1336 case PIPE_FORMAT_YV12: in util_format_get_plane_width()
1360 case PIPE_FORMAT_YV12: in util_format_get_plane_height()
Du_format.csv383 PIPE_FORMAT_YV12 , planar3, 1, 1, 1, , , , , xyzw, yuv
/external/virglrenderer/src/gallium/include/pipe/
Dp_format.h221 #define PIPE_FORMAT_YV12 VIRGL_FORMAT_YV12 macro
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_video_buffer.c75 case PIPE_FORMAT_YV12: in vl_video_buffer_plane_order()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_format.csv279 PIPE_FORMAT_YV12 , other, 1, 1, x8 , x8 , x8 , x8 , xyzw, yuv
/external/virglrenderer/prebuilt-intermediates/src/
Du_format_table.c6063 PIPE_FORMAT_YV12,
11357 case PIPE_FORMAT_YV12: in util_format_description()