Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp824 auto itSize = supportedDynamicDepthSizes.begin(); in addDynamicDepthTags() local
826 int64_t entry[4] = {HAL_PIXEL_FORMAT_BLOB, static_cast<int32_t> (std::get<0>(*itSize)), in addDynamicDepthTags()
827 static_cast<int32_t> (std::get<1>(*itSize)), *itDuration}; in addDynamicDepthTags()
830 itDuration++; itSize++; in addDynamicDepthTags()
835 itSize = supportedDynamicDepthSizes.begin(); in addDynamicDepthTags()
837 int64_t entry[4] = {HAL_PIXEL_FORMAT_BLOB, static_cast<int32_t> (std::get<0>(*itSize)), in addDynamicDepthTags()
838 static_cast<int32_t> (std::get<1>(*itSize)), *itDuration}; in addDynamicDepthTags()
841 itDuration++; itSize++; in addDynamicDepthTags()