OpenMAX Bellagio 0.9.3
|
#include <OMX_Video.h>
Data Fields | |
OMX_U32 | nSize |
OMX_VERSIONTYPE | nVersion |
OMX_U32 | nPortIndex |
OMX_BOOL | bEnableHEC |
OMX_BOOL | bEnableResync |
OMX_U32 | nResynchMarkerSpacing |
OMX_BOOL | bEnableDataPartitioning |
OMX_BOOL | bEnableRVLC |
Structure for enabling various error correction methods for video compression.
STRUCT MEMBERS: nSize : Size of the structure in bytes nVersion : OMX specification version information nPortIndex : Port that this structure applies to bEnableHEC : Enable/disable header extension codes (HEC) bEnableResync : Enable/disable resynchronization markers nResynchMarkerSpacing : Resynch markers interval (in bits) to be applied in the stream bEnableDataPartitioning : Enable/disable data partitioning bEnableRVLC : Enable/disable reversible variable length coding
Definition at line 342 of file OMX_Video.h.
OMX_BOOL OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE::bEnableDataPartitioning |
Definition at line 349 of file OMX_Video.h.
OMX_BOOL OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE::bEnableHEC |
Definition at line 346 of file OMX_Video.h.
OMX_BOOL OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE::bEnableResync |
Definition at line 347 of file OMX_Video.h.
OMX_BOOL OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE::bEnableRVLC |
Definition at line 350 of file OMX_Video.h.
OMX_U32 OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE::nPortIndex |
Definition at line 345 of file OMX_Video.h.
OMX_U32 OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE::nResynchMarkerSpacing |
Definition at line 348 of file OMX_Video.h.
OMX_U32 OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE::nSize |
Definition at line 343 of file OMX_Video.h.
OMX_VERSIONTYPE OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE::nVersion |
Definition at line 344 of file OMX_Video.h.