Searched refs:mNumBytesPerInputFrame (Results 1 – 2 of 2) sorted by relevance
155 mNumBytesPerInputFrame(0u), in C2SoftAacEnc()378 mNumBytesPerInputFrame = encInfo.frameLength * channelCount * sizeof(int16_t); in process()406 (mRemainderLen + capacity + mInputSize + (eos ? mNumBytesPerInputFrame - 1 : 0)) in process()407 / mNumBytesPerInputFrame; in process()410 capacity, mInputSize, numFrames, mNumBytesPerInputFrame, inputTimestampUs.peekll(), in process()
54 UINT mNumBytesPerInputFrame; variable