Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraExtensionJpegProcessor.java94 private static JpegParameters getJpegParameters(List<CaptureBundle> captureBundles) { in getJpegParameters() argument
96 if (!captureBundles.isEmpty()) { in getJpegParameters()
99 Byte jpegQuality = captureBundles.get(0).captureResult.get(CaptureResult.JPEG_QUALITY); in getJpegParameters()
106 Integer orientation = captureBundles.get(0).captureResult.get( in getJpegParameters()
115 for (CaptureBundle bundle : captureBundles) { in getJpegParameters()