Home
last modified time | relevance | path

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

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DCameraStreamer.java1317 return findClosestSizeFromList(width, height, previewSizes); in findClosestPreviewSize()
1322 return findClosestSizeFromList(width, height, pictureSizes); in findClosestPictureSize()
1325 private int[] findClosestSizeFromList(int width, int height, List<Camera.Size> sizes) { in findClosestSizeFromList() method in CameraStreamer.CameraRunnable