Searched refs:playTime (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/media/common/src/android/media/cts/ |
D | MediaPlayerTestBase.java | 93 protected void playLiveVideoTest(String path, int playTime) throws Exception { in playLiveVideoTest() argument 94 playVideoWithRetries(path, null, null, playTime); in playLiveVideoTest() 97 protected void playLiveAudioOnlyTest(String path, int playTime) throws Exception { in playLiveAudioOnlyTest() argument 98 playVideoWithRetries(path, -1, -1, playTime); in playLiveAudioOnlyTest() 105 protected void playVideoWithRetries(String path, Integer width, Integer height, int playTime) in playVideoWithRetries() argument 112 playLoadedVideo(width, height, playTime); in playVideoWithRetries() 125 int playTime) throws Exception { in playLiveVideoTest() argument 126 playVideoWithRetries(uri, headers, cookies, null /* width */, null /* height */, playTime); in playLiveVideoTest() 131 int playTime) throws Exception { in playLiveAudioOnlyTest() argument 132 playVideoWithRetries(uri, headers, cookies, -1 /* width */, -1 /* height */, playTime); in playLiveAudioOnlyTest() [all …]
|
/cts/tests/tests/media/drmframework/src/android/media/drmframework/cts/ |
D | MediaPlayerDrmTestBase.java | 216 int playTime, ModularDrmTestType testType) throws Exception { in playModularDrmVideoWithRetries() argument 223 playLoadedModularDrmVideo(file, width, height, playTime, testType); in playModularDrmVideoWithRetries() 250 final Integer height, int playTime, ModularDrmTestType testType) throws Exception { in playLoadedModularDrmVideo() argument 258 playLoadedModularDrmVideo_Generic(file, width, height, playTime, testType); in playLoadedModularDrmVideo() 262 playLoadedModularDrmVideo_V4_offlineKey(file, width, height, playTime); in playLoadedModularDrmVideo() 268 final Integer height, int playTime, ModularDrmTestType testType) throws Exception { in playLoadedModularDrmVideo_Generic() argument 346 if (playTime == 0) { in playLoadedModularDrmVideo_Generic() 350 Log.v(TAG, "playLoadedVideo: waiting while playing for " + playTime); in playLoadedModularDrmVideo_Generic() 351 playbackCompleted.waitForSignal(playTime); in playLoadedModularDrmVideo_Generic() 540 final Integer height, int playTime) throws Exception { in playLoadedModularDrmVideo_V4_offlineKey() argument [all …]
|
/cts/tests/tests/media/player/src/android/media/player/cts/ |
D | MediaPlayerTest.java | 1294 int playTime = 2000; // The testing clip is about 10 second long. local 1297 Thread.sleep(playTime); 1312 Thread.sleep(playTime); 1336 int playTime = 2000; // The testing clip is about 10 second long. in testSetPlaybackParamsZeroSpeed() local 1340 Thread.sleep(playTime); in testSetPlaybackParamsZeroSpeed() 1350 Thread.sleep(playTime); in testSetPlaybackParamsZeroSpeed() 1358 Thread.sleep(playTime); in testSetPlaybackParamsZeroSpeed() 1382 int playTime = 4000; // The testing clip is about 10 second long. in testPlaybackRate() local 1385 Thread.sleep(playTime); in testPlaybackRate() 1393 int diff = Math.abs((int)(playedMediaDurationMs / playbackRate) - playTime); in testPlaybackRate() [all …]
|