Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_hardware_camera2_DngCreator.cpp830 uint32_t preHeight = static_cast<uint32_t>(entry.data.i32[3]); in isMaximumResolutionModeImage() local
840 return (imageWidth == preWidth && imageHeight == preHeight) || in isMaximumResolutionModeImage()
1299 uint32_t preHeight = 0; in DngCreator_setup() local
1313 preHeight = static_cast<uint32_t>(entry.data.i32[3]); in DngCreator_setup()
1323 if (!((imageWidth == preWidth && imageHeight == preHeight) || in DngCreator_setup()
2069 if (preWidth == imageWidth && preHeight == imageHeight) { in DngCreator_setup()
2070 normalizeLensDistortion(distortion, cx, cy, f, preWidth, preHeight); in DngCreator_setup()
2077 distortion, cx + preXMin, cy + preYMin, f, preWidth, preHeight, in DngCreator_setup()
2082 float m_y = std::fmaxf(preHeight - cy, cy); in DngCreator_setup()
2131 distortion.data(), preWidth, preHeight, cx, cy); in DngCreator_setup()