Searched refs:smallestSupportedJpegSize (Results 1 – 1 of 1) sorted by relevance
458 Size smallestSupportedJpegSize = calculatePictureSize(mCallbackOutputs, in configureOutputs() local460 if (smallestSupportedJpegSize != null) { in configureOutputs()466 Log.i(TAG, "configureOutputs - set take picture size to " + smallestSupportedJpegSize); in configureOutputs()468 smallestSupportedJpegSize.getWidth(), smallestSupportedJpegSize.getHeight()); in configureOutputs()590 Size smallestSupportedJpegSize = Collections.min(candidateSupportedJpegSizes, in calculatePictureSize() local593 if (!smallestSupportedJpegSize.equals(smallestBoundJpegSize)) { in calculatePictureSize()598 smallestSupportedJpegSize, smallestBoundJpegSize)); in calculatePictureSize()601 return smallestSupportedJpegSize; in calculatePictureSize()