AVBlocks for C++
2.1
Audio and Video Software Development Kit
|
Defines constants for various color formats. More...
Enumerations | |
enum | Enum { Unknown = 0, YV12 = 1, NV12 = 2, YUY2 = 3, UYVY = 4, YUV411 = 5, YUV420 = 6, YUV422 = 7, YUV444 = 8, Y411 = 9, Y41P = 10, BGR32 = 11, BGR24 = 12, BGR565 = 13, BGR555 = 14, BGR444 = 15, GRAY = 16, YUV420A = 17, YUV422A = 18, YUV444A = 19, YVU9 = 20, BGRA32 = 21 } |
ColorFormat::Enum. More... | |
Defines constants for various color formats.
A color format is combination of color space, color depth, chroma subsampling, component layout and packing.
enum Enum |