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