Home
last modified time | relevance | path

Searched refs:aErrorCorrection (Results 1 – 2 of 2) sorted by relevance

/external/opencore/codecs_v2/omx/omx_m4venc/src/
Dmpeg4_enc.cpp58 OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE aErrorCorrection, in Mp4EncInit() argument
103 if (OMX_TRUE == aErrorCorrection.bEnableDataPartitioning) in Mp4EncInit()
107 else if (OMX_TRUE == aErrorCorrection.bEnableResync) in Mp4EncInit()
329 aEncOption.packetSize = aErrorCorrection.nResynchMarkerSpacing / 8; in Mp4EncInit()
332 if ((OMX_TRUE == aErrorCorrection.bEnableRVLC) || in Mp4EncInit()
/external/opencore/codecs_v2/omx/omx_m4venc/include/
Dmpeg4_enc.h71 OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE aErrorCorrection,