Home
last modified time | relevance | path

Searched refs:itDuration (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp785 auto itDuration = dynamicDepthMinDurations.begin(); in addDynamicDepthTags() local
787 while (itDuration != dynamicDepthMinDurations.end()) { in addDynamicDepthTags()
789 static_cast<int32_t> (std::get<1>(*itSize)), *itDuration}; in addDynamicDepthTags()
792 itDuration++; itSize++; in addDynamicDepthTags()
796 itDuration = dynamicDepthStallDurations.begin(); in addDynamicDepthTags()
798 while (itDuration != dynamicDepthStallDurations.end()) { in addDynamicDepthTags()
800 static_cast<int32_t> (std::get<1>(*itSize)), *itDuration}; in addDynamicDepthTags()
803 itDuration++; itSize++; in addDynamicDepthTags()