Searched refs:YCbCr (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/docs/specs/
H A DMESA_ycbcr_texture.spec34 This extension supports texture images stored in the YCbCr format.
35 There is no support for converting YCbCr images to RGB or vice versa
36 during pixel transfer. The texture's YCbCr colors are converted to
41 A YCbCr pixel (texel) is a 16-bit unsigned short with two components.
120 indicate that the image data is in YCbCr format. type must
127 YCbCr, not RGB. Queries of the texture's red, green and blue component
128 sizes will return zero. The YCbCr colors are converted to RGB during
201 3 September 2003 - further clarify when YCbCr->RGB conversion takes place
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
H A DMESA_ycbcr_texture.spec34 This extension supports texture images stored in the YCbCr format.
35 There is no support for converting YCbCr images to RGB or vice versa
36 during pixel transfer. The texture's YCbCr colors are converted to
41 A YCbCr pixel (texel) is a 16-bit unsigned short with two components.
120 indicate that the image data is in YCbCr format. type must
127 YCbCr, not RGB. Queries of the texture's red, green and blue component
128 sizes will return zero. The YCbCr colors are converted to RGB during
201 3 September 2003 - further clarify when YCbCr->RGB conversion takes place
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_xv_overlay.c538 YCBCRREC YCbCr; local in function:viaOverlayGetYCbCrStartAddress
541 YCbCr.dwY = startAddr;
542 YCbCr.dwCB = startAddr + srcPitch * srcHeight;
543 YCbCr.dwCR = (startAddr + srcPitch * srcHeight
546 YCbCr.dwY = startAddr + offset;
547 YCbCr.dwCB = startAddr + srcPitch * srcHeight + UVoffset;
548 YCbCr.dwCR = (startAddr + srcPitch * srcHeight + UVoffset
551 return YCbCr;
1886 YCBCRREC YCbCr; local in function:Upd_Video
1895 YCbCr
[all...]
H A Dvia_vt162x.c372 "VT1625: YCbCr connected.\n");
735 xf86I2CWriteByte(pBIOSInfo->TVI2CDev, 0x65, Table.YCbCr[0]);
736 xf86I2CWriteByte(pBIOSInfo->TVI2CDev, 0x66, Table.YCbCr[1]);
737 xf86I2CWriteByte(pBIOSInfo->TVI2CDev, 0x67, Table.YCbCr[2]);
H A Dvia_vt162x.h199 CARD8 YCbCr[3]; member in struct:VT162XTableRec
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Dplatform_android.c53 YCbCr, enumerator in enum:chroma_order
71 { HAL_PIXEL_FORMAT_YCbCr_420_888, YCbCr, 2, __DRI_IMAGE_FOURCC_NV12 },
72 { HAL_PIXEL_FORMAT_YCbCr_420_888, YCbCr, 1, __DRI_IMAGE_FOURCC_YUV420 },
77 { HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED, YCbCr, 2, __DRI_IMAGE_FOURCC_NV12 },
78 { HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED, YCbCr, 1, __DRI_IMAGE_FOURCC_YUV420 },
832 chroma_order = YCbCr;
849 buf->format, chroma_order == YCbCr ? "YCbCr" : "YCrCb", ycbcr.chroma_step);
905 * an arbitrary YCbCr 4:2:0 or RGBX_8888, with the latter being recognized
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Dplatform_android.c57 YCbCr, enumerator in enum:chroma_order
75 { HAL_PIXEL_FORMAT_YCbCr_420_888, YCbCr, 2, DRM_FORMAT_NV12 },
76 { HAL_PIXEL_FORMAT_YCbCr_420_888, YCbCr, 1, DRM_FORMAT_YUV420 },
81 { HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED, YCbCr, 2, DRM_FORMAT_NV12 },
82 { HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED, YCbCr, 1, DRM_FORMAT_YUV420 },
225 chroma_order = ((size_t)ycbcr.cr < (size_t)ycbcr.cb) ? YCrCb : YCbCr;
232 buf->format, chroma_order == YCbCr ? "YCbCr" : "YCrCb", ycbcr.chroma_step);
304 * an arbitrary YCbCr 4:2:0 or RGBX_8888, with the latter being recognized
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D18.3.5.rst143 - anv: Count surfaces for non-YCbCr images in
H A D21.1.1.rst137 - radv: Handle unnormalized samplers in YCbCr lowering
H A D19.1.0.rst2118 - anv: Count surfaces for non-YCbCr images in
3608 - anv: fix apply_pipeline_layout pass for arrays of YCbCr descriptors
H A D19.0.0.rst1427 - anv: Count surfaces for non-YCbCr images in
H A D21.2.0.rst3137 - radv: Handle unnormalized samplers in YCbCr lowering
5202 - venus: support AHB external format for sampler YCbCr conversion
H A D21.0.0.rst725 - anv/image: Drop redundant rejection of YCbCr formats with modifiers
H A D21.3.0.rst1957 - anv/image: Rework YCbCr image aspects

Completed in 39 milliseconds