Searched defs:errorCorrectionLevel (Results 1 – 11 of 11) sorted by relevance
| /external/zxing/core/src/main/java/com/google/zxing/pdf417/decoder/ |
| D | BarcodeMetadata.java | 25 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/ |
| D | PDF417ErrorCorrection.java | 137 static int getErrorCorrectionCodewordCount(int errorCorrectionLevel) { in getErrorCorrectionCodewordCount() 177 static String generateErrorCorrection(CharSequence dataCodewords, int errorCorrectionLevel) { in generateErrorCorrection()
|
| D | PDF417.java | 598 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/ |
| D | IntentResult.java | 30 private final String errorCorrectionLevel; field in IntentResult 40 String errorCorrectionLevel) { in IntentResult()
|
| D | IntentIntegrator.java | 428 String errorCorrectionLevel = intent.getStringExtra("SCAN_RESULT_ERROR_CORRECTION_LEVEL"); in parseActivityResult() local
|
| /external/pdfium/fxbarcode/pdf417/ |
| D | BC_PDF417ErrorCorrection.cpp | 129 int32_t errorCorrectionLevel) { in GetErrorCorrectionCodewordCount() 138 int32_t errorCorrectionLevel) { in GenerateErrorCorrection()
|
| D | BC_PDF417.cpp | 362 int32_t errorCorrectionLevel) { in GenerateBarcodeLogic() 456 int32_t errorCorrectionLevel, in encodeLowLevel()
|
| /external/zxing/core/src/main/java/com/google/zxing/pdf417/ |
| D | PDF417Writer.java | 59 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/ |
| D | EncoderConfig.java | 53 String errorCorrectionLevel = null; field in EncoderConfig
|
| /external/zxing/core/src/main/java/com/google/zxing/qrcode/decoder/ |
| D | FormatInformation.java | 69 private final ErrorCorrectionLevel errorCorrectionLevel; field in FormatInformation
|
| /external/zxing/core/src/main/java/com/google/zxing/qrcode/ |
| D | QRCodeWriter.java | 67 ErrorCorrectionLevel errorCorrectionLevel = ErrorCorrectionLevel.L; in encode() local
|