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.cpp535 size_t nOutputBytes = 0; local
538 outputData.Length = outAvailable - nOutputBytes;
543 nOutputBytes += outputData.Length;
547 outHeader->nFilledLen = nOutputBytes;
561 nOutputBytes, mInputTimeUs, outHeader->nFlags);
H A DSoftAACEncoder2.cpp661 size_t nOutputBytes = 0; local
667 outBufferSize[0] = outAvailable - nOutputBytes;
677 nOutputBytes += outargs.numOutBytes;
691 outHeader->nFilledLen = nOutputBytes;
705 nOutputBytes, mInputTimeUs, outHeader->nFlags);

Completed in 222 milliseconds