Searched refs:blobDurations (Results 1 – 2 of 2) sorted by relevance
583 const std::vector<int64_t>& depthDurations, const std::vector<int64_t>& blobDurations, in getSupportedDynamicDepthDurations() argument585 if ((dynamicDepthDurations == nullptr) || (depthDurations.size() != blobDurations.size())) { in getSupportedDynamicDepthDurations()594 auto blobDuration = blobDurations.begin(); in getSupportedDynamicDepthDurations()596 while ((depthDuration != depthDurations.end()) && (blobDuration != blobDurations.end())) { in getSupportedDynamicDepthDurations()
508 const std::vector<int64_t>& blobDurations,