Searched refs:mInputAppSegmentBuffers (Results 1 – 2 of 2) sorted by relevance
78 mInputAppSegmentBuffers.clear(); in ~HeicCompositeStream()275 mInputAppSegmentBuffers.push_back(item.mTimestamp); in onFrameAvailable()530 while (!mInputAppSegmentBuffers.empty()) { in compilePendingInputLocked()532 auto it = mInputAppSegmentBuffers.begin(); in compilePendingInputLocked()548 mInputAppSegmentBuffers.erase(it); in compilePendingInputLocked()559 mInputAppSegmentBuffers.erase(it); in compilePendingInputLocked()
236 std::vector<int64_t> mInputAppSegmentBuffers; variable