OMX_PARAM_PORTDEFINITIONTYPE Struct Reference
[OpenMAX IL component]

#include <OMX_Component.h>


Data Fields

OMX_U32 nSize
OMX_VERSIONTYPE nVersion
OMX_U32 nPortIndex
OMX_DIRTYPE eDir
OMX_U32 nBufferCountActual
OMX_U32 nBufferCountMin
OMX_U32 nBufferSize
OMX_BOOL bEnabled
OMX_BOOL bPopulated
OMX_PORTDOMAINTYPE eDomain
union {
   OMX_AUDIO_PORTDEFINITIONTYPE   audio
   OMX_VIDEO_PORTDEFINITIONTYPE   video
   OMX_IMAGE_PORTDEFINITIONTYPE   image
   OMX_OTHER_PORTDEFINITIONTYPE   other
format
OMX_BOOL bBuffersContiguous
OMX_U32 nBufferAlignment


Detailed Description

Definition at line 59 of file OMX_Component.h.


Field Documentation

Size of the structure in bytes

Definition at line 60 of file OMX_Component.h.

OMX specification version information

Definition at line 61 of file OMX_Component.h.

The minimum number of buffers this port requires

Definition at line 65 of file OMX_Component.h.

Referenced by base_port_ComponentTunnelRequest(), and omx_base_component_SetParameter().

Ports default to enabled and are enabled/disabled by OMX_CommandPortEnable/OMX_CommandPortDisable. When disabled a port is unpopulated. A disabled port is not populated with buffers on a transition to IDLE.

Definition at line 67 of file OMX_Component.h.

Referenced by base_port_DisablePort(), and base_port_EnablePort().

Port is populated with all of its buffers as indicated by nBufferCountActual. A disabled port is always unpopulated. An enabled port is populated on a transition to OMX_StateIdle and unpopulated on a transition to loaded.

Definition at line 71 of file OMX_Component.h.

Referenced by base_port_AllocateBuffer(), base_port_AllocateTunnelBuffer(), base_port_EnablePort(), base_port_FreeBuffer(), base_port_FreeTunnelBuffer(), base_port_UseBuffer(), videosrc_port_AllocateBuffer(), videosrc_port_AllocateTunnelBuffer(), videosrc_port_FreeBuffer(), and videosrc_port_FreeTunnelBuffer().

Domain of the port. Determines the contents of metadata below.

Definition at line 75 of file OMX_Component.h.

Referenced by base_audio_port_Constructor(), base_port_ComponentTunnelRequest(), base_video_port_Constructor(), and omx_base_component_SetParameter().

Definition at line 79 of file OMX_Component.h.

Referenced by omx_base_component_SetParameter().

Definition at line 80 of file OMX_Component.h.

Referenced by omx_base_component_SetParameter().

Definition at line 82 of file OMX_Component.h.

Definition at line 83 of file OMX_Component.h.


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