Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_hardware_camera2_DngCreator.cpp829 uint32_t preWidth = static_cast<uint32_t>(entry.data.i32[2]); in isMaximumResolutionModeImage() local
840 return (imageWidth == preWidth && imageHeight == preHeight) || in isMaximumResolutionModeImage()
1298 uint32_t preWidth = 0; in DngCreator_setup() local
1312 preWidth = static_cast<uint32_t>(entry.data.i32[2]); 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()
2081 float m_x = std::fmaxf(preWidth - cx, cx); in DngCreator_setup()
2131 distortion.data(), preWidth, preHeight, cx, cy); in DngCreator_setup()