Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.cpp784 std::vector<int64_t> blobMinDurations, blobStallDurations; in addDynamicDepthTags() local
790 supportedDynamicDepthSizes, &blobMinDurations); in addDynamicDepthTags()
791 if (blobMinDurations.empty() || depthMinDurations.empty() || in addDynamicDepthTags()
792 (depthMinDurations.size() != blobMinDurations.size())) { in addDynamicDepthTags()
794 __FUNCTION__, depthMinDurations.size(), blobMinDurations.size()); in addDynamicDepthTags()
809 getSupportedDynamicDepthDurations(depthMinDurations, blobMinDurations, in addDynamicDepthTags()