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.java391 int maxPixelNumWithAspect = 0; in getLargestPictureSize() local
399 if (pixelNum > maxPixelNumWithAspect) { in getLargestPictureSize()
400 maxPixelNumWithAspect = pixelNum; in getLargestPictureSize()