OMX_CONFIG_SCALEFACTORTYPE Struct Reference
[OpenMAX IL Imaging and Video Domain]

#include <OMX_IVCommon.h>


Data Fields

OMX_U32 nSize
OMX_VERSIONTYPE nVersion
OMX_U32 nPortIndex
OMX_S32 xWidth
OMX_S32 xHeight


Detailed Description

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 156 of file OMX_IVCommon.h.


Field Documentation

OMX_U32 OMX_CONFIG_SCALEFACTORTYPE::nSize

Size of the structure in bytes

Definition at line 157 of file OMX_IVCommon.h.

OMX_VERSIONTYPE OMX_CONFIG_SCALEFACTORTYPE::nVersion

OMX specification version info

Definition at line 158 of file OMX_IVCommon.h.

OMX_U32 OMX_CONFIG_SCALEFACTORTYPE::nPortIndex

Port that this struct applies to

Definition at line 159 of file OMX_IVCommon.h.

Referenced by omx_fbdev_sink_component_SetConfig(), omx_ffmpeg_colorconv_component_GetConfig(), and omx_ffmpeg_colorconv_component_SetConfig().

OMX_S32 OMX_CONFIG_SCALEFACTORTYPE::xWidth

Fixed point value stored as Q16

Definition at line 160 of file OMX_IVCommon.h.

Referenced by omx_fbdev_sink_component_SetConfig(), and omx_ffmpeg_colorconv_component_SetConfig().

OMX_S32 OMX_CONFIG_SCALEFACTORTYPE::xHeight

Fixed point value stored as Q16

Definition at line 161 of file OMX_IVCommon.h.

Referenced by omx_fbdev_sink_component_SetConfig(), and omx_ffmpeg_colorconv_component_SetConfig().


The documentation for this struct was generated from the following file:
Generated for OpenMAX Bellagio rel. 0.3.5-svn by  doxygen 1.5.1
SourceForge.net Logo