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