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