#ifndef MMAL_ENCODINGS_H
#define MMAL_ENCODINGS_H
#define MMAL_ENCODING_H264 …
#define MMAL_ENCODING_H263 …
#define MMAL_ENCODING_MP4V …
#define MMAL_ENCODING_MP2V …
#define MMAL_ENCODING_MP1V …
#define MMAL_ENCODING_WMV3 …
#define MMAL_ENCODING_WMV2 …
#define MMAL_ENCODING_WMV1 …
#define MMAL_ENCODING_WVC1 …
#define MMAL_ENCODING_VP8 …
#define MMAL_ENCODING_VP7 …
#define MMAL_ENCODING_VP6 …
#define MMAL_ENCODING_THEORA …
#define MMAL_ENCODING_SPARK …
#define MMAL_ENCODING_MJPEG …
#define MMAL_ENCODING_JPEG …
#define MMAL_ENCODING_GIF …
#define MMAL_ENCODING_PNG …
#define MMAL_ENCODING_PPM …
#define MMAL_ENCODING_TGA …
#define MMAL_ENCODING_BMP …
#define MMAL_ENCODING_I420 …
#define MMAL_ENCODING_I420_SLICE …
#define MMAL_ENCODING_YV12 …
#define MMAL_ENCODING_I422 …
#define MMAL_ENCODING_I422_SLICE …
#define MMAL_ENCODING_YUYV …
#define MMAL_ENCODING_YVYU …
#define MMAL_ENCODING_UYVY …
#define MMAL_ENCODING_VYUY …
#define MMAL_ENCODING_NV12 …
#define MMAL_ENCODING_NV21 …
#define MMAL_ENCODING_ARGB …
#define MMAL_ENCODING_RGBA …
#define MMAL_ENCODING_ABGR …
#define MMAL_ENCODING_BGRA …
#define MMAL_ENCODING_RGB16 …
#define MMAL_ENCODING_RGB24 …
#define MMAL_ENCODING_RGB32 …
#define MMAL_ENCODING_BGR16 …
#define MMAL_ENCODING_BGR24 …
#define MMAL_ENCODING_BGR32 …
#define MMAL_ENCODING_YUVUV128 …
#define MMAL_ENCODING_OPAQUE …
#define MMAL_ENCODING_EGL_IMAGE …
#define MMAL_ENCODING_PCM_UNSIGNED_BE …
#define MMAL_ENCODING_PCM_UNSIGNED_LE …
#define MMAL_ENCODING_PCM_SIGNED_BE …
#define MMAL_ENCODING_PCM_SIGNED_LE …
#define MMAL_ENCODING_PCM_FLOAT_BE …
#define MMAL_ENCODING_PCM_FLOAT_LE …
#define MMAL_ENCODING_VARIANT_H264_DEFAULT …
#define MMAL_ENCODING_VARIANT_H264_AVC1 …
#define MMAL_ENCODING_VARIANT_H264_RAW …
#define MMAL_COLOR_SPACE_UNKNOWN …
#define MMAL_COLOR_SPACE_ITUR_BT601 …
#define MMAL_COLOR_SPACE_ITUR_BT709 …
#define MMAL_COLOR_SPACE_JPEG_JFIF …
#define MMAL_COLOR_SPACE_FCC …
#define MMAL_COLOR_SPACE_SMPTE240M …
#define MMAL_COLOR_SPACE_BT470_2_M …
#define MMAL_COLOR_SPACE_BT470_2_BG …
#define MMAL_COLOR_SPACE_JFIF_Y16_255 …
#endif