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