Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp1517 std::vector<int64_t> depthMinDurations, depthStallDurations; in addDynamicDepthTags() local
1522 &depthMinDurations); in addDynamicDepthTags()
1525 if (blobMinDurations.empty() || depthMinDurations.empty() || in addDynamicDepthTags()
1526 (depthMinDurations.size() != blobMinDurations.size())) { in addDynamicDepthTags()
1528 __FUNCTION__, depthMinDurations.size(), blobMinDurations.size()); in addDynamicDepthTags()
1543 getSupportedDynamicDepthDurations(depthMinDurations, blobMinDurations, in addDynamicDepthTags()