Searched refs:blobDuration (Results 1 – 1 of 1) sorted by relevance
594 auto blobDuration = blobDurations.begin(); in getSupportedDynamicDepthDurations() local596 while ((depthDuration != depthDurations.end()) && (blobDuration != blobDurations.end())) { in getSupportedDynamicDepthDurations()597 dynamicDepthDurations->push_back(std::max(*depthDuration, *blobDuration)); in getSupportedDynamicDepthDurations()598 depthDuration++; blobDuration++; in getSupportedDynamicDepthDurations()