Searched refs:m_sErrorCorrection (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
H A Domx_video_encoder.cpp216 OMX_INIT_STRUCT(&m_sErrorCorrection, OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE);
217 m_sErrorCorrection.nPortIndex = (OMX_U32) PORT_INDEX_OUT;
218 m_sErrorCorrection.bEnableDataPartitioning = OMX_FALSE;
219 m_sErrorCorrection.bEnableHEC = OMX_FALSE;
220 m_sErrorCorrection.bEnableResync = OMX_FALSE;
221 m_sErrorCorrection.bEnableRVLC = OMX_FALSE;
222 m_sErrorCorrection.nResynchMarkerSpacing = 0;
976 memcpy(&m_sErrorCorrection,pParam, sizeof(m_sErrorCorrection));
H A Domx_video_base.cpp1747 errorresilience->bEnableHEC = m_sErrorCorrection.bEnableHEC;
1748 errorresilience->bEnableResync = m_sErrorCorrection.bEnableResync;
1749 errorresilience->nResynchMarkerSpacing = m_sErrorCorrection.nResynchMarkerSpacing;
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Domx_video_encoder.cpp240 OMX_INIT_STRUCT(&m_sErrorCorrection, OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE);
241 m_sErrorCorrection.nPortIndex = (OMX_U32) PORT_INDEX_OUT;
242 m_sErrorCorrection.bEnableDataPartitioning = OMX_FALSE;
243 m_sErrorCorrection.bEnableHEC = OMX_FALSE;
244 m_sErrorCorrection.bEnableResync = OMX_FALSE;
245 m_sErrorCorrection.bEnableRVLC = OMX_FALSE;
246 m_sErrorCorrection.nResynchMarkerSpacing = 0;
1030 memcpy(&m_sErrorCorrection,pParam, sizeof(m_sErrorCorrection));
H A Domx_video_base.cpp1659 errorresilience->bEnableHEC = m_sErrorCorrection.bEnableHEC;
1660 errorresilience->bEnableResync = m_sErrorCorrection.bEnableResync;
1661 errorresilience->nResynchMarkerSpacing = m_sErrorCorrection.nResynchMarkerSpacing;
/hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
H A Domx_video_base.h553 OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE m_sErrorCorrection; member in class:omx_video
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_base.h592 OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE m_sErrorCorrection; member in class:omx_video

Completed in 404 milliseconds