Home
last modified time | relevance | path

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

/cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/
DVideoEncoderDecoderTest.java198 doTestDefault(VIDEO_AVC, 176, 144); in testAvc0176x0144()
202 doTestDefault(VIDEO_AVC, 352, 288); in testAvc0352x0288()
206 doTestDefault(VIDEO_AVC, 720, 480); in testAvc0720x0480()
210 doTestDefault(VIDEO_AVC, 1280, 720); in testAvc1280x0720()
219 doTestDefault(VIDEO_AVC, 1920, 1072); in testAvc1920x1072()
391 private void doTestDefault(String mimeType, int w, int h) throws Exception { in doTestDefault() method in VideoEncoderDecoderTest