Home | History | Annotate | Download | only in src

Lines Matching refs:m_sErrorCorrection

216   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));