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