Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp786 std::vector<int64_t> blobMinDurations, blobStallDurations; in addDynamicDepthTags() local
803 HAL_PIXEL_FORMAT_BLOB, supportedDynamicDepthSizes, &blobStallDurations); in addDynamicDepthTags()
804 if (blobStallDurations.empty() || depthStallDurations.empty() || in addDynamicDepthTags()
805 (depthStallDurations.size() != blobStallDurations.size())) { in addDynamicDepthTags()
807 __FUNCTION__, depthStallDurations.size(), blobStallDurations.size()); in addDynamicDepthTags()
813 getSupportedDynamicDepthDurations(depthStallDurations, blobStallDurations, in addDynamicDepthTags()