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.cpp1236 uint32_t preHeight = 0; in DngCreator_setup() local
1247 preHeight = static_cast<uint32_t>(entry.data.i32[3]); in DngCreator_setup()
1254 if (!((imageWidth == preWidth && imageHeight == preHeight) || in DngCreator_setup()
1986 if (preWidth == imageWidth && preHeight == imageHeight) { in DngCreator_setup()
1987 normalizeLensDistortion(distortion, cx, cy, f, preWidth, preHeight); in DngCreator_setup()
1994 distortion, cx + preXMin, cy + preYMin, f, preWidth, preHeight, in DngCreator_setup()
1999 float m_y = std::fmaxf(preHeight - cy, cy); in DngCreator_setup()
2048 distortion.data(), preWidth, preHeight, cx, cy); in DngCreator_setup()