Searched defs:playTime (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaPlayerTestBase.java | 153 protected void playLiveVideoTest(String path, int playTime) throws Exception { in playLiveVideoTest() 157 protected void playLiveAudioOnlyTest(String path, int playTime) throws Exception { in playLiveAudioOnlyTest() 165 protected void playVideoWithRetries(String path, Integer width, Integer height, int playTime) in playVideoWithRetries() 193 int playTime) throws Exception { in playLiveVideoTest() 199 int playTime) throws Exception { in playLiveAudioOnlyTest() 205 Integer width, Integer height, int playTime) throws Exception { in playVideoWithRetries() 235 protected void playLoadedVideo(final Integer width, final Integer height, int playTime) in playLoadedVideo()
|
D | StreamingMediaPlayerTest.java | 596 private void localHlsTest(final String name, int playTime, int bitsPerMs, boolean isAudioOnly) in localHlsTest() 602 boolean appendQueryString, boolean redirect, int playTime, int bitsPerMs, in localHlsTest() 626 playLiveAudioOnlyTest(Uri.parse(stream_url), headers, cookies, playTime); in localHlsTest() local 628 playLiveVideoTest(Uri.parse(stream_url), headers, cookies, playTime); in localHlsTest() local
|
D | MediaPlayerDrmTestBase.java | 212 int playTime, ModularDrmTestType testType) throws Exception { in playModularDrmVideoWithRetries() 246 final Integer height, int playTime, ModularDrmTestType testType) throws Exception { in playLoadedModularDrmVideo() 264 final Integer height, int playTime, ModularDrmTestType testType) throws Exception { in playLoadedModularDrmVideo_Generic() 536 final Integer height, int playTime) throws Exception { in playLoadedModularDrmVideo_V4_offlineKey()
|
D | MediaPlayerTest.java | 1222 int playTime = 2000; // The testing clip is about 10 second long. in testSetPlaybackParamsZeroSpeed() local 1262 int playTime = 4000; // The testing clip is about 10 second long. in testPlaybackRate() local 1391 int playTime = 4000; // The testing clip is about 10 second long. in testGetTimestamp() local
|