OpenMAXBellagio
0.9.3
|
#include <OMX_IVCommon.h>
Data Fields | |
OMX_U32 | nSize |
OMX_VERSIONTYPE | nVersion |
OMX_U32 | nPortIndex |
OMX_S32 | xWidth |
OMX_S32 | xHeight |
Structure defining percent to scale each frame dimension. For example: To make the width 50% larger, use fWidth = 1.5 and to make the width 1/2 the original size, use fWidth = 0.5
Definition at line 158 of file OMX_IVCommon.h.
OMX_U32 OMX_CONFIG_SCALEFACTORTYPE::nPortIndex |
Port that this struct applies to
Definition at line 161 of file OMX_IVCommon.h.
OMX_U32 OMX_CONFIG_SCALEFACTORTYPE::nSize |
Size of the structure in bytes
Definition at line 159 of file OMX_IVCommon.h.
OMX_VERSIONTYPE OMX_CONFIG_SCALEFACTORTYPE::nVersion |
OMX specification version info
Definition at line 160 of file OMX_IVCommon.h.
OMX_S32 OMX_CONFIG_SCALEFACTORTYPE::xHeight |
Fixed point value stored as Q16
Definition at line 163 of file OMX_IVCommon.h.
OMX_S32 OMX_CONFIG_SCALEFACTORTYPE::xWidth |
Fixed point value stored as Q16
Definition at line 162 of file OMX_IVCommon.h.