HomeSort by relevance Sort by last modified time
    Searched defs:errorCorrection (Results 1 - 3 of 3) sorted by null

  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
venc_test.cpp 823 OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE errorCorrection; //OMX_IndexParamVideoErrorCorrection
824 errorCorrection.nPortIndex = (OMX_U32) PORT_INDEX_OUT; // output
827 (OMX_PTR) &errorCorrection);
829 errorCorrection.bEnableRVLC = OMX_FALSE;
830 errorCorrection.bEnableDataPartitioning = OMX_FALSE;
834 errorCorrection.bEnableResync = OMX_TRUE;
835 errorCorrection.nResynchMarkerSpacing = nResyncMarkerSpacing;
836 errorCorrection.bEnableHEC = enableHEC;
840 errorCorrection.bEnableResync = OMX_TRUE;
841 errorCorrection.nResynchMarkerSpacing = nResyncMarkerSpacing
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/test/
venc_test.cpp 845 OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE errorCorrection; //OMX_IndexParamVideoErrorCorrection
846 errorCorrection.nPortIndex = (OMX_U32) PORT_INDEX_OUT; // output
849 (OMX_PTR) &errorCorrection);
851 errorCorrection.bEnableRVLC = OMX_FALSE;
852 errorCorrection.bEnableDataPartitioning = OMX_FALSE;
856 errorCorrection.bEnableResync = OMX_TRUE;
857 errorCorrection.nResynchMarkerSpacing = nResyncMarkerSpacing;
858 errorCorrection.bEnableHEC = enableHEC;
861 errorCorrection.bEnableResync = OMX_TRUE
    [all...]
  /external/zxing/core/
core.jar 

Completed in 100 milliseconds