Home
last modified time | relevance | path

Searched refs:aspectRatio (Results 1 – 1 of 1) sorted by relevance

/system/extras/power_profile/camera_avg/Application/src/main/java/com/example/android/powerprofile/cameraavg/
DCameraAvgFragment.java386 int textureViewHeight, int maxWidth, int maxHeight, Size aspectRatio) { in chooseOptimalSize() argument
392 int w = aspectRatio.getWidth(); in chooseOptimalSize()
393 int h = aspectRatio.getHeight(); in chooseOptimalSize()