Searched refs:mInputAppSegmentBuffers (Results 1 – 2 of 2) sorted by relevance
81 mInputAppSegmentBuffers.clear(); in ~HeicCompositeStream()310 mInputAppSegmentBuffers.push_back(item.mTimestamp); in onFrameAvailable()601 while (!mInputAppSegmentBuffers.empty() && mAppSegmentFrameNumbers.size() > 0) { in compilePendingInputLocked()603 auto it = mInputAppSegmentBuffers.begin(); in compilePendingInputLocked()619 mInputAppSegmentBuffers.erase(it); in compilePendingInputLocked()626 mInputAppSegmentBuffers.erase(it); in compilePendingInputLocked()641 mInputAppSegmentBuffers.erase(it); in compilePendingInputLocked()
257 std::vector<int64_t> mInputAppSegmentBuffers; variable