OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ecBlocks
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/fxbarcode/qrcode/
BC_QRCoderEncoder.cpp
329
CBC_QRCoderECBlocks*
ecBlocks
= version->GetECBlocksForLevel(ecLevel);
330
int32_t numEcBytes =
ecBlocks
->GetTotalECCodeWords();
331
int32_t numRSBlocks =
ecBlocks
->GetNumBlocks();
813
CBC_QRCoderECBlocks*
ecBlocks
= version->GetECBlocksForLevel(ecLevel);
814
int32_t numEcBytes =
ecBlocks
->GetTotalECCodeWords();
815
int32_t numRSBlocks =
ecBlocks
->GetNumBlocks();
[
all
...]
/external/zxing/core/
core.jar
Completed in 66 milliseconds