Searched refs:currArea (Results 1 – 1 of 1) sorted by relevance
470 long currArea = s.getWidth() * s.getHeight(); in configureOutputs() local472 if (checkAspectRatiosMatch(chosenJpegDimen, s) && (currArea < bestArea && in configureOutputs()473 currArea >= largestOutputArea)) { in configureOutputs()