Home
last modified time | relevance | path

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

/cts/tests/tests/media/player/src/android/media/player/cts/
DStreamingMediaPlayerTest.java119 localStreamingTest("streaming_media_player_test_http_h263_amr_video1.mp4", 176, 144); in testHTTP_H263_AMR_Video1()
128 localStreamingTest("streaming_media_player_test_http_h263_amr_video2.mp4", 176, 144); in testHTTP_H263_AMR_Video2()
137 localStreamingTest("streaming_media_player_test_http_mpeg4_sp_aac_video1.mp4", 176, 144); in testHTTP_MPEG4SP_AAC_Video1()
146 localStreamingTest("streaming_media_player_test_http_mpeg4_sp_aac_video2.mp4", 176, 144); in testHTTP_MPEG4SP_AAC_Video2()
155 localStreamingTest("streaming_media_player_test_http_h264_base_aac_video1.mp4", 640, 360); in testHTTP_H264Base_AAC_Video1()
164 localStreamingTest("streaming_media_player_test_http_h264_base_aac_video2.mp4", 640, 360); in testHTTP_H264Base_AAC_Video2()
548 private void localStreamingTest(String name, int width, int height) throws Exception { in localStreamingTest() method in StreamingMediaPlayerTest