Lines Matching refs:framesOut
8694 size_t framesOut = activeTrack->sinkBuffer().frameCount; in threadLoop() local
8695 LOG_ALWAYS_FATAL_IF((status == OK) != (framesOut > 0)); in threadLoop()
8705 if (framesOut == 0 || framesIn == 0) { in threadLoop()
8714 framesOut = min(framesOut, in threadLoop()
8723 buffer.frameCount = framesOut; in threadLoop()
8727 ALOGV_IF(buffer.frameCount != framesOut, in threadLoop()
8729 __func__, buffer.frameCount, framesOut); in threadLoop()
8730 framesOut = buffer.frameCount; in threadLoop()
8735 framesOut = 0; in threadLoop()
8742 framesOut = activeTrack->recordBufferConverter()->convert( in threadLoop()
8745 framesOut); in threadLoop()
8748 if (framesOut > 0 && (overrun == OVERRUN_UNKNOWN)) { in threadLoop()
8754 activeTrack->synchronizedRecordState().updateRecordFrames(framesOut); in threadLoop()
8757 if (framesOut > 0) { in threadLoop()
8758 activeTrack->sinkBuffer().frameCount = framesOut; in threadLoop()
8763 0, framesOut * activeTrack->frameSize()); in threadLoop()
8768 if (framesOut == 0) { in threadLoop()