Searched refs:playVideoWithRetries (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaPlayerTestBase.java | 154 playVideoWithRetries(path, null, null, playTime); in playLiveVideoTest() 158 playVideoWithRetries(path, -1, -1, playTime); in playLiveAudioOnlyTest() 162 playVideoWithRetries(path, width, height, 0); in playVideoTest() 165 protected void playVideoWithRetries(String path, Integer width, Integer height, int playTime) in playVideoWithRetries() method in MediaPlayerTestBase 194 playVideoWithRetries(uri, headers, cookies, null /* width */, null /* height */, playTime); in playLiveVideoTest() 200 playVideoWithRetries(uri, headers, cookies, -1 /* width */, -1 /* height */, playTime); in playLiveAudioOnlyTest() 203 protected void playVideoWithRetries( in playVideoWithRetries() method in MediaPlayerTestBase
|
D | MediaCodecCapabilitiesTest.java | 210 playVideoWithRetries(urlString, 256, 144, PLAY_TIME_MS); in testAvcBaseline12() 221 playVideoWithRetries(urlString, 640, 360, PLAY_TIME_MS); in testAvcBaseline30() 232 playVideoWithRetries(urlString, 1280, 720, PLAY_TIME_MS); in testAvcHigh31() 247 playVideoWithRetries(urlString, 1920, 1080, PLAY_TIME_MS); in testAvcHigh40()
|