Searched refs:mInputAppSegmentBuffers (Results 1 – 2 of 2) sorted by relevance
80 mInputAppSegmentBuffers.clear(); in ~HeicCompositeStream()306 mInputAppSegmentBuffers.push_back(item.mTimestamp); in onFrameAvailable()598 while (!mInputAppSegmentBuffers.empty() && mAppSegmentFrameNumbers.size() > 0) { in compilePendingInputLocked()600 auto it = mInputAppSegmentBuffers.begin(); in compilePendingInputLocked()616 mInputAppSegmentBuffers.erase(it); in compilePendingInputLocked()623 mInputAppSegmentBuffers.erase(it); in compilePendingInputLocked()639 mInputAppSegmentBuffers.erase(it); in compilePendingInputLocked()
255 std::vector<int64_t> mInputAppSegmentBuffers; variable