Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp604 const std::vector<int64_t>& depthDurations, const std::vector<int64_t>& blobDurations, in getSupportedDynamicDepthDurations() argument
606 if ((dynamicDepthDurations == nullptr) || (depthDurations.size() != blobDurations.size())) { in getSupportedDynamicDepthDurations()
614 auto depthDuration = depthDurations.begin(); in getSupportedDynamicDepthDurations()
616 dynamicDepthDurations->reserve(depthDurations.size()); in getSupportedDynamicDepthDurations()
617 while ((depthDuration != depthDurations.end()) && (blobDuration != blobDurations.end())) { in getSupportedDynamicDepthDurations()
DCameraProviderManager.h511 void getSupportedDynamicDepthDurations(const std::vector<int64_t>& depthDurations,