MFORMATSDSLib Namespace : eMFCC Enumeration |
Member | Description |
---|---|
eMFCC_ARGB32 | RGB 4:4:4 colorspace with alpha (8-bit per pixel) |
eMFCC_Default | Default value is usual the same as input or not defined |
eMFCC_HDYC | YUV for HD video (CCIR 709) - similar to UYVY (CCIR 601) |
eMFCC_I420 | YUV 4:2:0 colorspace (8-bit per pixel) |
eMFCC_NV12 | YUV 4:2:0 colorspace, packed in two planes: Y & UV (8-bit per pixel) |
eMFCC_RGB24 | RGB 4:4:4 colorspace (24-bit per pixel) |
eMFCC_RGB32 | RGB 4:4:4 colorspace (32-bit per pixel) |
eMFCC_RGB8 | RGB 4:4:4 colorspace (8-bit per pixel) |
eMFCC_UYVY | YUV 4:2:2 colorspace (8-bit per pixel) |
eMFCC_v210 | 4:2:2 10 bit (YUV) packed format |
eMFCC_YUY2 | YUV 4:2:2 colorspace (8-bit per pixel) |
eMFCC_YV12 | YUV 4:2:0 colorspace (8-bit per pixel) |
eMFCC_YVYU | YUV 4:2:2 colorspace (8-bit per pixel) |