OpenMAX Bellagio 0.9.3
|
#include <OMX_IVCommon.h>
Data Fields | |
OMX_U32 | nSize |
OMX_VERSIONTYPE | nVersion |
OMX_U32 | nPortIndex |
OMX_S32 | xColorMatrix [3][3] |
OMX_S32 | xColorOffset [4] |
Defines the matrix for conversion from RGB to YUV or vice versa. iColorMatrix should be initialized with the fixed point values used in converting between formats.
Definition at line 144 of file OMX_IVCommon.h.
OMX_U32 OMX_CONFIG_COLORCONVERSIONTYPE::nPortIndex |
Port that this struct applies to
Definition at line 147 of file OMX_IVCommon.h.
OMX_U32 OMX_CONFIG_COLORCONVERSIONTYPE::nSize |
Size of the structure in bytes
Definition at line 145 of file OMX_IVCommon.h.
OMX_VERSIONTYPE OMX_CONFIG_COLORCONVERSIONTYPE::nVersion |
OMX specification version info
Definition at line 146 of file OMX_IVCommon.h.
OMX_S32 OMX_CONFIG_COLORCONVERSIONTYPE::xColorMatrix[3][3] |
Stored in signed Q16 format
Definition at line 148 of file OMX_IVCommon.h.
OMX_S32 OMX_CONFIG_COLORCONVERSIONTYPE::xColorOffset[4] |
Stored in signed Q16 format
Definition at line 149 of file OMX_IVCommon.h.