OpenMAX Bellagio
0.9.3
|
#include <OMX_Video.h>
Data Fields | |
OMX_U32 | nSize |
OMX_VERSIONTYPE | nVersion |
OMX_U32 | nPortIndex |
OMX_U32 | nPFrames |
OMX_U32 | nBFrames |
OMX_VIDEO_MPEG2PROFILETYPE | eProfile |
OMX_VIDEO_MPEG2LEVELTYPE | eLevel |
MPEG-2 params
STRUCT MEMBERS: nSize : Size of the structure in bytes nVersion : OMX specification version information nPortIndex : Port that this structure applies to nPFrames : Number of P frames between each I frame nBFrames : Number of B frames between each I frame eProfile : MPEG-2 profile(s) to use eLevel : MPEG-2 levels(s) to use
Definition at line 553 of file OMX_Video.h.
OMX_VIDEO_MPEG2LEVELTYPE OMX_VIDEO_PARAM_MPEG2TYPE::eLevel |
Definition at line 560 of file OMX_Video.h.
OMX_VIDEO_MPEG2PROFILETYPE OMX_VIDEO_PARAM_MPEG2TYPE::eProfile |
Definition at line 559 of file OMX_Video.h.
OMX_U32 OMX_VIDEO_PARAM_MPEG2TYPE::nBFrames |
Definition at line 558 of file OMX_Video.h.
OMX_U32 OMX_VIDEO_PARAM_MPEG2TYPE::nPFrames |
Definition at line 557 of file OMX_Video.h.
OMX_U32 OMX_VIDEO_PARAM_MPEG2TYPE::nPortIndex |
Definition at line 556 of file OMX_Video.h.
OMX_U32 OMX_VIDEO_PARAM_MPEG2TYPE::nSize |
Definition at line 554 of file OMX_Video.h.
OMX_VERSIONTYPE OMX_VIDEO_PARAM_MPEG2TYPE::nVersion |
Definition at line 555 of file OMX_Video.h.