OpenMAX Bellagio
0.9.3
|
#include <OMX_IVCommon.h>
Data Fields | |
OMX_U32 | nSize |
OMX_VERSIONTYPE | nVersion |
OMX_U32 | nPortIndex |
OMX_BOOL | bColorEnhancement |
OMX_U8 | nCustomizedU |
OMX_U8 | nCustomizedV |
Customized U and V for color enhancement
STRUCT MEMBERS: nSize : Size of the structure in bytes nVersion : OMX specification version information nPortIndex : Port that this structure applies to bColorEnhancement : Enable/disable color enhancement nCustomizedU : Practical values: 16-240, range: 0-255, value set for U component nCustomizedV : Practical values: 16-240, range: 0-255, value set for V component
Definition at line 218 of file OMX_IVCommon.h.
OMX_BOOL OMX_CONFIG_COLORENHANCEMENTTYPE::bColorEnhancement |
Definition at line 222 of file OMX_IVCommon.h.
OMX_U8 OMX_CONFIG_COLORENHANCEMENTTYPE::nCustomizedU |
Definition at line 223 of file OMX_IVCommon.h.
OMX_U8 OMX_CONFIG_COLORENHANCEMENTTYPE::nCustomizedV |
Definition at line 224 of file OMX_IVCommon.h.
OMX_U32 OMX_CONFIG_COLORENHANCEMENTTYPE::nPortIndex |
Definition at line 221 of file OMX_IVCommon.h.
OMX_U32 OMX_CONFIG_COLORENHANCEMENTTYPE::nSize |
Definition at line 219 of file OMX_IVCommon.h.
OMX_VERSIONTYPE OMX_CONFIG_COLORENHANCEMENTTYPE::nVersion |
Definition at line 220 of file OMX_IVCommon.h.