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