Home
last modified time | relevance | path

Searched refs:isSizeSupported (Results 1 – 2 of 2) 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.java226 if (!encCaps.isSizeSupported(width, height)) { in initCodecsAndConfigureEncoder()