OpenMAX Bellagio
0.9.3
|
#include <OMX_Video.h>
Data Fields | |
OMX_U32 | nSize |
OMX_VERSIONTYPE | nVersion |
OMX_U32 | nPortIndex |
OMX_VIDEO_MOTIONVECTORTYPE | eAccuracy |
OMX_BOOL | bUnrestrictedMVs |
OMX_BOOL | bFourMV |
OMX_S32 | sXSearchRange |
OMX_S32 | sYSearchRange |
Structure for configuring the number of motion vectors used as well as their accuracy.
STRUCT MEMBERS: nSize : Size of the struct in bytes nVersion : OMX spec version info nPortIndex : port that this structure applies to eAccuracy : Enumerated MV accuracy bUnrestrictedMVs : Allow unrestricted MVs bFourMV : Allow use of 4 MVs sXSearchRange : Search range in horizontal direction for MVs sYSearchRange : Search range in vertical direction for MVs
Definition at line 275 of file OMX_Video.h.
OMX_BOOL OMX_VIDEO_PARAM_MOTIONVECTORTYPE::bFourMV |
Definition at line 281 of file OMX_Video.h.
OMX_BOOL OMX_VIDEO_PARAM_MOTIONVECTORTYPE::bUnrestrictedMVs |
Definition at line 280 of file OMX_Video.h.
OMX_VIDEO_MOTIONVECTORTYPE OMX_VIDEO_PARAM_MOTIONVECTORTYPE::eAccuracy |
Definition at line 279 of file OMX_Video.h.
OMX_U32 OMX_VIDEO_PARAM_MOTIONVECTORTYPE::nPortIndex |
Definition at line 278 of file OMX_Video.h.
OMX_U32 OMX_VIDEO_PARAM_MOTIONVECTORTYPE::nSize |
Definition at line 276 of file OMX_Video.h.
OMX_VERSIONTYPE OMX_VIDEO_PARAM_MOTIONVECTORTYPE::nVersion |
Definition at line 277 of file OMX_Video.h.
OMX_S32 OMX_VIDEO_PARAM_MOTIONVECTORTYPE::sXSearchRange |
Definition at line 282 of file OMX_Video.h.
OMX_S32 OMX_VIDEO_PARAM_MOTIONVECTORTYPE::sYSearchRange |
Definition at line 283 of file OMX_Video.h.