Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp785 std::vector<int64_t> depthMinDurations, depthStallDurations; in addDynamicDepthTags() local
790 HAL_PIXEL_FORMAT_Y16, internalDepthSizes, &depthMinDurations); in addDynamicDepthTags()
793 if (blobMinDurations.empty() || depthMinDurations.empty() || in addDynamicDepthTags()
794 (depthMinDurations.size() != blobMinDurations.size())) { in addDynamicDepthTags()
796 __FUNCTION__, depthMinDurations.size(), blobMinDurations.size()); in addDynamicDepthTags()
811 getSupportedDynamicDepthDurations(depthMinDurations, blobMinDurations, in addDynamicDepthTags()