Searched refs:dynamicDepthDurations (Results 1 – 2 of 2) sorted by relevance
673 std::vector<int64_t> *dynamicDepthDurations /*out*/) { in getSupportedDynamicDepthDurations() argument674 if ((dynamicDepthDurations == nullptr) || (depthDurations.size() != blobDurations.size())) { in getSupportedDynamicDepthDurations()684 dynamicDepthDurations->reserve(depthDurations.size()); in getSupportedDynamicDepthDurations()686 dynamicDepthDurations->push_back(std::max(*depthDuration, *blobDuration)); in getSupportedDynamicDepthDurations()
580 std::vector<int64_t> *dynamicDepthDurations /*out*/);