OMX_VIDEO_PARAM_PORTFORMATTYPE Struct Reference
[OpenMAX IL Video Domain]

#include <OMX_Video.h>


Data Fields

OMX_U32 nSize
OMX_VERSIONTYPE nVersion
OMX_U32 nPortIndex
OMX_U32 nIndex
OMX_VIDEO_CODINGTYPE eCompressionFormat
OMX_COLOR_FORMATTYPE eColorFormat
OMX_U32 xFramerate


Detailed Description

Port format parameter. This structure is used to enumerate the various data input/output format supported by the port.

STRUCT MEMBERS: nSize : Size of the structure in bytes nVersion : OMX specification version information nPortIndex : Indicates which port to set nIndex : Indicates the enumeration index for the format from 0x0 to N-1 eCompressionFormat : Compression format used in this instance of the component. When OMX_VIDEO_CodingUnused is specified, eColorFormat is used eColorFormat : Decompressed format used by this component xFrameRate : Indicates the video frame rate in Q16 format

Definition at line 153 of file OMX_Video.h.


Field Documentation

OMX_U32 OMX_VIDEO_PARAM_PORTFORMATTYPE::nSize

Definition at line 154 of file OMX_Video.h.

OMX_VERSIONTYPE OMX_VIDEO_PARAM_PORTFORMATTYPE::nVersion

Definition at line 155 of file OMX_Video.h.

OMX_U32 OMX_VIDEO_PARAM_PORTFORMATTYPE::nPortIndex

Definition at line 156 of file OMX_Video.h.

Referenced by base_video_port_Constructor(), omx_fbdev_sink_component_GetParameter(), omx_fbdev_sink_component_SetParameter(), omx_ffmpeg_colorconv_component_GetParameter(), omx_ffmpeg_colorconv_component_SetParameter(), omx_parser3gp_component_GetParameter(), omx_parser3gp_component_SetParameter(), omx_videodec_component_GetParameter(), omx_videodec_component_SetParameter(), omx_videoenc_component_GetParameter(), omx_videoenc_component_SetParameter(), omx_videosrc_component_GetParameter(), omx_videosrc_component_SetParameter(), setColorConvParameters(), setFbsinkParameters(), and setPortParameters().

OMX_U32 OMX_VIDEO_PARAM_PORTFORMATTYPE::nIndex

Definition at line 157 of file OMX_Video.h.

Referenced by base_video_port_Constructor(), setColorConvParameters(), and setFbsinkParameters().

OMX_VIDEO_CODINGTYPE OMX_VIDEO_PARAM_PORTFORMATTYPE::eCompressionFormat

Definition at line 158 of file OMX_Video.h.

Referenced by base_video_port_Constructor(), omx_fbdev_sink_component_SetParameter(), omx_ffmpeg_colorconv_component_SetParameter(), omx_videoenc_component_SetParameter(), setColorConvParameters(), setFbsinkParameters(), SetInternalVideoEncParameters(), and SetInternalVideoParameters().

OMX_COLOR_FORMATTYPE OMX_VIDEO_PARAM_PORTFORMATTYPE::eColorFormat

Definition at line 159 of file OMX_Video.h.

Referenced by base_video_port_Constructor(), omx_fbdev_sink_component_SetParameter(), omx_ffmpeg_colorconv_component_SetParameter(), omx_videodec_component_Constructor(), omx_videodec_component_SetParameter(), omx_videoenc_component_Constructor(), omx_videoenc_component_SetParameter(), omx_videosrc_component_Constructor(), setColorConvParameters(), setFbsinkParameters(), and setPortParameters().

OMX_U32 OMX_VIDEO_PARAM_PORTFORMATTYPE::xFramerate

Definition at line 160 of file OMX_Video.h.

Referenced by base_video_port_Constructor(), omx_fbdev_sink_component_SetParameter(), omx_videodec_component_Constructor(), setColorConvParameters(), and setFbsinkParameters().


The documentation for this struct was generated from the following file:
Generated for OpenMAX Bellagio rel. 0.9.0 by  doxygen 1.5.1
SourceForge.net Logo