frame.h File Reference

headers for frame format related information More...

This graph shows which files directly or indirectly include this file:

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
}


Detailed Description

headers for frame format related information

Author:

Definition in file frame.h.


Enumeration Type Documentation

Enumerator:
CF_UNKNOWN  Unknown color format.
YUV400  Monochrome.
YUV420  4:2:0
YUV422  4:2:2
YUV444  4:4:4

Definition at line 23 of file frame.h.


Documentation generated with DoxyGen