Searched refs:remainingNumFrames (Results 1 – 1 of 1) sorted by relevance
245 int32_t currentFrameIndex[numTracks], remainingNumFrames[numTracks], numTrackFramesDone; in sendBuffersInterleave() local248 remainingNumFrames[idx] = mBufferSource->getFrameList(idx).size() - currentFrameIndex[idx]; in sendBuffersInterleave()253 if (remainingNumFrames[idx] > 0) { in sendBuffersInterleave()255 min(remainingNumFrames[idx], static_cast<int32_t>(numBuffersInterleave)); in sendBuffersInterleave()259 remainingNumFrames[idx] -= numFramesInterleave; in sendBuffersInterleave()