OpenMAXBellagio  0.9.3
omx_base_clock_port.h
Go to the documentation of this file.
1 
26 #include "omx_classmagic.h"
27 #include "omx_base_port.h"
28 
29 #ifndef __OMX_BASE_CLOCK_PORT_H__
30 #define __OMX_BASE_CLOCK_PORT_H__
31 
43 #define omx_base_clock_PortType_FIELDS omx_base_PortType_FIELDS \
44  OMX_TIME_CONFIG_TIMESTAMPTYPE sTimeStamp; \
45  OMX_TIME_MEDIATIMETYPE sMediaTime; \
46  OMX_TIME_CONFIG_MEDIATIMEREQUESTTYPE sMediaTimeRequest; \
47  OMX_OTHER_PARAM_PORTFORMATTYPE sOtherParam;
48 ENDCLASS(omx_base_clock_PortType)
49 
67  OMX_COMPONENTTYPE *openmaxStandComp,
68  omx_base_PortType **openmaxStandPort,
69  OMX_U32 nPortIndex,
70  OMX_BOOL isInput);
71 
85  omx_base_PortType *openmaxStandPort);
86 
88  omx_base_PortType *openmaxStandPort,
89  OMX_BUFFERHEADERTYPE* pBuffer);
90 
91 #endif
omx_base_clock_PortType
Definition: omx_base_clock_port.h:42
OMX_ERRORTYPE
OMX_ERRORTYPE
Definition: OMX_Core.h:127
OMX_U32
unsigned long OMX_U32
Definition: OMX_Types.h:145
omx_classmagic.h
base_clock_port_Constructor
OMX_ERRORTYPE base_clock_port_Constructor(OMX_COMPONENTTYPE *openmaxStandComp, omx_base_PortType **openmaxStandPort, OMX_U32 nPortIndex, OMX_BOOL isInput)
the base contructor for the generic openmax ST clock port
Definition: omx_base_clock_port.c:50
omx_base_port.h
OMX_BOOL
OMX_BOOL
Definition: OMX_Types.h:189
base_clock_port_SendBufferFunction
OMX_ERRORTYPE base_clock_port_SendBufferFunction(omx_base_PortType *openmaxStandPort, OMX_BUFFERHEADERTYPE *pBuffer)
the entry point for sending buffers to the port
Definition: omx_base_clock_port.c:133
omx_base_PortType
Definition: omx_base_port.h:105
OMX_COMPONENTTYPE
Definition: OMX_Component.h:308
base_clock_port_Destructor
OMX_ERRORTYPE base_clock_port_Destructor(omx_base_PortType *openmaxStandPort)
the base clock port destructor for the generic openmax ST clock port
Definition: omx_base_clock_port.c:116
DERIVEDCLASS
#define DERIVEDCLASS(a, b)
Definition: omx_classmagic.h:50
OMX_BUFFERHEADERTYPE
Definition: OMX_Core.h:399

Generated for OpenMAX Bellagio rel. 0.9.3 by  doxygen 1.5.1
SourceForge.net Logo