Home
last modified time | relevance | path

Searched refs:maxConfiguredJpegWidth (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/legacy/
DRequestThreadManager.java587 int maxConfiguredJpegWidth = -1; in calculatePictureSize() local
590 maxConfiguredJpegWidth = jpegSize.getWidth() > maxConfiguredJpegWidth ? in calculatePictureSize()
591 jpegSize.getWidth() : maxConfiguredJpegWidth; in calculatePictureSize()
595 Size smallestBoundJpegSize = new Size(maxConfiguredJpegWidth, maxConfiguredJpegHeight); in calculatePictureSize()
606 if (supportedJpegSize.getWidth() >= maxConfiguredJpegWidth && in calculatePictureSize()