Home
last modified time | relevance | path

Searched defs:errorCorrectionLevel (Results 1 – 11 of 11) sorted by relevance

/external/zxing/core/src/main/java/com/google/zxing/pdf417/decoder/
DBarcodeMetadata.java25 private final int errorCorrectionLevel; field in BarcodeMetadata
30 …Metadata(int columnCount, int rowCountUpperPart, int rowCountLowerPart, int errorCorrectionLevel) { in BarcodeMetadata()
/external/zxing/core/src/main/java/com/google/zxing/pdf417/encoder/
DPDF417ErrorCorrection.java137 static int getErrorCorrectionCodewordCount(int errorCorrectionLevel) { in getErrorCorrectionCodewordCount()
177 static String generateErrorCorrection(CharSequence dataCodewords, int errorCorrectionLevel) { in generateErrorCorrection()
DPDF417.java598 int errorCorrectionLevel, in encodeLowLevel()
645 public void generateBarcodeLogic(String msg, int errorCorrectionLevel) throws WriterException { in generateBarcodeLogic()
655 …public void generateBarcodeLogic(String msg, int errorCorrectionLevel, boolean autoECI) throws Wri… in generateBarcodeLogic()
/external/zxing/android-integration/src/main/java/com/google/zxing/integration/android/
DIntentResult.java30 private final String errorCorrectionLevel; field in IntentResult
40 String errorCorrectionLevel) { in IntentResult()
DIntentIntegrator.java428 String errorCorrectionLevel = intent.getStringExtra("SCAN_RESULT_ERROR_CORRECTION_LEVEL"); in parseActivityResult() local
/external/pdfium/fxbarcode/pdf417/
DBC_PDF417ErrorCorrection.cpp129 int32_t errorCorrectionLevel) { in GetErrorCorrectionCodewordCount()
138 int32_t errorCorrectionLevel) { in GenerateErrorCorrection()
DBC_PDF417.cpp362 int32_t errorCorrectionLevel) { in GenerateBarcodeLogic()
456 int32_t errorCorrectionLevel, in encodeLowLevel()
/external/zxing/core/src/main/java/com/google/zxing/pdf417/
DPDF417Writer.java59 int errorCorrectionLevel = DEFAULT_ERROR_CORRECTION_LEVEL; in encode() local
106 int errorCorrectionLevel, in bitMatrixFromEncoder()
/external/zxing/javase/src/main/java/com/google/zxing/client/j2se/
DEncoderConfig.java53 String errorCorrectionLevel = null; field in EncoderConfig
/external/zxing/core/src/main/java/com/google/zxing/qrcode/decoder/
DFormatInformation.java69 private final ErrorCorrectionLevel errorCorrectionLevel; field in FormatInformation
/external/zxing/core/src/main/java/com/google/zxing/qrcode/
DQRCodeWriter.java67 ErrorCorrectionLevel errorCorrectionLevel = ErrorCorrectionLevel.L; in encode() local