Home
last modified time | relevance | path

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

/packages/apps/DevCamera/src/com/android/devcamera/
DCameraInfoCache.java199 float activeWidthFraction = activeArraySize.width() / (float) pixelArraySize.getWidth(); in getFieldOfView() local
206 2 * Math.atan(physicalSize.getWidth() * activeWidthFraction / 2 / focalLength)); in getFieldOfView()