Home
last modified time | relevance | path

Searched refs:errorCorrection (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
Dvenc_test.cpp823 OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE errorCorrection; //OMX_IndexParamVideoErrorCorrection in ConfigureEncoder() local
824 errorCorrection.nPortIndex = (OMX_U32) PORT_INDEX_OUT; // output in ConfigureEncoder()
827 (OMX_PTR) &errorCorrection); in ConfigureEncoder()
829 errorCorrection.bEnableRVLC = OMX_FALSE; in ConfigureEncoder()
830 errorCorrection.bEnableDataPartitioning = OMX_FALSE; in ConfigureEncoder()
834 errorCorrection.bEnableResync = OMX_TRUE; in ConfigureEncoder()
835 errorCorrection.nResynchMarkerSpacing = nResyncMarkerSpacing; in ConfigureEncoder()
836 errorCorrection.bEnableHEC = enableHEC; in ConfigureEncoder()
840 errorCorrection.bEnableResync = OMX_TRUE; in ConfigureEncoder()
841 errorCorrection.nResynchMarkerSpacing = nResyncMarkerSpacing; in ConfigureEncoder()
[all …]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/test/
Dvenc_test.cpp845 OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE errorCorrection; //OMX_IndexParamVideoErrorCorrection in ConfigureEncoder() local
846 errorCorrection.nPortIndex = (OMX_U32) PORT_INDEX_OUT; // output in ConfigureEncoder()
849 (OMX_PTR) &errorCorrection); in ConfigureEncoder()
851 errorCorrection.bEnableRVLC = OMX_FALSE; in ConfigureEncoder()
852 errorCorrection.bEnableDataPartitioning = OMX_FALSE; in ConfigureEncoder()
856 errorCorrection.bEnableResync = OMX_TRUE; in ConfigureEncoder()
857 errorCorrection.nResynchMarkerSpacing = nResyncMarkerSpacing; in ConfigureEncoder()
858 errorCorrection.bEnableHEC = enableHEC; in ConfigureEncoder()
861 errorCorrection.bEnableResync = OMX_TRUE; in ConfigureEncoder()
862 errorCorrection.nResynchMarkerSpacing = nResyncMarkerSpacing; in ConfigureEncoder()
[all …]