Home
last modified time | relevance | path

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

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
DCamera2SurfaceViewTestCase.java25 import static com.android.mediaframeworktest.helpers.CameraTestUtils.getSortedSizesForFormat;
620 mOrderedRAW10Sizes = getSortedSizesForFormat( in openDevice()
623 mOrderedYUV420888Sizes = getSortedSizesForFormat( in openDevice()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DCameraTestUtils.java1119 static public List<Size> getSortedSizesForFormat(String cameraId, in getSortedSizesForFormat() method in CameraTestUtils
1185 return getSortedSizesForFormat(cameraId, cameraManager, ImageFormat.JPEG, bound); in getSupportedStillSizes()
1217 List<Size> sizes = getSortedSizesForFormat(cameraId, cameraManager, ImageFormat.DEPTH16, in getMaxDepthSize()