Home
last modified time | relevance | path

Searched refs:m_errorCodewords (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fxbarcode/datamatrix/
DBC_SymbolInfo.cpp91 m_errorCodewords = errorCodewords; in CBC_SymbolInfo()
108 m_errorCodewords = errorCodewords; in CBC_SymbolInfo()
220 return m_dataCapacity + m_errorCodewords; in getCodewordCount()
DBC_SymbolInfo.h59 int32_t m_errorCodewords; variable
DBC_ErrorCorrection.cpp131 createECCBlock(codewords, symbolInfo->m_errorCodewords, e); in encodeECC200()