Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.cpp3004 float horizCropFactor = 1.f; in calculatePictureFovs() local
3026 horizCropFactor = previewAspect / arrayAspect; in calculatePictureFovs()
3030 horizCropFactor *= stillAspect / previewAspect; in calculatePictureFovs()
3041 horizCropFactor = (arrayAspect > stillAspect) ? in calculatePictureFovs()
3051 horizCropFactor *= (static_cast<float>(fastInfo.arrayWidth) / in calculatePictureFovs()
3057 horizCropFactor, vertCropFactor); in calculatePictureFovs()
3067 atanf(horizCropFactor * sensorSize.data.f[0] / in calculatePictureFovs()