Lines Matching full:yuv
100 #define PVR2D_YUV422_YUYV 0x13UL // YUV 422 low-high byte order Y0UY1V
101 #define PVR2D_YUV422_UYVY 0x14UL // YUV 422 low-high byte order UY0VY1
102 #define PVR2D_YUV422_YVYU 0x15UL // YUV 422 low-high byte order Y0VY1U
103 #define PVR2D_YUV422_VYUY 0x16UL // YUV 422 low-high byte order VY0UY1
372 PVR2D_ULONG uChromaPlane1; /* YUV multiplane - byte offset from start of alloc to chroma plane 1 */
373 PVR2D_ULONG uChromaPlane2; /* YUV multiplane - byte offset from start of alloc to chroma plane 2 */
419 PPVR2D_YUVCOEFFS psYUVCoeffs; /* YUV Coeffs needed for RGB conversion */
420 PVR2D_UINT uiNumLayers; /* no. of YUV planes */