Searched refs:inFrameCount (Results 1 – 4 of 4) sorted by relevance
64 size_t inFrameCount = getInFrameCountRequired(outFrameCount); in resampleStereo16() local68 mBuffer.frameCount = inFrameCount; in resampleStereo16()98 mBuffer.frameCount = inFrameCount; in resampleStereo16()131 size_t inFrameCount = getInFrameCountRequired(outFrameCount); in resampleMono16() local135 mBuffer.frameCount = inFrameCount; in resampleMono16()166 mBuffer.frameCount = inFrameCount; in resampleMono16()
501 size_t inFrameCount = (phaseIncrement * (uint64_t)outFrameCount + phaseFraction) in resample() local504 ALOG_ASSERT(0 <= inFrameCount && inFrameCount < (1U << 31)); in resample()527 while (mBuffer.frameCount == 0 && inFrameCount > 0) { in resample()528 mBuffer.frameCount = inFrameCount; in resample()533 inFrameCount -= mBuffer.frameCount; in resample()
345 size_t inFrameCount = getInFrameCountRequired(outFrameCount); in resampleStereo16() local354 mBuffer.frameCount = inFrameCount; in resampleStereo16()443 size_t inFrameCount = getInFrameCountRequired(outFrameCount); in resampleMono16() local450 mBuffer.frameCount = inFrameCount; in resampleMono16()
306 size_t inFrameCount = getInFrameCountRequired(outFrameCount); in resample() local311 mBuffer.frameCount = inFrameCount; in resample()