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