Searched refs:smallestSupportedJpegSize (Results 1 – 1 of 1) sorted by relevance
439 Size smallestSupportedJpegSize = calculatePictureSize(mCallbackOutputs, in configureOutputs() local449 Size chosenJpegDimen = (smallestSupportedJpegSize != null) ? smallestSupportedJpegSize in configureOutputs()484 if (smallestSupportedJpegSize != null) { in configureOutputs()490 Log.i(TAG, "configureOutputs - set take picture size to " + smallestSupportedJpegSize); in configureOutputs()492 smallestSupportedJpegSize.getWidth(), smallestSupportedJpegSize.getHeight()); in configureOutputs()618 Size smallestSupportedJpegSize = Collections.min(candidateSupportedJpegSizes, in calculatePictureSize() local621 if (!smallestSupportedJpegSize.equals(smallestBoundJpegSize)) { in calculatePictureSize()626 smallestSupportedJpegSize, smallestBoundJpegSize)); in calculatePictureSize()629 return smallestSupportedJpegSize; in calculatePictureSize()