Searched refs:getSortedSizesForFormat (Results 1 – 2 of 2) sorted by relevance
25 import static com.android.mediaframeworktest.helpers.CameraTestUtils.getSortedSizesForFormat;620 mOrderedRAW10Sizes = getSortedSizesForFormat( in openDevice()623 mOrderedYUV420888Sizes = getSortedSizesForFormat( in openDevice()
1119 static public List<Size> getSortedSizesForFormat(String cameraId, in getSortedSizesForFormat() method in CameraTestUtils1185 return getSortedSizesForFormat(cameraId, cameraManager, ImageFormat.JPEG, bound); in getSupportedStillSizes()1217 List<Size> sizes = getSortedSizesForFormat(cameraId, cameraManager, ImageFormat.DEPTH16, in getMaxDepthSize()