Home
last modified time | relevance | path

Searched refs:cachedDCaptureInfoList_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H A Ddstream_operator.cpp367 for (const auto &captureInfo : cachedDCaptureInfoList_) { in ExtractCaptureInfo()
498 cachedDCaptureInfoList_.clear(); in CancelCapture()
936 cachedDCaptureInfoList_.clear(); in Release()
1010 cachedDCaptureInfoList_.clear(); in NegotiateSuitableCaptureInfo()
1011 cachedDCaptureInfoList_.push_back(inputCaptureInfo); in NegotiateSuitableCaptureInfo()
1013 cachedDCaptureInfoList_.push_back(appendCaptureInfo); in NegotiateSuitableCaptureInfo()
1016 for (auto info : cachedDCaptureInfoList_) { in NegotiateSuitableCaptureInfo()
1032 if (cachedDCaptureInfoList_.empty()) { in AppendCaptureInfo()
1041 for (auto cacheCapture : cachedDCaptureInfoList_) { in AppendCaptureInfo()
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/dstream_operator/
H A Ddstream_operator.h173 std::vector<std::shared_ptr<DCCaptureInfo>> cachedDCaptureInfoList_; variable