Searched refs:mAppSegmentFrameNumbers (Results 1 – 2 of 2) sorted by relevance
263 mAppSegmentFrameNumbers.push(bufferInfo.mFrameNumber); in onBufferReleased()265 __FUNCTION__, bufferInfo.mFrameNumber, mAppSegmentFrameNumbers.size()); in onBufferReleased()598 while (!mInputAppSegmentBuffers.empty() && mAppSegmentFrameNumbers.size() > 0) { in compilePendingInputLocked()620 … if (mPendingInputFrames.find(mAppSegmentFrameNumbers.front()) == mPendingInputFrames.end()) { in compilePendingInputLocked()622 mAppSegmentFrameNumbers.front()); in compilePendingInputLocked()624 mAppSegmentFrameNumbers.pop(); in compilePendingInputLocked()628 int64_t frameNumber = mAppSegmentFrameNumbers.front(); in compilePendingInputLocked()640 mAppSegmentFrameNumbers.pop(); in compilePendingInputLocked()
222 std::queue<int64_t> mAppSegmentFrameNumbers; variable