Searched refs:pixelNum (Results 1 – 1 of 1) sorted by relevance
381 int pixelNum = size.getWidth() * size.getHeight(); in getLargestPictureSize() local382 if (pixelNum > maxPixelNumNoAspect) { in getLargestPictureSize()383 maxPixelNumNoAspect = pixelNum; in getLargestPictureSize()398 int pixelNum = size.getWidth() * size.getHeight(); in getLargestPictureSize() local399 if (pixelNum > maxPixelNumWithAspect) { in getLargestPictureSize()400 maxPixelNumWithAspect = pixelNum; in getLargestPictureSize()