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