Searched refs:numTotalBytes (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/xfa/fxbarcode/qrcode/
H A DBC_QRCoderEncoder.h95 int32_t numTotalBytes,
101 int32_t numTotalBytes,
H A DBC_QRCoderEncoder.cpp861 int32_t numTotalBytes,
878 GetNumDataBytesAndNumECBytesForBlockID(numTotalBytes, numDataBytes,
920 if (numTotalBytes != result->sizeInBytes())
925 int32_t numTotalBytes,
934 int32_t numRsBlocksInGroup2 = numTotalBytes % numRSBlocks;
936 int32_t numTotalBytesInGroup1 = numTotalBytes / numRSBlocks;
860 InterleaveWithECBytes(CBC_QRCoderBitVector* bits, int32_t numTotalBytes, int32_t numDataBytes, int32_t numRSBlocks, CBC_QRCoderBitVector* result, int32_t& e) argument
924 GetNumDataBytesAndNumECBytesForBlockID( int32_t numTotalBytes, int32_t numDataBytes, int32_t numRSBlocks, int32_t blockID, int32_t& numDataBytesInBlock, int32_t& numECBytesInBlock) argument
/external/aac/libAACdec/include/
H A Daacdecoder_lib.h569 UINT numTotalBytes; /*!< This is the number of total bytes that have passed through the decoder. */ member in struct:__anon177
570 UINT numBadBytes; /*!< This is the number of total bytes that were considered with errors from numTotalBytes. */
572 UINT numBadAccessUnits; /*!< This is the number of total access units that were considered with errors from numTotalBytes. */
/external/aac/libAACdec/src/
H A Daacdecoder_lib.cpp619 self->streamInfo.numTotalBytes = 0;
767 pSi->numTotalBytes += nBytes;
863 self->streamInfo.numTotalBytes = 0;
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...

Completed in 322 milliseconds