Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/legacy/
DLegacyMetadataMapper.java285 float jpegAspectRatio = maxJpegSize.width * 1.0f / maxJpegSize.height; in mapScalerStreamConfigs() local
289 maxJpegSize.width, maxJpegSize.height, jpegAspectRatio)); in mapScalerStreamConfigs()
299 if (Math.abs(jpegAspectRatio - previewAspectRatio) >= in mapScalerStreamConfigs()
317 "JPEG aspect ratio " + jpegAspectRatio); in mapScalerStreamConfigs()