Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaPlayerTest.java599 playVideoTest(R.raw.testvideo, 352, 288); in testPlayVideo()
1105 playVideoTest(file, displayWidth, displayHeight);
1445 playVideoTest( in testLocalVideo_MKV_H265_1280x720_500kbps_25fps_AAC_Stereo_128kbps_44100Hz()
1450 playVideoTest( in testLocalVideo_MP4_H264_480x360_500kbps_25fps_AAC_Stereo_128kbps_44110Hz()
1456 playVideoTest( in testLocalVideo_MP4_H264_480x360_500kbps_30fps_AAC_Stereo_128kbps_44110Hz()
1462 playVideoTest( in testLocalVideo_MP4_H264_480x360_1000kbps_25fps_AAC_Stereo_128kbps_44110Hz()
1468 playVideoTest( in testLocalVideo_MP4_H264_480x360_1000kbps_30fps_AAC_Stereo_128kbps_44110Hz()
1474 playVideoTest( in testLocalVideo_MP4_H264_480x360_1350kbps_25fps_AAC_Stereo_128kbps_44110Hz()
1480 playVideoTest( in testLocalVideo_MP4_H264_480x360_1350kbps_30fps_AAC_Stereo_128kbps_44110Hz()
1486 playVideoTest( in testLocalVideo_MP4_H264_480x360_1350kbps_30fps_AAC_Stereo_128kbps_44110Hz_frag()
[all …]
D.goutputstream-9KZYJZ95 playVideoTest("rtsp://v2.cache7.c.youtube.com/video.3gp?cid=0x271de9756065677e"
99 playVideoTest("rtsp://v2.cache7.c.youtube.com/video.3gp?cid=0xc80658495af60617"
104 playVideoTest("rtsp://v2.cache7.c.youtube.com/video.3gp?cid=0x271de9756065677e"
108 playVideoTest("rtsp://v2.cache7.c.youtube.com/video.3gp?cid=0xc80658495af60617"
113 playVideoTest("rtsp://v2.cache7.c.youtube.com/video.3gp?cid=0x271de9756065677e"
117 playVideoTest("rtsp://v2.cache7.c.youtube.com/video.3gp?cid=0xc80658495af60617"
132 playVideoTest(urlString, 176, 144);
145 playVideoTest(urlString, 176, 144);
157 playVideoTest(urlString, 176, 144);
169 playVideoTest(urlString, 176, 144);
[all …]
DStreamingMediaPlayerTest.java135 playVideoTest(urlString, 176, 144); in testHTTP_H263_AMR_Video1()
144 playVideoTest(urlString, 176, 144); in testHTTP_H263_AMR_Video2()
153 playVideoTest(urlString, 176, 144); in testHTTP_MPEG4SP_AAC_Video1()
162 playVideoTest(urlString, 176, 144); in testHTTP_MPEG4SP_AAC_Video2()
171 playVideoTest(urlString, 640, 360); in testHTTP_H264Base_AAC_Video1()
180 playVideoTest(urlString, 640, 360); in testHTTP_H264Base_AAC_Video2()
DMediaPlayerTestBase.java150 protected void playVideoTest(String path, int width, int height) throws Exception { in playVideoTest() method in MediaPlayerTestBase
172 protected void playVideoTest(int resid, int width, int height) throws Exception { in playVideoTest() method in MediaPlayerTestBase