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