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

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