Searched refs:outputAspect (Results 1 – 2 of 2) sorted by relevance
130 float outputAspect = (float) previewSize.getWidth() / previewSize.getHeight(); in openCamera() local131 surfaceView.setAspectRatio(outputAspect); in openCamera()
297 float outputAspect = (float) outputSize.getWidth() / outputSize.getHeight(); in getBestSize() local304 Math.abs(outputAspect - TARGET_ASPECT) < ASPECT_TOLERANCE; in getBestSize()308 outputAspect = candidateAspect; in getBestSize()