Home
last modified time | relevance | path

Searched defs:playTime (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DMediaPlayerTestBase.java193 protected void playLiveVideoTest(String path, int playTime) throws Exception { in playLiveVideoTest()
197 protected void playLiveAudioOnlyTest(String path, int playTime) throws Exception { in playLiveAudioOnlyTest()
205 protected void playVideoWithRetries(String path, Integer width, Integer height, int playTime) in playVideoWithRetries()
232 int playTime) throws Exception { in playLiveVideoTest()
238 Integer width, Integer height, int playTime) throws Exception { in playVideoWithRetries()
267 protected void playLoadedVideo(final Integer width, final Integer height, int playTime) in playLoadedVideo()
DMediaPlayerDrmTestBase.java202 int playTime, ModularDrmTestType testType) throws Exception { in playModularDrmVideoWithRetries()
236 final Integer height, int playTime, ModularDrmTestType testType) throws Exception { in playLoadedModularDrmVideo()
254 final Integer height, int playTime, ModularDrmTestType testType) throws Exception { in playLoadedModularDrmVideo_Generic()
526 final Integer height, int playTime) throws Exception { in playLoadedModularDrmVideo_V4_offlineKey()
DMediaPlayerTest.java1263 int playTime = 4000; // The testing clip is about 10 second long. in testGetTimestamp() local