Go to the source code of this file.
Data Structures | |
struct | frame_format |
Typedefs | |
typedef struct frame_format | FrameFormat |
Enumerations | |
enum | ColorModel { CM_UNKNOWN = -1, CM_YUV = 0, CM_RGB = 1, CM_XYZ = 2 } |
enum | ColorFormat { CF_UNKNOWN = -1, YUV400 = 0, YUV420 = 1, YUV422 = 2, YUV444 = 3 } |
Definition in file frame.h.
enum ColorFormat |