OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:errorcorrection
(Results
1 - 8
of
8
) sorted by null
/external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRCoderBlockPair.h
17
CBC_CommonByteArray*
errorCorrection
);
BC_QRCoderBlockPair.cpp
28
CBC_CommonByteArray*
errorCorrection
) {
30
m_errorCorrectionBytes =
errorCorrection
;
/external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417ScanningDecoder.h
40
static CBC_PDF417ECErrorCorrection*
errorCorrection
;
BC_PDF417ScanningDecoder.cpp
46
CBC_PDF417ECErrorCorrection* CBC_PDF417ScanningDecoder::
errorCorrection
= NULL;
50
errorCorrection
= new CBC_PDF417ECErrorCorrection;
53
delete
errorCorrection
;
/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
...]
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalService.java
366
else if (name.equalsIgnoreCase("
ErrorCorrection
") && mCurrSensor != null)
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c
[
all
...]
Completed in 407 milliseconds