Searched refs:blobMinDurations (Results 1 – 1 of 1) sorted by relevance
786 std::vector<int64_t> blobMinDurations, blobStallDurations; in addDynamicDepthTags() local792 HAL_PIXEL_FORMAT_BLOB, supportedDynamicDepthSizes, &blobMinDurations); 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()