Searched refs:videoAspect (Results 1 – 1 of 1) sorted by relevance
2767 float videoAspect = static_cast<float>(videoWidth) / videoHeight; in calculatePictureFovs() local2768 if (videoAspect > previewAspect) { in calculatePictureFovs()2769 previewAspect = videoAspect; in calculatePictureFovs()