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.java559 int maxConfiguredJpegWidth = -1; in calculatePictureSize() local
562 maxConfiguredJpegWidth = jpegSize.getWidth() > maxConfiguredJpegWidth ? in calculatePictureSize()
563 jpegSize.getWidth() : maxConfiguredJpegWidth; in calculatePictureSize()
567 Size smallestBoundJpegSize = new Size(maxConfiguredJpegWidth, maxConfiguredJpegHeight); in calculatePictureSize()
578 if (supportedJpegSize.getWidth() >= maxConfiguredJpegWidth && in calculatePictureSize()