Home
last modified time | relevance | path

Searched refs:mRemainderLen (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/codec2/components/aac/
DC2SoftAacEnc.cpp161 mRemainderLen(0u) { in C2SoftAacEnc()
187 mRemainderLen = 0; in onStop()
405 (mRemainderLen + capacity + mInputSize + (eos ? mNumBytesPerInputFrame - 1 : 0)) in process()
410 mRemainderLen); in process()
486 if (mRemainderLen > 0) { in process()
488 for (; mRemainderLen < bytesPerSample && offset < capacity; ++offset) { in process()
489 mRemainder[mRemainderLen++] = data[offset]; in process()
493 if (mRemainderLen == bytesPerSample) { in process()
497 mRemainderLen = 0; in process()
606 mRemainderLen = inBufferSize[0]; in process()
DC2SoftAacEnc.h67 size_t mRemainderLen; variable