Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp727 std::vector<int64_t> blobMinDurations, blobStallDurations; in addDynamicDepthTags() local
744 HAL_PIXEL_FORMAT_BLOB, supportedDynamicDepthSizes, &blobStallDurations); in addDynamicDepthTags()
745 if (blobStallDurations.empty() || depthStallDurations.empty() || in addDynamicDepthTags()
746 (depthStallDurations.size() != blobStallDurations.size())) { in addDynamicDepthTags()
748 __FUNCTION__, depthStallDurations.size(), blobStallDurations.size()); in addDynamicDepthTags()
754 getSupportedDynamicDepthDurations(depthStallDurations, blobStallDurations, in addDynamicDepthTags()