Searched defs:cropSz (Results 1 - 1 of 1) sorted by relevance

/hardware/interfaces/camera/device/3.4/default/
H A DExternalCameraDeviceSession.cpp1098 Size cropSz = { 2*static_cast<uint32_t>(fWcrop/2.0f), local
1103 2*static_cast<int32_t>((inSz.width - cropSz.width)/4),
1104 2*static_cast<int32_t>((inSz.height - cropSz.height)/4),
1105 static_cast<int32_t>(cropSz.width),
1106 static_cast<int32_t>(cropSz.height) };

Completed in 58 milliseconds