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.java513 playVideoTest(R.raw.testvideo, 352, 288);
1005 playVideoTest(file, displayWidth, displayHeight);
1280 playVideoTest( in testLocalVideo_MP4_H264_480x360_500kbps_25fps_AAC_Stereo_128kbps_44110Hz()
1286 playVideoTest( in testLocalVideo_MP4_H264_480x360_500kbps_30fps_AAC_Stereo_128kbps_44110Hz()
1292 playVideoTest( in testLocalVideo_MP4_H264_480x360_1000kbps_25fps_AAC_Stereo_128kbps_44110Hz()
1298 playVideoTest( in testLocalVideo_MP4_H264_480x360_1000kbps_30fps_AAC_Stereo_128kbps_44110Hz()
1304 playVideoTest( in testLocalVideo_MP4_H264_480x360_1350kbps_25fps_AAC_Stereo_128kbps_44110Hz()
1310 playVideoTest( in testLocalVideo_MP4_H264_480x360_1350kbps_30fps_AAC_Stereo_128kbps_44110Hz()
1316 playVideoTest( in testLocalVideo_MP4_H264_480x360_1350kbps_30fps_AAC_Stereo_128kbps_44110Hz_frag()
1324 playVideoTest( in testLocalVideo_MP4_H264_480x360_1350kbps_30fps_AAC_Stereo_192kbps_44110Hz()
[all …]
DStreamingMediaPlayerTest.java122 playVideoTest(urlString, 176, 144); in testHTTP_H263_AMR_Video1()
131 playVideoTest(urlString, 176, 144); in testHTTP_H263_AMR_Video2()
140 playVideoTest(urlString, 176, 144); in testHTTP_MPEG4SP_AAC_Video1()
149 playVideoTest(urlString, 176, 144); in testHTTP_MPEG4SP_AAC_Video2()
158 playVideoTest(urlString, 640, 360); in testHTTP_H264Base_AAC_Video1()
167 playVideoTest(urlString, 640, 360); in testHTTP_H264Base_AAC_Video2()
DMediaPlayerTestBase.java201 protected void playVideoTest(String path, int width, int height) throws Exception { in playVideoTest() method in MediaPlayerTestBase
222 protected void playVideoTest(int resid, int width, int height) throws Exception { in playVideoTest() method in MediaPlayerTestBase