OMX_IVCommon.h File Reference

#include <OMX_Core.h>

Go to the source code of this file.

Data Structures

struct  OMX_CONFIG_COLORCONVERSIONTYPE
struct  OMX_CONFIG_SCALEFACTORTYPE
struct  OMX_CONFIG_IMAGEFILTERTYPE
struct  OMX_CONFIG_COLORENHANCEMENTTYPE
struct  OMX_CONFIG_COLORKEYTYPE
struct  OMX_CONFIG_COLORBLENDTYPE
struct  OMX_FRAMESIZETYPE
struct  OMX_CONFIG_ROTATIONTYPE
struct  OMX_CONFIG_MIRRORTYPE
struct  OMX_CONFIG_POINTTYPE
struct  OMX_CONFIG_RECTTYPE
struct  OMX_PARAM_DEBLOCKINGTYPE
struct  OMX_CONFIG_FRAMESTABTYPE
struct  OMX_CONFIG_WHITEBALCONTROLTYPE
struct  OMX_CONFIG_EXPOSURECONTROLTYPE
struct  OMX_PARAM_SENSORMODETYPE
struct  OMX_CONFIG_CONTRASTTYPE
struct  OMX_CONFIG_BRIGHTNESSTYPE
struct  OMX_CONFIG_BACKLIGHTTYPE
struct  OMX_CONFIG_GAMMATYPE
struct  OMX_CONFIG_SATURATIONTYPE
struct  OMX_CONFIG_LIGHTNESSTYPE
struct  OMX_CONFIG_PLANEBLENDTYPE
struct  OMX_PARAM_INTERLEAVETYPE
struct  OMX_CONFIG_TRANSITIONEFFECTTYPE
struct  OMX_PARAM_DATAUNITTYPE
struct  OMX_CONFIG_DITHERTYPE
struct  OMX_CONFIG_CAPTUREMODETYPE
struct  OMX_CONFIG_EXPOSUREVALUETYPE
struct  OMX_CONFIG_FOCUSREGIONTYPE
struct  OMX_PARAM_FOCUSSTATUSTYPE

Enumerations

enum  OMX_COLOR_FORMATTYPE {
  OMX_COLOR_FormatUnused, OMX_COLOR_FormatMonochrome, OMX_COLOR_Format8bitRGB332, OMX_COLOR_Format12bitRGB444,
  OMX_COLOR_Format16bitARGB4444, OMX_COLOR_Format16bitARGB1555, OMX_COLOR_Format16bitRGB565, OMX_COLOR_Format16bitBGR565,
  OMX_COLOR_Format18bitRGB666, OMX_COLOR_Format18bitARGB1665, OMX_COLOR_Format19bitARGB1666, OMX_COLOR_Format24bitRGB888,
  OMX_COLOR_Format24bitBGR888, OMX_COLOR_Format24bitARGB1887, OMX_COLOR_Format25bitARGB1888, OMX_COLOR_Format32bitBGRA8888,
  OMX_COLOR_Format32bitARGB8888, OMX_COLOR_FormatYUV411Planar, OMX_COLOR_FormatYUV411PackedPlanar, OMX_COLOR_FormatYUV420Planar,
  OMX_COLOR_FormatYUV420PackedPlanar, OMX_COLOR_FormatYUV420SemiPlanar, OMX_COLOR_FormatYUV422Planar, OMX_COLOR_FormatYUV422PackedPlanar,
  OMX_COLOR_FormatYUV422SemiPlanar, OMX_COLOR_FormatYCbYCr, OMX_COLOR_FormatYCrYCb, OMX_COLOR_FormatCbYCrY,
  OMX_COLOR_FormatCrYCbY, OMX_COLOR_FormatYUV444Interleaved, OMX_COLOR_FormatRawBayer8bit, OMX_COLOR_FormatRawBayer10bit,
  OMX_COLOR_FormatRawBayer8bitcompressed, OMX_COLOR_FormatL2, OMX_COLOR_FormatL4, OMX_COLOR_FormatL8,
  OMX_COLOR_FormatL16, OMX_COLOR_FormatL24, OMX_COLOR_FormatL32, OMX_COLOR_FormatYUV420PackedSemiPlanar,
  OMX_COLOR_FormatYUV422PackedSemiPlanar, OMX_COLOR_Format18BitBGR666, OMX_COLOR_Format24BitARGB6666, OMX_COLOR_Format24BitABGR6666,
  OMX_COLOR_FormatMax = 0x7FFFFFFF
}
enum  OMX_IMAGEFILTERTYPE {
  OMX_ImageFilterNone, OMX_ImageFilterNoise, OMX_ImageFilterEmboss, OMX_ImageFilterNegative,
  OMX_ImageFilterSketch, OMX_ImageFilterOilPaint, OMX_ImageFilterHatch, OMX_ImageFilterGpen,
  OMX_ImageFilterAntialias, OMX_ImageFilterDeRing, OMX_ImageFilterSolarize, OMX_ImageFilterMax = 0x7FFFFFFF
}
enum  OMX_COLORBLENDTYPE {
  OMX_ColorBlendNone, OMX_ColorBlendAlphaConstant, OMX_ColorBlendAlphaPerPixel, OMX_ColorBlendAlternate,
  OMX_ColorBlendAnd, OMX_ColorBlendOr, OMX_ColorBlendInvert, OMX_ColorBlendMax = 0x7FFFFFFF
}
enum  OMX_MIRRORTYPE {
  OMX_MirrorNone = 0, OMX_MirrorVertical, OMX_MirrorHorizontal, OMX_MirrorBoth,
  OMX_MirrorMax = 0x7FFFFFFF
}
enum  OMX_WHITEBALCONTROLTYPE {
  OMX_WhiteBalControlOff = 0, OMX_WhiteBalControlAuto, OMX_WhiteBalControlSunLight, OMX_WhiteBalControlCloudy,
  OMX_WhiteBalControlShade, OMX_WhiteBalControlTungsten, OMX_WhiteBalControlFluorescent, OMX_WhiteBalControlIncandescent,
  OMX_WhiteBalControlFlash, OMX_WhiteBalControlHorizon, OMX_WhiteBalControlMax = 0x7FFFFFFF
}
enum  OMX_EXPOSURECONTROLTYPE {
  OMX_ExposureControlOff = 0, OMX_ExposureControlAuto, OMX_ExposureControlNight, OMX_ExposureControlBackLight,
  OMX_ExposureControlSpotLight, OMX_ExposureControlSports, OMX_ExposureControlSnow, OMX_ExposureControlBeach,
  OMX_ExposureControlLargeAperture, OMX_ExposureControlSmallApperture, OMX_ExposureControlMax = 0x7FFFFFFF
}
enum  OMX_TRANSITIONEFFECTTYPE {
  OMX_EffectNone, OMX_EffectFadeFromBlack, OMX_EffectFadeToBlack, OMX_EffectUnspecifiedThroughConstantColor,
  OMX_EffectDissolve, OMX_EffectWipe, OMX_EffectUnspecifiedMixOfTwoScenes, OMX_EffectMax = 0x7FFFFFFF
}
enum  OMX_DATAUNITTYPE {
  OMX_DataUnitCodedPicture, OMX_DataUnitVideoSegment, OMX_DataUnitSeveralSegments, OMX_DataUnitArbitraryStreamSection,
  OMX_DataUnitMax = 0x7FFFFFFF
}
enum  OMX_DATAUNITENCAPSULATIONTYPE { OMX_DataEncapsulationElementaryStream, OMX_DataEncapsulationGenericPayload, OMX_DataEncapsulationRtpPayload, OMX_DataEncapsulationMax = 0x7FFFFFFF }
enum  OMX_DITHERTYPE {
  OMX_DitherNone, OMX_DitherOrdered, OMX_DitherErrorDiffusion, OMX_DitherOther,
  OMX_DitherMax = 0x7FFFFFFF
}
enum  OMX_METERINGTYPE { OMX_MeteringModeAverage, OMX_MeteringModeSpot, OMX_MeteringModeMatrix, OMX_EVModeMax = 0x7ffffff }
enum  OMX_FOCUSSTATUSTYPE {
  OMX_FocusStatusOff = 0, OMX_FocusStatusRequest, OMX_FocusStatusReached, OMX_FocusStatusUnableToReach,
  OMX_FocusStatusLost, OMX_FocusStatusMax = 0x7FFFFFFF
}


Detailed Description

Definition in file OMX_IVCommon.h.


Generated for OpenMAX Bellagio rel. 0.3.5-svn by  doxygen 1.5.1
SourceForge.net Logo