/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/common/ |
H A D | DecoderResult.java | 34 private final String ecLevel; field in DecoderResult 45 String ecLevel) { in DecoderResult() 52 String ecLevel, in DecoderResult() 60 String ecLevel, in DecoderResult() 69 String ecLevel, in DecoderResult()
|
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/qrcode/encoder/ |
H A D | Encoder.java | 73 public static QRCode encode(String content, ErrorCorrectionLevel ecLevel) throws WriterException { in encode() 78 ErrorCorrectionLevel ecLevel, in encode() 205 private static Version recommendVersion(ErrorCorrectionLevel ecLevel, in recommendVersion() 288 ErrorCorrectionLevel ecLevel, in chooseMaskPattern() 306 …private static Version chooseVersion(int numInputBits, ErrorCorrectionLevel ecLevel) throws Writer… in chooseVersion() 320 static boolean willFit(int numInputBits, Version version, ErrorCorrectionLevel ecLevel) { in willFit()
|
H A D | MatrixUtil.java | 133 ErrorCorrectionLevel ecLevel, in buildMatrix() 166 static void embedTypeInfo(ErrorCorrectionLevel ecLevel, int maskPattern, ByteMatrix matrix) in embedTypeInfo() 323 static void makeTypeInfoBits(ErrorCorrectionLevel ecLevel, int maskPattern, BitArray bits) in makeTypeInfoBits()
|
H A D | MinimalEncoder.java | 79 private final ErrorCorrectionLevel ecLevel; field in MinimalEncoder 93 …oder(String stringToEncode, Charset priorityCharset, boolean isGS1, ErrorCorrectionLevel ecLevel) { in MinimalEncoder() 118 ErrorCorrectionLevel ecLevel) throws WriterException { in encode()
|
H A D | QRCode.java | 32 private ErrorCorrectionLevel ecLevel; field in QRCode
|
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/aztec/decoder/ |
H A D | Decoder.java | 269 private final int ecLevel; field in Decoder.CorrectedBitsResult 271 CorrectedBitsResult(boolean[] correctBits, int errorsCorrected, int ecLevel) { in CorrectedBitsResult() 350 int ecLevel = 100 * (numCodewords - numDataCodewords) / numCodewords; in correctBits() local
|
/aosp_15_r20/external/pdfium/fxbarcode/qrcode/ |
H A D | BC_QRCoderMatrixUtil.cpp | 150 bool MakeTypeInfoBits(const CBC_QRCoderErrorCorrectionLevel* ecLevel, in MakeTypeInfoBits() 176 bool EmbedTypeInfo(const CBC_QRCoderErrorCorrectionLevel* ecLevel, in EmbedTypeInfo() 375 const CBC_QRCoderErrorCorrectionLevel* ecLevel, in BuildMatrix()
|
H A D | BC_QRCoderEncoder.cpp | 162 const CBC_QRCoderErrorCorrectionLevel* ecLevel, in InitQRCode() 211 const CBC_QRCoderErrorCorrectionLevel* ecLevel, in ChooseMaskPattern() 373 const CBC_QRCoderErrorCorrectionLevel* ecLevel, in Encode()
|
H A D | BC_QRCodeWriter.cpp | 51 int32_t ecLevel, in Encode()
|
H A D | BC_QRCoder.cpp | 78 void CBC_QRCoder::SetECLevel(const CBC_QRCoderErrorCorrectionLevel* ecLevel) { in SetECLevel()
|
/aosp_15_r20/external/zxing/zxingorg/src/main/java/com/google/zxing/web/ |
H A D | ChartServletRequestParameters.java | 33 private final ErrorCorrectionLevel ecLevel; field in ChartServletRequestParameters 40 ErrorCorrectionLevel ecLevel, in ChartServletRequestParameters()
|
H A D | ChartServlet.java | 168 ErrorCorrectionLevel ecLevel = ErrorCorrectionLevel.L; in doParseParameters() local
|
/aosp_15_r20/external/zxing/zxing.appspot.com/src/main/java/com/google/zxing/web/generator/client/ |
H A D | Generator.java | 200 …private static String getUrl(int sizeX, int sizeY, String ecLevel, String encoding, String content… in getUrl() 213 String ecLevel = ecLevelList.getValue(ecLevelList.getSelectedIndex()); in generate() local
|
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/pdf417/decoder/ |
H A D | PDF417ScanningDecoder.java | 298 private static DecoderResult createDecoderResultFromAmbiguousValues(int ecLevel, in createDecoderResultFromAmbiguousValues() 526 …private static DecoderResult decodeCodewords(int[] codewords, int ecLevel, int[] erasures) throws … in decodeCodewords()
|
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/aztec/ |
H A D | AztecReader.java | 112 String ecLevel = decoderResult.getECLevel(); in decode() local
|
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/qrcode/decoder/ |
H A D | DataBlock.java | 49 ErrorCorrectionLevel ecLevel) { in getDataBlocks()
|
H A D | Decoder.java | 133 ErrorCorrectionLevel ecLevel = parser.readFormatInformation().getErrorCorrectionLevel(); in decode() local
|
H A D | Version.java | 81 public ECBlocks getECBlocksForLevel(ErrorCorrectionLevel ecLevel) { in getECBlocksForLevel()
|
H A D | DecodedBitStreamParser.java | 54 ErrorCorrectionLevel ecLevel, in decode()
|
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/maxicode/ |
H A D | MaxiCodeReader.java | 68 String ecLevel = decoderResult.getECLevel(); in decode() local
|
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/multi/qrcode/ |
H A D | QRCodeMultiReader.java | 76 String ecLevel = decoderResult.getECLevel(); in decodeMultiple() local
|
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/datamatrix/ |
H A D | DataMatrixReader.java | 82 String ecLevel = decoderResult.getECLevel(); in decode() local
|
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/qrcode/ |
H A D | QRCodeReader.java | 92 String ecLevel = decoderResult.getECLevel(); in decode() local
|
/aosp_15_r20/external/pdfium/xfa/fwl/ |
H A D | cfwl_barcode.cpp | 134 void CFWL_Barcode::SetErrorCorrectionLevel(int32_t ecLevel) { in SetErrorCorrectionLevel()
|
/aosp_15_r20/external/pdfium/xfa/fxfa/ |
H A D | cxfa_ffbarcode.cpp | 225 absl::optional<int32_t> ecLevel = barcode_->GetECLevel(); in UpdateWidgetProperty() local
|