Home
last modified time | relevance | path

Searched defs:ecLevel (Results 1 – 25 of 47) sorted by relevance

12

/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/common/
H A DDecoderResult.java34 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 DEncoder.java73 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 DMatrixUtil.java133 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 DMinimalEncoder.java79 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 DQRCode.java32 private ErrorCorrectionLevel ecLevel; field in QRCode
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/aztec/decoder/
H A DDecoder.java269 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 DBC_QRCoderMatrixUtil.cpp150 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 DBC_QRCoderEncoder.cpp162 const CBC_QRCoderErrorCorrectionLevel* ecLevel, in InitQRCode()
211 const CBC_QRCoderErrorCorrectionLevel* ecLevel, in ChooseMaskPattern()
373 const CBC_QRCoderErrorCorrectionLevel* ecLevel, in Encode()
H A DBC_QRCodeWriter.cpp51 int32_t ecLevel, in Encode()
H A DBC_QRCoder.cpp78 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 DChartServletRequestParameters.java33 private final ErrorCorrectionLevel ecLevel; field in ChartServletRequestParameters
40 ErrorCorrectionLevel ecLevel, in ChartServletRequestParameters()
H A DChartServlet.java168 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 DGenerator.java200 …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 DPDF417ScanningDecoder.java298 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 DAztecReader.java112 String ecLevel = decoderResult.getECLevel(); in decode() local
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/qrcode/decoder/
H A DDataBlock.java49 ErrorCorrectionLevel ecLevel) { in getDataBlocks()
H A DDecoder.java133 ErrorCorrectionLevel ecLevel = parser.readFormatInformation().getErrorCorrectionLevel(); in decode() local
H A DVersion.java81 public ECBlocks getECBlocksForLevel(ErrorCorrectionLevel ecLevel) { in getECBlocksForLevel()
H A DDecodedBitStreamParser.java54 ErrorCorrectionLevel ecLevel, in decode()
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/maxicode/
H A DMaxiCodeReader.java68 String ecLevel = decoderResult.getECLevel(); in decode() local
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/multi/qrcode/
H A DQRCodeMultiReader.java76 String ecLevel = decoderResult.getECLevel(); in decodeMultiple() local
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/datamatrix/
H A DDataMatrixReader.java82 String ecLevel = decoderResult.getECLevel(); in decode() local
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/qrcode/
H A DQRCodeReader.java92 String ecLevel = decoderResult.getECLevel(); in decode() local
/aosp_15_r20/external/pdfium/xfa/fwl/
H A Dcfwl_barcode.cpp134 void CFWL_Barcode::SetErrorCorrectionLevel(int32_t ecLevel) { in SetErrorCorrectionLevel()
/aosp_15_r20/external/pdfium/xfa/fxfa/
H A Dcxfa_ffbarcode.cpp225 absl::optional<int32_t> ecLevel = barcode_->GetECLevel(); in UpdateWidgetProperty() local

12