Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp1359 auto itSize = supportedP010Sizes.begin(); in deriveJpegRTags() local
1361 int64_t entry[4] = {HAL_PIXEL_FORMAT_BLOB, static_cast<int32_t> (std::get<0>(*itSize)), in deriveJpegRTags()
1362 static_cast<int32_t> (std::get<1>(*itSize)), *itDuration}; in deriveJpegRTags()
1364 itDuration++; itSize++; in deriveJpegRTags()
1368 itSize = supportedP010Sizes.begin(); in deriveJpegRTags()
1370 int64_t entry[4] = {HAL_PIXEL_FORMAT_BLOB, static_cast<int32_t> (std::get<0>(*itSize)), in deriveJpegRTags()
1371 static_cast<int32_t> (std::get<1>(*itSize)), *itDuration}; in deriveJpegRTags()
1373 itDuration++; itSize++; in deriveJpegRTags()
1556 auto itSize = supportedDynamicDepthSizes.begin(); in addDynamicDepthTags() local
1558 int64_t entry[4] = {HAL_PIXEL_FORMAT_BLOB, static_cast<int32_t> (std::get<0>(*itSize)), in addDynamicDepthTags()
[all …]