ColorSpace.h File Reference

#include <xdc/std.h>
#include <ti/sdo/dmai/Dmai.h>

Go to the source code of this file.


Enumerations

enum  ColorSpace_Type {
  ColorSpace_NOTSET = -1,
  ColorSpace_YUV420PSEMI = 0,
  ColorSpace_YUV422PSEMI,
  ColorSpace_UYVY,
  ColorSpace_RGB888,
  ColorSpace_RGB565,
  ColorSpace_2BIT,
  ColorSpace_YUV420P,
  ColorSpace_YUV422P,
  ColorSpace_YUV444P,
  ColorSpace_GRAY,
  ColorSpace_COUNT
}
 Color formats. More...

Functions

Int ColorSpace_getBpp (ColorSpace_Type colorSpace)
 Calculates the bits per pixel for a given color space format.

Copyright 2011, Texas Instruments Incorporated