Searched refs:framesOut (Results 1 – 1 of 1) sorted by relevance
8694 size_t framesOut = activeTrack->sinkBuffer().frameCount; in threadLoop() local8695 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()[all …]