Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/settings/
DResolutionUtil.java373 int maxPixelNumNoAspect = 0; in getLargestPictureSize() local
382 if (pixelNum > maxPixelNumNoAspect) { in getLargestPictureSize()
383 maxPixelNumNoAspect = pixelNum; in getLargestPictureSize()