Searched refs:preHeight (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp1064 uint32_t preHeight = 0; local
1071 preHeight = static_cast<uint32_t>(entry.data.i32[3]);
1078 if (!((imageWidth == preWidth && imageHeight == preHeight) ||
1787 err = builder.addWarpRectilinearForMetadata(entry3.data.f, preWidth, preHeight, cx,

Completed in 37 milliseconds