Searched refs:remainingNumFrames (Results 1 – 1 of 1) sorted by relevance
225 int32_t currentFrameIndex[numTracks], remainingNumFrames[numTracks], numTrackFramesDone; in sendBuffersInterleave() local228 remainingNumFrames[idx] = mBufferSource->getFrameList(idx).size() - currentFrameIndex[idx]; in sendBuffersInterleave()233 if (remainingNumFrames[idx] > 0) { in sendBuffersInterleave()235 min(remainingNumFrames[idx], static_cast<int32_t>(numBuffersInterleave)); in sendBuffersInterleave()239 remainingNumFrames[idx] -= numFramesInterleave; in sendBuffersInterleave()