OpenMAXBellagio 0.9.3
omx_base_image_port.h
Go to the documentation of this file.
00001 
00026 #include "omx_classmagic.h"
00027 #include "omx_base_port.h"
00028 
00029 #ifndef __OMX_BASE_IMAGE_PORT_H__
00030 #define __OMX_BASE_IMAGE_PORT_H__
00031 
00040 DERIVEDCLASS(omx_base_image_PortType, omx_base_PortType)
00041 #define omx_base_image_PortType_FIELDS omx_base_PortType_FIELDS \
00042  \
00043   OMX_IMAGE_PARAM_PORTFORMATTYPE sImageParam; 
00044 ENDCLASS(omx_base_image_PortType)
00045 
00046 
00062 OMX_ERRORTYPE base_image_port_Constructor(
00063   OMX_COMPONENTTYPE *openmaxStandComp,
00064   omx_base_PortType **openmaxStandPort,
00065   OMX_U32 nPortIndex, 
00066   OMX_BOOL isInput);
00067 
00081 OMX_ERRORTYPE base_image_port_Destructor(
00082   omx_base_PortType *openmaxStandPort);
00083 
00084 #endif