Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DCamcorderProfileTest.java105 assertTrue(isSizeSupported(profile.videoFrameWidth, in checkProfile()
220 assertTrue(isSizeSupported(profile.videoFrameWidth, in checkSpecificProfiles()
369 private boolean isSizeSupported(int width, int height, List<Size> sizes) { in isSizeSupported() method in CamcorderProfileTest
DVideoEncoderTest.java257 if (!encCaps.isSizeSupported(width, height)) { in initCodecsAndConfigureEncoder()
/cts/libs/deviceutil/src/android/cts/util/
DMediaUtils.java285 } else if (vidCap.isSizeSupported(w, h)) { in supports()