Searched refs:outputAspect (Results 1 – 1 of 1) sorted by relevance
332 float outputAspect = (float) outputSize.getWidth() / outputSize.getHeight(); in configureSurfaces() local339 Math.abs(outputAspect - TARGET_ASPECT) < ASPECT_TOLERANCE; in configureSurfaces()343 outputAspect = candidateAspect; in configureSurfaces()353 mPreviewView.setAspectRatio(outputAspect); in configureSurfaces()