OpenMAX Bellagio
0.9.3
|
#include <OMX_Other.h>
Data Fields | |
OMX_U32 | nSize |
OMX_VERSIONTYPE | nVersion |
OMX_U32 | nPortIndex |
OMX_U32 | nIndex |
OMX_OTHER_FORMATTYPE | eFormat |
Port format parameter. This structure is used to enumerate the various data input/output format supported by the port.
Definition at line 324 of file OMX_Other.h.
OMX_OTHER_FORMATTYPE OMX_OTHER_PARAM_PORTFORMATTYPE::eFormat |
Type of data expected for this channel
Definition at line 329 of file OMX_Other.h.
Referenced by base_clock_port_Constructor(), and omx_video_scheduler_component_SetParameter().
OMX_U32 OMX_OTHER_PARAM_PORTFORMATTYPE::nIndex |
Indicates the enumeration index for the format from 0x0 to N-1
Definition at line 328 of file OMX_Other.h.
Referenced by base_clock_port_Constructor().
OMX_U32 OMX_OTHER_PARAM_PORTFORMATTYPE::nPortIndex |
Indicates which port to set
Definition at line 327 of file OMX_Other.h.
Referenced by base_clock_port_Constructor(), omx_clocksrc_component_GetParameter(), omx_clocksrc_component_SetParameter(), omx_video_scheduler_component_GetParameter(), and omx_video_scheduler_component_SetParameter().
OMX_U32 OMX_OTHER_PARAM_PORTFORMATTYPE::nSize |
size of the structure in bytes
Definition at line 325 of file OMX_Other.h.
OMX_VERSIONTYPE OMX_OTHER_PARAM_PORTFORMATTYPE::nVersion |
OMX specification version information
Definition at line 326 of file OMX_Other.h.