/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_video_extensions.hpp | 88 "resync-marker-spacing-bits", m_sErrorCorrection.nResynchMarkerSpacing); 178 memcpy(&ecParam, &m_sErrorCorrection, sizeof(OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE));
|
H A D | omx_swvenc_hevc.cpp | 218 OMX_INIT_STRUCT(&m_sErrorCorrection, OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE); 219 m_sErrorCorrection.nPortIndex = (OMX_U32) PORT_INDEX_OUT; 220 m_sErrorCorrection.bEnableDataPartitioning = OMX_FALSE; 221 m_sErrorCorrection.bEnableHEC = OMX_FALSE; 222 m_sErrorCorrection.bEnableResync = OMX_FALSE; 223 m_sErrorCorrection.bEnableRVLC = OMX_FALSE; 224 m_sErrorCorrection.nResynchMarkerSpacing = 0; 739 memcpy(&m_sErrorCorrection,pParam, sizeof(m_sErrorCorrection));
|
H A D | omx_swvenc_mpeg4.cpp | 220 OMX_INIT_STRUCT(&m_sErrorCorrection, OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE); 221 m_sErrorCorrection.nPortIndex = (OMX_U32) PORT_INDEX_OUT; 222 m_sErrorCorrection.bEnableDataPartitioning = OMX_FALSE; 223 m_sErrorCorrection.bEnableHEC = OMX_FALSE; 224 m_sErrorCorrection.bEnableResync = OMX_FALSE; 225 m_sErrorCorrection.bEnableRVLC = OMX_FALSE; 226 m_sErrorCorrection.nResynchMarkerSpacing = 0; 1165 memcpy(&m_sErrorCorrection,pParam, sizeof(m_sErrorCorrection));
|
H A D | omx_video_encoder.cpp | 329 OMX_INIT_STRUCT(&m_sErrorCorrection, OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE); 330 m_sErrorCorrection.nPortIndex = (OMX_U32) PORT_INDEX_OUT; 331 m_sErrorCorrection.bEnableDataPartitioning = OMX_FALSE; 332 m_sErrorCorrection.bEnableHEC = OMX_FALSE; 333 m_sErrorCorrection.bEnableResync = OMX_FALSE; 334 m_sErrorCorrection.bEnableRVLC = OMX_FALSE; 335 m_sErrorCorrection.nResynchMarkerSpacing = 0; 1216 memcpy(&m_sErrorCorrection,pParam, sizeof(m_sErrorCorrection));
|
H A D | omx_video_base.cpp | 1790 errorresilience->bEnableHEC = m_sErrorCorrection.bEnableHEC; 1791 errorresilience->bEnableResync = m_sErrorCorrection.bEnableResync; 1792 errorresilience->nResynchMarkerSpacing = m_sErrorCorrection.nResynchMarkerSpacing;
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_video_extensions.hpp | 88 "resync-marker-spacing-bits", m_sErrorCorrection.nResynchMarkerSpacing); 178 memcpy(&ecParam, &m_sErrorCorrection, sizeof(OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE));
|
H A D | omx_swvenc_mpeg4.cpp | 220 OMX_INIT_STRUCT(&m_sErrorCorrection, OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE); 221 m_sErrorCorrection.nPortIndex = (OMX_U32) PORT_INDEX_OUT; 222 m_sErrorCorrection.bEnableDataPartitioning = OMX_FALSE; 223 m_sErrorCorrection.bEnableHEC = OMX_FALSE; 224 m_sErrorCorrection.bEnableResync = OMX_FALSE; 225 m_sErrorCorrection.bEnableRVLC = OMX_FALSE; 226 m_sErrorCorrection.nResynchMarkerSpacing = 0; 1161 memcpy(&m_sErrorCorrection,pParam, sizeof(m_sErrorCorrection));
|
H A D | omx_video_encoder.cpp | 338 OMX_INIT_STRUCT(&m_sErrorCorrection, OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE); 339 m_sErrorCorrection.nPortIndex = (OMX_U32) PORT_INDEX_OUT; 340 m_sErrorCorrection.bEnableDataPartitioning = OMX_FALSE; 341 m_sErrorCorrection.bEnableHEC = OMX_FALSE; 342 m_sErrorCorrection.bEnableResync = OMX_FALSE; 343 m_sErrorCorrection.bEnableRVLC = OMX_FALSE; 344 m_sErrorCorrection.nResynchMarkerSpacing = 0; 1308 memcpy(&m_sErrorCorrection,pParam, sizeof(m_sErrorCorrection));
|
H A D | omx_video_base.cpp | 1828 errorresilience->bEnableHEC = m_sErrorCorrection.bEnableHEC; 1829 errorresilience->bEnableResync = m_sErrorCorrection.bEnableResync; 1830 errorresilience->nResynchMarkerSpacing = m_sErrorCorrection.nResynchMarkerSpacing;
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/ |
H A D | omx_video_encoder.cpp | 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));
|
H A D | omx_video_base.cpp | 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 D | omx_video_encoder.cpp | 257 OMX_INIT_STRUCT(&m_sErrorCorrection, OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE); 258 m_sErrorCorrection.nPortIndex = (OMX_U32) PORT_INDEX_OUT; 259 m_sErrorCorrection.bEnableDataPartitioning = OMX_FALSE; 260 m_sErrorCorrection.bEnableHEC = OMX_FALSE; 261 m_sErrorCorrection.bEnableResync = OMX_FALSE; 262 m_sErrorCorrection.bEnableRVLC = OMX_FALSE; 263 m_sErrorCorrection.nResynchMarkerSpacing = 0; 1166 memcpy(&m_sErrorCorrection,pParam, sizeof(m_sErrorCorrection));
|
H A D | omx_video_base.cpp | 1695 errorresilience->bEnableHEC = m_sErrorCorrection.bEnableHEC; 1696 errorresilience->bEnableResync = m_sErrorCorrection.bEnableResync; 1697 errorresilience->nResynchMarkerSpacing = m_sErrorCorrection.nResynchMarkerSpacing;
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/ |
H A D | omx_video_base.h | 553 OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE m_sErrorCorrection; member in class:omx_video
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/ |
H A D | omx_video_base.h | 610 OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE m_sErrorCorrection; member in class:omx_video
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/ |
H A D | omx_video_base.h | 632 OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE m_sErrorCorrection; member in class:omx_video
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/ |
H A D | omx_video_base.h | 644 OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE m_sErrorCorrection; member in class:omx_video
|