Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp1035 const std::vector<int64_t>& depthDurations, const std::vector<int64_t>& blobDurations, in getSupportedDynamicDepthDurations() argument
1037 if ((dynamicDepthDurations == nullptr) || (depthDurations.size() != blobDurations.size())) { in getSupportedDynamicDepthDurations()
1046 auto blobDuration = blobDurations.begin(); in getSupportedDynamicDepthDurations()
1048 while ((depthDuration != depthDurations.end()) && (blobDuration != blobDurations.end())) { in getSupportedDynamicDepthDurations()
DCameraProviderManager.h702 const std::vector<int64_t>& blobDurations,