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.java605 int maxConfiguredJpegWidth = -1; in calculatePictureSize() local
608 maxConfiguredJpegWidth = jpegSize.getWidth() > maxConfiguredJpegWidth ? in calculatePictureSize()
609 jpegSize.getWidth() : maxConfiguredJpegWidth; in calculatePictureSize()
613 Size smallestBoundJpegSize = new Size(maxConfiguredJpegWidth, maxConfiguredJpegHeight); in calculatePictureSize()
624 if (supportedJpegSize.getWidth() >= maxConfiguredJpegWidth && in calculatePictureSize()