Home
last modified time | relevance | path

Searched refs:metaCache_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/muxer/
H A Dmuxer_filter.cpp166 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()
/ohos5.0/foundation/multimedia/media_foundation/engine/include/pipeline/filters/muxer/
H A Dmuxer_filter.h81 std::vector<std::pair<std::string, Plugin::Meta>> metaCache_ {};
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhcapture_session.h179 shared_ptr<FixedSizeList<MetaElementType>> metaCache_; variable
195 shared_ptr<FixedSizeList<MetaElementType>> metaCache_; variable
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcapture_session.cpp2499 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()