Searched refs:smallestSupportedJpegSize (Results 1 – 1 of 1) sorted by relevance
448 Size smallestSupportedJpegSize = calculatePictureSize(mCallbackOutputs, in configureOutputs() local458 Size chosenJpegDimen = (smallestSupportedJpegSize != null) ? smallestSupportedJpegSize in configureOutputs()493 if (smallestSupportedJpegSize != null) { in configureOutputs()499 Log.i(TAG, "configureOutputs - set take picture size to " + smallestSupportedJpegSize); in configureOutputs()501 smallestSupportedJpegSize.getWidth(), smallestSupportedJpegSize.getHeight()); in configureOutputs()636 Size smallestSupportedJpegSize = Collections.min(candidateSupportedJpegSizes, in calculatePictureSize() local639 if (!smallestSupportedJpegSize.equals(smallestBoundJpegSize)) { in calculatePictureSize()644 smallestSupportedJpegSize, smallestBoundJpegSize)); in calculatePictureSize()647 return smallestSupportedJpegSize; in calculatePictureSize()