OpenMAXBellagio
0.9.3
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
omx_base_image_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_IMAGE_PORT_H__
30
#define __OMX_BASE_IMAGE_PORT_H__
31
40
DERIVEDCLASS
(
omx_base_image_PortType
,
omx_base_PortType
)
41
#define omx_base_image_PortType_FIELDS omx_base_PortType_FIELDS \
42
\
43
OMX_IMAGE_PARAM_PORTFORMATTYPE sImageParam;
44
ENDCLASS
(
omx_base_image_PortType
)
45
46
62
OMX_ERRORTYPE
base_image_port_Constructor
(
63
OMX_COMPONENTTYPE
*openmaxStandComp,
64
omx_base_PortType
**openmaxStandPort,
65
OMX_U32
nPortIndex,
66
OMX_BOOL
isInput);
67
81
OMX_ERRORTYPE
base_image_port_Destructor
(
82
omx_base_PortType
*openmaxStandPort);
83
84
#endif
omx_base_image_PortType
Definition:
omx_base_image_port.h:40
base_image_port_Destructor
OMX_ERRORTYPE base_image_port_Destructor(omx_base_PortType *openmaxStandPort)
The base image port destructor for the generic OpenMAX ST Image port.
Definition:
omx_base_image_port.c:100
OMX_U32
unsigned long OMX_U32
Definition:
OMX_Types.h:145
base_image_port_Constructor
OMX_ERRORTYPE base_image_port_Constructor(OMX_COMPONENTTYPE *openmaxStandComp, omx_base_PortType **openmaxStandPort, OMX_U32 nPortIndex, OMX_BOOL isInput)
The base constructor for the generic OpenMAX ST Image port.
Definition:
omx_base_image_port.c:51
ENDCLASS
#define ENDCLASS(a)
Definition:
omx_classmagic.h:52
omx_base_port.h
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
OMX_ERRORTYPE
OMX_ERRORTYPE
Definition:
OMX_Core.h:126
Generated for OpenMAX Bellagio rel. 0.9.3 by
1.5.1