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()
211 mRemainderLen = 0; in onFlush_sm()
413 (mRemainderLen + capacity + mInputSize + (eos ? mNumBytesPerInputFrame - 1 : 0)) in process()
418 mRemainderLen); in process()
494 if (mRemainderLen > 0) { in process()
496 for (; mRemainderLen < bytesPerSample && offset < capacity; ++offset) { in process()
497 mRemainder[mRemainderLen++] = data[offset]; in process()
501 if (mRemainderLen == bytesPerSample) { in process()
505 mRemainderLen = 0; in process()
[all …]
DC2SoftAacEnc.h70 size_t mRemainderLen; variable