Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/settings/
DResolutionUtil.java393 int maxPixelNumWithAspect = 0; in getLargestPictureSize() local
401 if (pixelNum > maxPixelNumWithAspect) { in getLargestPictureSize()
402 maxPixelNumWithAspect = pixelNum; in getLargestPictureSize()