Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.cpp640 const std::vector<int64_t>& depthDurations, const std::vector<int64_t>& blobDurations, in getSupportedDynamicDepthDurations() argument
642 if ((dynamicDepthDurations == nullptr) || (depthDurations.size() != blobDurations.size())) { in getSupportedDynamicDepthDurations()
651 auto blobDuration = blobDurations.begin(); in getSupportedDynamicDepthDurations()
653 while ((depthDuration != depthDurations.end()) && (blobDuration != blobDurations.end())) { in getSupportedDynamicDepthDurations()
H A DCameraProviderManager.h600 const std::vector<int64_t>& blobDurations,