Searched refs:errorresilience (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
H A Domx_video_base.cpp1745 OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE* errorresilience = (OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE*)paramData; local
1747 errorresilience->bEnableHEC = m_sErrorCorrection.bEnableHEC;
1748 errorresilience->bEnableResync = m_sErrorCorrection.bEnableResync;
1749 errorresilience->nResynchMarkerSpacing = m_sErrorCorrection.nResynchMarkerSpacing;
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Domx_video_base.cpp1693 OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE* errorresilience = (OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE*)paramData; local
1695 errorresilience->bEnableHEC = m_sErrorCorrection.bEnableHEC;
1696 errorresilience->bEnableResync = m_sErrorCorrection.bEnableResync;
1697 errorresilience->nResynchMarkerSpacing = m_sErrorCorrection.nResynchMarkerSpacing;
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Domx_video_base.cpp1782 OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE* errorresilience = (OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE*)paramData; local
1784 errorresilience->bEnableHEC = m_sErrorCorrection.bEnableHEC;
1785 errorresilience->bEnableResync = m_sErrorCorrection.bEnableResync;
1786 errorresilience->nResynchMarkerSpacing = m_sErrorCorrection.nResynchMarkerSpacing;
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Domx_video_base.cpp1819 OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE* errorresilience = (OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE*)paramData; local
1821 errorresilience->bEnableHEC = m_sErrorCorrection.bEnableHEC;
1822 errorresilience->bEnableResync = m_sErrorCorrection.bEnableResync;
1823 errorresilience->nResynchMarkerSpacing = m_sErrorCorrection.nResynchMarkerSpacing;

Completed in 32 milliseconds