Searched refs:mAppSegmentFrameNumbers (Results 1 – 2 of 2) sorted by relevance
267 mAppSegmentFrameNumbers.push(bufferInfo.mFrameNumber); in onBufferReleased()269 __FUNCTION__, bufferInfo.mFrameNumber, mAppSegmentFrameNumbers.size()); in onBufferReleased()601 while (!mInputAppSegmentBuffers.empty() && mAppSegmentFrameNumbers.size() > 0) { in compilePendingInputLocked()623 … if (mPendingInputFrames.find(mAppSegmentFrameNumbers.front()) == mPendingInputFrames.end()) { in compilePendingInputLocked()625 mAppSegmentFrameNumbers.front()); in compilePendingInputLocked()627 mAppSegmentFrameNumbers.pop(); in compilePendingInputLocked()631 int64_t frameNumber = mAppSegmentFrameNumbers.front(); in compilePendingInputLocked()642 mAppSegmentFrameNumbers.pop(); in compilePendingInputLocked()
224 std::queue<int64_t> mAppSegmentFrameNumbers; variable