Home
last modified time | relevance | path

Searched refs:m_sErrorCorrection (Results 1 – 17 of 17) sorted by relevance

/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Domx_video_extensions.hpp88 "resync-marker-spacing-bits", m_sErrorCorrection.nResynchMarkerSpacing); in get_vendor_extension_config()
178 memcpy(&ecParam, &m_sErrorCorrection, sizeof(OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE)); in set_vendor_extension_config()
Domx_swvenc_mpeg4.cpp220 OMX_INIT_STRUCT(&m_sErrorCorrection, OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE); in component_init()
221 m_sErrorCorrection.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init()
222 m_sErrorCorrection.bEnableDataPartitioning = OMX_FALSE; in component_init()
223 m_sErrorCorrection.bEnableHEC = OMX_FALSE; in component_init()
224 m_sErrorCorrection.bEnableResync = OMX_FALSE; in component_init()
225 m_sErrorCorrection.bEnableRVLC = OMX_FALSE; in component_init()
226 m_sErrorCorrection.nResynchMarkerSpacing = 0; in component_init()
1161 memcpy(&m_sErrorCorrection,pParam, sizeof(m_sErrorCorrection)); in set_parameter()
Domx_video_encoder.cpp338 OMX_INIT_STRUCT(&m_sErrorCorrection, OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE); in component_init()
339 m_sErrorCorrection.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init()
340 m_sErrorCorrection.bEnableDataPartitioning = OMX_FALSE; in component_init()
341 m_sErrorCorrection.bEnableHEC = OMX_FALSE; in component_init()
342 m_sErrorCorrection.bEnableResync = OMX_FALSE; in component_init()
343 m_sErrorCorrection.bEnableRVLC = OMX_FALSE; in component_init()
344 m_sErrorCorrection.nResynchMarkerSpacing = 0; in component_init()
1308 memcpy(&m_sErrorCorrection,pParam, sizeof(m_sErrorCorrection)); in set_parameter()
Domx_video_base.cpp1828 errorresilience->bEnableHEC = m_sErrorCorrection.bEnableHEC; in get_parameter()
1829 errorresilience->bEnableResync = m_sErrorCorrection.bEnableResync; in get_parameter()
1830 errorresilience->nResynchMarkerSpacing = m_sErrorCorrection.nResynchMarkerSpacing; in get_parameter()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Domx_video_extensions.hpp88 "resync-marker-spacing-bits", m_sErrorCorrection.nResynchMarkerSpacing); in get_vendor_extension_config()
178 memcpy(&ecParam, &m_sErrorCorrection, sizeof(OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE)); in set_vendor_extension_config()
Domx_swvenc_hevc.cpp218 OMX_INIT_STRUCT(&m_sErrorCorrection, OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE); in component_init()
219 m_sErrorCorrection.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init()
220 m_sErrorCorrection.bEnableDataPartitioning = OMX_FALSE; in component_init()
221 m_sErrorCorrection.bEnableHEC = OMX_FALSE; in component_init()
222 m_sErrorCorrection.bEnableResync = OMX_FALSE; in component_init()
223 m_sErrorCorrection.bEnableRVLC = OMX_FALSE; in component_init()
224 m_sErrorCorrection.nResynchMarkerSpacing = 0; in component_init()
739 memcpy(&m_sErrorCorrection,pParam, sizeof(m_sErrorCorrection)); in set_parameter()
Domx_video_encoder.cpp329 OMX_INIT_STRUCT(&m_sErrorCorrection, OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE); in component_init()
330 m_sErrorCorrection.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init()
331 m_sErrorCorrection.bEnableDataPartitioning = OMX_FALSE; in component_init()
332 m_sErrorCorrection.bEnableHEC = OMX_FALSE; in component_init()
333 m_sErrorCorrection.bEnableResync = OMX_FALSE; in component_init()
334 m_sErrorCorrection.bEnableRVLC = OMX_FALSE; in component_init()
335 m_sErrorCorrection.nResynchMarkerSpacing = 0; in component_init()
1216 memcpy(&m_sErrorCorrection,pParam, sizeof(m_sErrorCorrection)); in set_parameter()
Domx_swvenc_mpeg4.cpp220 OMX_INIT_STRUCT(&m_sErrorCorrection, OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE); in component_init()
221 m_sErrorCorrection.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init()
222 m_sErrorCorrection.bEnableDataPartitioning = OMX_FALSE; in component_init()
223 m_sErrorCorrection.bEnableHEC = OMX_FALSE; in component_init()
224 m_sErrorCorrection.bEnableResync = OMX_FALSE; in component_init()
225 m_sErrorCorrection.bEnableRVLC = OMX_FALSE; in component_init()
226 m_sErrorCorrection.nResynchMarkerSpacing = 0; in component_init()
1165 memcpy(&m_sErrorCorrection,pParam, sizeof(m_sErrorCorrection)); in set_parameter()
Domx_video_base.cpp1790 errorresilience->bEnableHEC = m_sErrorCorrection.bEnableHEC; in get_parameter()
1791 errorresilience->bEnableResync = m_sErrorCorrection.bEnableResync; in get_parameter()
1792 errorresilience->nResynchMarkerSpacing = m_sErrorCorrection.nResynchMarkerSpacing; in get_parameter()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
Domx_video_encoder.cpp216 OMX_INIT_STRUCT(&m_sErrorCorrection, OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE); in component_init()
217 m_sErrorCorrection.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init()
218 m_sErrorCorrection.bEnableDataPartitioning = OMX_FALSE; in component_init()
219 m_sErrorCorrection.bEnableHEC = OMX_FALSE; in component_init()
220 m_sErrorCorrection.bEnableResync = OMX_FALSE; in component_init()
221 m_sErrorCorrection.bEnableRVLC = OMX_FALSE; in component_init()
222 m_sErrorCorrection.nResynchMarkerSpacing = 0; in component_init()
976 memcpy(&m_sErrorCorrection,pParam, sizeof(m_sErrorCorrection)); in set_parameter()
Domx_video_base.cpp1747 errorresilience->bEnableHEC = m_sErrorCorrection.bEnableHEC; in get_parameter()
1748 errorresilience->bEnableResync = m_sErrorCorrection.bEnableResync; in get_parameter()
1749 errorresilience->nResynchMarkerSpacing = m_sErrorCorrection.nResynchMarkerSpacing; in get_parameter()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp257 OMX_INIT_STRUCT(&m_sErrorCorrection, OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE); in component_init()
258 m_sErrorCorrection.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init()
259 m_sErrorCorrection.bEnableDataPartitioning = OMX_FALSE; in component_init()
260 m_sErrorCorrection.bEnableHEC = OMX_FALSE; in component_init()
261 m_sErrorCorrection.bEnableResync = OMX_FALSE; in component_init()
262 m_sErrorCorrection.bEnableRVLC = OMX_FALSE; in component_init()
263 m_sErrorCorrection.nResynchMarkerSpacing = 0; in component_init()
1166 memcpy(&m_sErrorCorrection,pParam, sizeof(m_sErrorCorrection)); in set_parameter()
Domx_video_base.cpp1695 errorresilience->bEnableHEC = m_sErrorCorrection.bEnableHEC; in get_parameter()
1696 errorresilience->bEnableResync = m_sErrorCorrection.bEnableResync; in get_parameter()
1697 errorresilience->nResynchMarkerSpacing = m_sErrorCorrection.nResynchMarkerSpacing; in get_parameter()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
Domx_video_base.h553 OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE m_sErrorCorrection; variable
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h610 OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE m_sErrorCorrection; variable
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h632 OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE m_sErrorCorrection; variable
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h644 OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE m_sErrorCorrection; variable