|
#define | VIDEO_DRV_COLOR_FORMAT_BEGIN (0UL) |
| Color format begin.
|
|
#define | VIDEO_DRV_COLOR_GRAYSCALE8 (1UL) |
| 8 bit grayscale color format
|
|
#define | VIDEO_DRV_COLOR_RGB888 (2UL) |
| 24 bit RGB color format
|
|
#define | VIDEO_DRV_COLOR_BGR565 (3UL) |
| 16 bit BGR color format
|
|
#define | VIDEO_DRV_COLOR_YUV420 (4UL) |
| 12 bit YUV420 color format
|
|
#define | VIDEO_DRV_COLOR_NV12 (5UL) |
| 24 bit NV12 color format
|
|
#define | VIDEO_DRV_COLOR_NV21 (6UL) |
| 24 bit NV12 color format
|
|
#define | VIDEO_DRV_COLOR_FORMAT_END (7UL) |
| Color format end.
|
|
Color format definitions specify supported color formats used for channel configuration.