Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/settings/
DSettingsUtil.java372 private static int findClosestSize(List<Size> sortedSizes, int targetPixelCount) { in findClosestSize() argument
378 int pixelCountDiff = Math.abs((size.width() * size.height()) - targetPixelCount); in findClosestSize()