Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp786 auto itSize = supportedDynamicDepthSizes.begin(); in addDynamicDepthTags() local
788 int64_t entry[4] = {HAL_PIXEL_FORMAT_BLOB, static_cast<int32_t> (std::get<0>(*itSize)), in addDynamicDepthTags()
789 static_cast<int32_t> (std::get<1>(*itSize)), *itDuration}; in addDynamicDepthTags()
792 itDuration++; itSize++; in addDynamicDepthTags()
797 itSize = supportedDynamicDepthSizes.begin(); in addDynamicDepthTags()
799 int64_t entry[4] = {HAL_PIXEL_FORMAT_BLOB, static_cast<int32_t> (std::get<0>(*itSize)), in addDynamicDepthTags()
800 static_cast<int32_t> (std::get<1>(*itSize)), *itDuration}; in addDynamicDepthTags()
803 itDuration++; itSize++; in addDynamicDepthTags()