Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DStreamingMediaPlayerTest.java136 playVideoTest(urlString, 176, 144); in testHTTP_H263_AMR_Video1()
145 playVideoTest(urlString, 176, 144); in testHTTP_H263_AMR_Video2()
154 playVideoTest(urlString, 176, 144); in testHTTP_MPEG4SP_AAC_Video1()
163 playVideoTest(urlString, 176, 144); in testHTTP_MPEG4SP_AAC_Video2()
172 playVideoTest(urlString, 640, 360); in testHTTP_H264Base_AAC_Video1()
181 playVideoTest(urlString, 640, 360); in testHTTP_H264Base_AAC_Video2()
DMediaPlayerTestBase.java161 protected void playVideoTest(String path, int width, int height) throws Exception { in playVideoTest() method in MediaPlayerTestBase
DMediaPlayerTest.java1132 playVideoTest(file, displayWidth, displayHeight);