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