Home
last modified time | relevance | path

Searched defs:numTotalBytes (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fxbarcode/qrcode/
DBC_QRCoderEncoder.cpp231 void GetNumDataBytesAndNumECBytesForBlockID(int32_t numTotalBytes, in GetNumDataBytesAndNumECBytesForBlockID()
301 int32_t numTotalBytes, in InterleaveWithECBytes()
/external/zxing/core/src/main/java/com/google/zxing/qrcode/encoder/
DEncoder.java369 static void getNumDataBytesAndNumECBytesForBlockID(int numTotalBytes, in getNumDataBytesAndNumECBytesForBlockID()
426 int numTotalBytes, in interleaveWithECBytes()
/external/aac/libAACdec/include/
Daacdecoder_lib.h848 INT64 numTotalBytes; /*!< This is the number of total bytes that have passed member
/external/lzma/CPP/7zip/Archive/
DFatHandler.cpp432 const UInt64 numTotalBytes = (Header.CalcFatSizeInSectors() << Header.SectorSizeLog) + in OpenProgressFat() local