Searched refs:metaCache_ (Results 1 – 4 of 4) sorted by relevance
166 for (const auto& cache: metaCache_) { in ConfigureToStart()195 metaCache_.emplace_back(std::make_pair(inPort, *upstreamMeta)); in Configure()196 if (metaCache_.size() < inPorts_.size()) { in Configure()266 metaCache_.clear(); in SendEos()
81 std::vector<std::pair<std::string, Plugin::Meta>> metaCache_ {};
179 shared_ptr<FixedSizeList<MetaElementType>> metaCache_; variable195 shared_ptr<FixedSizeList<MetaElementType>> metaCache_; variable
2499 metaCache_(metaCache), in MovingPhotoListener()2509 metaCache_->clear(); in ~MovingPhotoListener()2584 auto metaPair = metaCache_->find_if([timestamp](const MetaElementType& value) { in OnBufferArrival()2646 metaCache_->add({timestamp, buffer}); in OnBufferAvailable()2651 : surface_(surface), metaCache_(metaCache) in MovingPhotoMetaListener()