OpenMAXBellagio
0.9.3
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
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
42
DERIVEDCLASS
(
omx_base_clock_PortType
,
omx_base_PortType
)
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
66
OMX_ERRORTYPE
base_clock_port_Constructor
(
67
OMX_COMPONENTTYPE
*openmaxStandComp,
68
omx_base_PortType
**openmaxStandPort,
69
OMX_U32
nPortIndex,
70
OMX_BOOL
isInput);
71
84
OMX_ERRORTYPE
base_clock_port_Destructor
(
85
omx_base_PortType
*openmaxStandPort);
86
87
OMX_ERRORTYPE
base_clock_port_SendBufferFunction
(
88
omx_base_PortType
*openmaxStandPort,
89
OMX_BUFFERHEADERTYPE
* pBuffer);
90
91
#endif
OMX_U32
unsigned long OMX_U32
Definition:
OMX_Types.h:145
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
omx_base_port.h
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_BUFFERHEADERTYPE
Definition:
OMX_Core.h:398
OMX_BOOL
OMX_BOOL
Definition:
OMX_Types.h:189
DERIVEDCLASS
#define DERIVEDCLASS(a, b)
Definition:
omx_classmagic.h:50
omx_base_PortType
Definition:
omx_base_port.h:105
omx_classmagic.h
OMX_COMPONENTTYPE
Definition:
OMX_Component.h:307
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_ERRORTYPE
OMX_ERRORTYPE
Definition:
OMX_Core.h:126
omx_base_clock_PortType
Definition:
omx_base_clock_port.h:42
Generated for OpenMAX Bellagio rel. 0.9.3 by
1.5.1