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/
DMediaPlayerTest.java386 playVideoTest(R.raw.testvideo, 352, 288);
825 playVideoTest(file, displayWidth, displayHeight);
927 playVideoTest(
933 playVideoTest(
939 playVideoTest(
945 playVideoTest(
951 playVideoTest(
957 playVideoTest(
963 playVideoTest(
971 playVideoTest(
[all …]
DStreamingMediaPlayerTest.java76 playVideoTest("http://redirector.c.youtube.com/videoplayback?id=271de9756065677e" in testHTTP_H263_AMR_Video1()
88 playVideoTest("http://redirector.c.youtube.com/videoplayback?id=c80658495af60617" in testHTTP_H263_AMR_Video2()
101 playVideoTest("http://redirector.c.youtube.com/videoplayback?id=271de9756065677e" in testHTTP_MPEG4SP_AAC_Video1()
113 playVideoTest("http://redirector.c.youtube.com/videoplayback?id=c80658495af60617" in testHTTP_MPEG4SP_AAC_Video2()
126 playVideoTest("http://redirector.c.youtube.com/videoplayback?id=271de9756065677e" in testHTTP_H264Base_AAC_Video1()
138 playVideoTest("http://redirector.c.youtube.com/videoplayback?id=c80658495af60617" in testHTTP_H264Base_AAC_Video2()
DMediaPlayerTestBase.java190 protected void playVideoTest(String path, int width, int height) throws Exception { in playVideoTest() method in MediaPlayerTestBase
211 protected void playVideoTest(int resid, int width, int height) throws Exception { in playVideoTest() method in MediaPlayerTestBase