ParsecColorFormat
Color formats for raw image data.
Member of ParsecFrame
.
Values
Name | Value | Description |
---|---|---|
FORMAT_AYUV | 1 | 32-bits per pixel, 8-bits per channel AYUV. |
FORMAT_Y410 | 2 | 32-bits per pixel, 10-bits per channel YUV, 2-bits for A. |
FORMAT_Y416 | 3 | 64-bits per pixel, 16 bits per channel YUVA. |
FORMAT_2PLANES | 4 | 1 plane Y, 1 plane interleaved UV, 8 bits per channel. |
FORMAT_3PLANES | 5 | 3 consecutive planes of YUV, 8 bits per channel. |
FORMAT_2PLANES_16 | 6 | 1 plane Y, 1 plane interleaved UV, 16 bits per channel. |
FORMAT_3PLANES_16 | 7 | 3 consecutive planes of YUV, 16 bits per channel. |
FORMAT_UNKNOWN | 0 | Color format unknown. |
FORMAT_RGBA | 8 | 32-bits per pixel, 8-bits per channel RGBA. |
FORMAT_BGRA | 9 | 32-bits per pixel, 8-bits per channel BGRA. |
FORMAT_NV12 | 10 | 4:2:0 full width/height Y plane followed by an interleaved half width/height UV plane. |
FORMAT_RGBA10 | 11 | 32-bits per pixel, 10-bits per channel RGB, 2-bits for A. |