Lines Matching refs:framesOut
5892 size_t framesOut = activeTrack->mSink.frameCount; in threadLoop() local
5893 LOG_ALWAYS_FATAL_IF((status == OK) != (framesOut > 0)); in threadLoop()
5903 if (framesOut == 0 || framesIn == 0) { in threadLoop()
5911 framesOut = min(framesOut, in threadLoop()
5915 framesOut = activeTrack->mRecordBufferConverter->convert( in threadLoop()
5916 activeTrack->mSink.raw, activeTrack->mResamplerBufferProvider, framesOut); in threadLoop()
5918 if (framesOut > 0 && (overrun == OVERRUN_UNKNOWN)) { in threadLoop()
5923 if (framesOut > 0) { in threadLoop()
5924 activeTrack->mSink.frameCount = framesOut; in threadLoop()
5930 activeTrack->mFramesToDrop -= framesOut; in threadLoop()
5935 activeTrack->mFramesToDrop += framesOut; in threadLoop()
5948 if (framesOut == 0) { in threadLoop()