OpenMAX Bellagio 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;
49
50
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_ERRORTYPE
Definition: OMX_Core.h:127
unsigned long OMX_U32
Definition: OMX_Types.h:145
OMX_BOOL
Definition: OMX_Types.h:189
OMX_ERRORTYPE base_clock_port_Destructor(omx_base_PortType *openmaxStandPort)
the base clock port destructor for the generic openmax ST clock port
OMX_ERRORTYPE base_clock_port_SendBufferFunction(omx_base_PortType *openmaxStandPort, OMX_BUFFERHEADERTYPE *pBuffer)
the entry point for sending buffers to the port
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
#define ENDCLASS(a)
#define DERIVEDCLASS(a, b)

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