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

/frameworks/av/media/libstagefright/codecs/aacenc/
H A DAACEncoder.cpp309 size_t nOutputBytes = 0; local
312 outputData.Length = buffer->size() - nOutputBytes;
316 nOutputBytes += outputData.Length;
319 buffer->set_range(0, nOutputBytes);
H A DSoftAACEncoder.cpp512 size_t nOutputBytes = 0; local
515 outputData.Length = outAvailable - nOutputBytes;
520 nOutputBytes += outputData.Length;
524 outHeader->nFilledLen = nOutputBytes;
538 nOutputBytes, mInputTimeUs, outHeader->nFlags);
H A DSoftAACEncoder2.cpp585 size_t nOutputBytes = 0; local
591 outBufferSize[0] = outAvailable - nOutputBytes;
601 nOutputBytes += outargs.numOutBytes;
615 outHeader->nFilledLen = nOutputBytes;
629 nOutputBytes, mInputTimeUs, outHeader->nFlags);

Completed in 69 milliseconds