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

/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraParameters.cpp1282 double picAspectRatio = (double)pic_width / pic_height; local
1299 if (fabs(ratio - picAspectRatio) > ASPECT_TOLERANCE) {

Completed in 63 milliseconds