Searched refs:pixelNum (Results 1 – 1 of 1) sorted by relevance
383 int pixelNum = size.getWidth() * size.getHeight(); in getLargestPictureSize() local384 if (pixelNum > maxPixelNumNoAspect) { in getLargestPictureSize()385 maxPixelNumNoAspect = pixelNum; in getLargestPictureSize()400 int pixelNum = size.getWidth() * size.getHeight(); in getLargestPictureSize() local401 if (pixelNum > maxPixelNumWithAspect) { in getLargestPictureSize()402 maxPixelNumWithAspect = pixelNum; in getLargestPictureSize()