Searched refs:mInputAppSegmentBuffers (Results 1 – 2 of 2) sorted by relevance
78 mInputAppSegmentBuffers.clear(); in ~HeicCompositeStream()273 mInputAppSegmentBuffers.push_back(item.mTimestamp); in onFrameAvailable()523 while (!mInputAppSegmentBuffers.empty() && !mAppSegmentBufferAcquired) { in compilePendingInputLocked()525 auto it = mInputAppSegmentBuffers.begin(); in compilePendingInputLocked()540 mInputAppSegmentBuffers.erase(it); in compilePendingInputLocked()551 mInputAppSegmentBuffers.erase(it); in compilePendingInputLocked()
231 std::vector<int64_t> mInputAppSegmentBuffers; variable