Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/aac/
DC2SoftAacEnc.h54 UINT mNumBytesPerInputFrame; variable
DC2SoftAacEnc.cpp155 mNumBytesPerInputFrame(0u), in C2SoftAacEnc()
377 mNumBytesPerInputFrame = encInfo.frameLength * channelCount * sizeof(int16_t); in process()
405 (mRemainderLen + capacity + mInputSize + (eos ? mNumBytesPerInputFrame - 1 : 0)) in process()
406 / mNumBytesPerInputFrame; in process()
409 capacity, mInputSize, numFrames, mNumBytesPerInputFrame, inputTimestampUs.peekll(), in process()