Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxbarcode/qrcode/
DBC_QRCoderEncoder.h92 int32_t numTotalBytes,
98 int32_t numTotalBytes,
DBC_QRCoderEncoder.cpp855 int32_t numTotalBytes, in InterleaveWithECBytes() argument
872 GetNumDataBytesAndNumECBytesForBlockID(numTotalBytes, numDataBytes, in InterleaveWithECBytes()
912 if (numTotalBytes != result->sizeInBytes()) { in InterleaveWithECBytes()
918 int32_t numTotalBytes, in GetNumDataBytesAndNumECBytesForBlockID() argument
927 int32_t numRsBlocksInGroup2 = numTotalBytes % numRSBlocks; in GetNumDataBytesAndNumECBytesForBlockID()
929 int32_t numTotalBytesInGroup1 = numTotalBytes / numRSBlocks; in GetNumDataBytesAndNumECBytesForBlockID()
/external/aac/libAACdec/include/
Daacdecoder_lib.h569 …UINT numTotalBytes; /*!< This is the number of total bytes that have passed thr… member
/external/aac/libAACdec/src/
Daacdecoder_lib.cpp619 self->streamInfo.numTotalBytes = 0; in aacDecoder_SetParam()
767 pSi->numTotalBytes += nBytes; in aacDecoder_UpdateBitStreamCounters()
870 self->streamInfo.numTotalBytes = 0; in aacDecoder_DecodeFrame()