Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp1169 std::vector<int64_t> *dynamicDepthDurations /*out*/) { in getSupportedDynamicDepthDurations() argument
1170 if ((dynamicDepthDurations == nullptr) || (depthDurations.size() != blobDurations.size())) { in getSupportedDynamicDepthDurations()
1180 dynamicDepthDurations->reserve(depthDurations.size()); in getSupportedDynamicDepthDurations()
1182 dynamicDepthDurations->push_back(std::max(*depthDuration, *blobDuration)); in getSupportedDynamicDepthDurations()
DCameraProviderManager.h771 std::vector<int64_t> *dynamicDepthDurations /*out*/);