Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp748 std::vector<int64_t> blobMinDurations, blobStallDurations; in addDynamicDepthTags() local
754 HAL_PIXEL_FORMAT_BLOB, supportedDynamicDepthSizes, &blobMinDurations); in addDynamicDepthTags()
755 if (blobMinDurations.empty() || depthMinDurations.empty() || in addDynamicDepthTags()
756 (depthMinDurations.size() != blobMinDurations.size())) { in addDynamicDepthTags()
758 __FUNCTION__, depthMinDurations.size(), blobMinDurations.size()); in addDynamicDepthTags()
773 getSupportedDynamicDepthDurations(depthMinDurations, blobMinDurations, in addDynamicDepthTags()