OpenMAX Bellagio
0.9.3
|
#include <OMX_Video.h>
Data Fields | |
OMX_U32 | nSize |
OMX_VERSIONTYPE | nVersion |
OMX_U32 | nPortIndex |
OMX_U32 | eProfile |
OMX_U32 | eLevel |
OMX_U32 | nProfileIndex |
Definition at line 907 of file OMX_Video.h.
OMX_U32 OMX_VIDEO_PARAM_PROFILELEVELTYPE::eLevel |
type is OMX_VIDEO_AVCLEVELTYPE, OMX_VIDEO_H263LEVELTYPE, or OMX_VIDEO_MPEG4PROFILETYPE depending on context
Definition at line 913 of file OMX_Video.h.
OMX_U32 OMX_VIDEO_PARAM_PROFILELEVELTYPE::eProfile |
type is OMX_VIDEO_AVCPROFILETYPE, OMX_VIDEO_H263PROFILETYPE, or OMX_VIDEO_MPEG4PROFILETYPE depending on context
Definition at line 911 of file OMX_Video.h.
OMX_U32 OMX_VIDEO_PARAM_PROFILELEVELTYPE::nPortIndex |
Definition at line 910 of file OMX_Video.h.
OMX_U32 OMX_VIDEO_PARAM_PROFILELEVELTYPE::nProfileIndex |
Used to query for individual profile support information, This parameter is valid only for OMX_IndexParamVideoProfileLevelQuerySupported index, For all other indices this parameter is to be ignored.
Definition at line 915 of file OMX_Video.h.
OMX_U32 OMX_VIDEO_PARAM_PROFILELEVELTYPE::nSize |
Definition at line 908 of file OMX_Video.h.
OMX_VERSIONTYPE OMX_VIDEO_PARAM_PROFILELEVELTYPE::nVersion |
Definition at line 909 of file OMX_Video.h.