Searched refs:isSizeSupported (Results 1 – 3 of 3) 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
257 if (!encCaps.isSizeSupported(width, height)) { in initCodecsAndConfigureEncoder()
285 } else if (vidCap.isSizeSupported(w, h)) { in supports()