Searched defs:nOutputBytes (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/
H A DAACEncoder.cpp307 size_t nOutputBytes = 0; local
310 outputData.Length = buffer->size() - nOutputBytes;
314 nOutputBytes += outputData.Length;
317 buffer->set_range(0, nOutputBytes);
H A DSoftAACEncoder.cpp540 size_t nOutputBytes = 0; local
543 outputData.Length = outAvailable - nOutputBytes;
548 nOutputBytes += outputData.Length;
552 outHeader->nFilledLen = nOutputBytes;
566 nOutputBytes, mInputTimeUs, outHeader->nFlags);
H A DSoftAACEncoder2.cpp646 size_t nOutputBytes = 0; local
652 outBufferSize[0] = outAvailable - nOutputBytes;
662 nOutputBytes += outargs.numOutBytes;
676 outHeader->nFilledLen = nOutputBytes;
690 nOutputBytes, mInputTimeUs, outHeader->nFlags);

Completed in 982 milliseconds