Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp1156 std::vector<int64_t> blobMinDurations, blobStallDurations; in addDynamicDepthTags() local
1173 supportedDynamicDepthSizes, &blobStallDurations); in addDynamicDepthTags()
1174 if (blobStallDurations.empty() || depthStallDurations.empty() || in addDynamicDepthTags()
1175 (depthStallDurations.size() != blobStallDurations.size())) { in addDynamicDepthTags()
1177 __FUNCTION__, depthStallDurations.size(), blobStallDurations.size()); in addDynamicDepthTags()
1183 getSupportedDynamicDepthDurations(depthStallDurations, blobStallDurations, in addDynamicDepthTags()