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