Searched refs:foregroundAspect (Results 1 – 1 of 1) sorted by relevance
927 … float foregroundAspect = (float)video.getFormat().getWidth() / video.getFormat().getHeight(); in updateBgScaling() local929 float currentRelativeAspect = foregroundAspect/backgroundAspect; in updateBgScaling()