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.cpp1065 uint32_t preHeight = 0; in DngCreator_setup() local
1072 preHeight = static_cast<uint32_t>(entry.data.i32[3]); in DngCreator_setup()
1079 if (!((imageWidth == preWidth && imageHeight == preHeight) || in DngCreator_setup()
1791 float m_y = std::fmaxf(preHeight-1 - cy, cy); in DngCreator_setup()
1839 err = builder.addWarpRectilinearForMetadata(distortion, preWidth, preHeight, cx, in DngCreator_setup()