Searched refs:findClosestSizeFromList (Results 1 – 1 of 1) sorted by relevance
1317 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