Searched refs:mNumBytesPerInputFrame (Results 1 – 2 of 2) sorted by relevance
53 UINT mNumBytesPerInputFrame; variable
155 mNumBytesPerInputFrame(0u), in C2SoftAacEnc()353 mNumBytesPerInputFrame = encInfo.frameLength * channelCount * sizeof(int16_t); in process()372 size_t numFrames = (capacity + mInputSize + (eos ? mNumBytesPerInputFrame - 1 : 0)) in process()373 / mNumBytesPerInputFrame; in process()375 capacity, mInputSize, numFrames, mNumBytesPerInputFrame); in process()