Home | History | Annotate | Download | only in camera

Lines Matching refs:targetAspectRatio

812         float targetAspectRatio;
824 float targetAspectRatio = dataBundle.targetAspectRatio;
833 newHeight = (int) (originalWidth / targetAspectRatio);
836 newWidth = (int) (originalHeight / targetAspectRatio);
911 dataBundle.targetAspectRatio = ResolutionUtil.NEXUS_5_LARGE_16_BY_9_ASPECT_RATIO;