Searched refs:remainingNumFrames (Results 1 – 1 of 1) sorted by relevance
228 int32_t currentFrameIndex[numTracks], remainingNumFrames[numTracks], numTrackFramesDone; in sendBuffersInterleave() local231 remainingNumFrames[idx] = mBufferSource->getFrameList(idx).size() - currentFrameIndex[idx]; in sendBuffersInterleave()236 if (remainingNumFrames[idx] > 0) { in sendBuffersInterleave()238 min(remainingNumFrames[idx], static_cast<int32_t>(numBuffersInterleave)); in sendBuffersInterleave()242 remainingNumFrames[idx] -= numFramesInterleave; in sendBuffersInterleave()