Home
last modified time | relevance | path

Searched refs:stillHeight (Results 1 – 1 of 1) sorted by relevance

/device/google/marlin/camera/QCamera2/HAL/
DQCameraParameters.cpp1629 int stillWidth, stillHeight, maxWidth, maxHeight; in updateViewAngles() local
1635 getPictureSize(&stillWidth, &stillHeight); in updateViewAngles()
1643 stillAspectRatio = (double)stillWidth/stillHeight; in updateViewAngles()
1645 LOGD("Stillwidth: %d, height: %d", stillWidth, stillHeight); in updateViewAngles()