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.java375 int maxPixelNumNoAspect = 0; in getLargestPictureSize() local
384 if (pixelNum > maxPixelNumNoAspect) { in getLargestPictureSize()
385 maxPixelNumNoAspect = pixelNum; in getLargestPictureSize()