OpenMAX Bellagio 0.9.3
|
#include <OMX_IVCommon.h>
Data Fields | |
OMX_U32 | nSize |
OMX_VERSIONTYPE | nVersion |
OMX_U32 | nPortIndex |
OMX_U32 | nDepth |
OMX_U32 | nAlpha |
Plane blend configuration
STRUCT MEMBERS: nSize : Size of the structure in bytes nVersion : OMX specification version information nPortIndex : Index of input port associated with the plane. nDepth : Depth of the plane in relation to the screen. Higher numbered depths are "behind" lower number depths.
This number defaults to the Port Index number. nAlpha : Transparency blending component for the entire plane.
See blending modes for more detail.
Definition at line 661 of file OMX_IVCommon.h.
OMX_U32 OMX_CONFIG_PLANEBLENDTYPE::nAlpha |
Definition at line 666 of file OMX_IVCommon.h.
OMX_U32 OMX_CONFIG_PLANEBLENDTYPE::nDepth |
Definition at line 665 of file OMX_IVCommon.h.
OMX_U32 OMX_CONFIG_PLANEBLENDTYPE::nPortIndex |
Definition at line 664 of file OMX_IVCommon.h.
OMX_U32 OMX_CONFIG_PLANEBLENDTYPE::nSize |
Definition at line 662 of file OMX_IVCommon.h.
OMX_VERSIONTYPE OMX_CONFIG_PLANEBLENDTYPE::nVersion |
Definition at line 663 of file OMX_IVCommon.h.