Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp828 uint32_t preWidth = static_cast<uint32_t>(entry.data.i32[2]); in isMaximumResolutionModeImage() local
839 return (imageWidth == preWidth && imageHeight == preHeight) || in isMaximumResolutionModeImage()
1319 uint32_t preWidth = 0; in DngCreator_setup() local
1333 preWidth = static_cast<uint32_t>(entry.data.i32[2]); in DngCreator_setup()
1344 if (!((imageWidth == preWidth && imageHeight == preHeight) || in DngCreator_setup()
2086 if (preWidth == imageWidth && preHeight == imageHeight) { in DngCreator_setup()
2087 normalizeLensDistortion(distortion, cx, cy, f, preWidth, preHeight); in DngCreator_setup()
2094 distortion, cx + preXMin, cy + preYMin, f, preWidth, preHeight, in DngCreator_setup()
2098 float m_x = std::fmaxf(preWidth - cx, cx); in DngCreator_setup()
2148 distortion.data(), preWidth, preHeight, cx, cy); in DngCreator_setup()