Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp765 auto itSize = supportedDynamicDepthSizes.begin(); in addDynamicDepthTags() local
767 int64_t entry[4] = {HAL_PIXEL_FORMAT_BLOB, static_cast<int32_t> (std::get<0>(*itSize)), in addDynamicDepthTags()
768 static_cast<int32_t> (std::get<1>(*itSize)), *itDuration}; in addDynamicDepthTags()
771 itDuration++; itSize++; in addDynamicDepthTags()
776 itSize = supportedDynamicDepthSizes.begin(); in addDynamicDepthTags()
778 int64_t entry[4] = {HAL_PIXEL_FORMAT_BLOB, static_cast<int32_t> (std::get<0>(*itSize)), in addDynamicDepthTags()
779 static_cast<int32_t> (std::get<1>(*itSize)), *itDuration}; in addDynamicDepthTags()
782 itDuration++; itSize++; in addDynamicDepthTags()