28 #ifndef _OMX_BASE_SINK_COMPONENT_H_
29 #define _OMX_BASE_SINK_COMPONENT_H_
36 #define OMX_BASE_SINK_INPUTPORT_INDEX 0
37 #define OMX_BASE_SINK_CLOCKPORT_INDEX 1
38 #define OMX_BASE_SINK_INPUTPORT_INDEX_1 1
42 #define OMX_BASE_SINK_ALLPORT_INDEX -1
47 #define omx_base_sink_PrivateType_FIELDS omx_base_component_PrivateType_FIELDS \
49 void (*BufferMgmtCallback)(OMX_COMPONENTTYPE* openmaxStandComp, OMX_BUFFERHEADERTYPE* inputbuffer);
OMX_ERRORTYPE omx_base_sink_Destructor(OMX_COMPONENTTYPE *openmaxStandComp)
void * omx_base_sink_twoport_BufferMgmtFunction(void *param)
void * omx_base_sink_BufferMgmtFunction(void *param)
OMX_ERRORTYPE omx_base_sink_Constructor(OMX_COMPONENTTYPE *openmaxStandComp, OMX_STRING cComponentName)
#define DERIVEDCLASS(a, b)