Home
last modified time | relevance | path

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

/test/xts/acts/multimedia/media/media_js_standard/audioPlayer/src/main/js/test/
DPlayerLocalTestAudioFormat.test.js17 import {playAudioSource} from '../../../../../AudioPlayerTestBase.js';
62 playAudioSource(path, 219600, PLAY_TIME, true, done);
82 playAudioSource(path, 219600, PLAY_TIME, true, done);
102 playAudioSource(path, 219600, PLAY_TIME, true, done);
122 playAudioSource(path, 219600, PLAY_TIME, true, done);
142 playAudioSource(path, 219575, PLAY_TIME, true, done);
163 playAudioSource(path, 219575, PLAY_TIME, true, done);
183 playAudioSource(path, 219575, PLAY_TIME, true, done);
203 playAudioSource(path, 219565, PLAY_TIME, true, done);
223 playAudioSource(path, 219577, PLAY_TIME, true, done);
[all …]
DPlayerLocalTestAudioFUNC.test.js18 import {playAudioSource} from '../../../../../AudioPlayerTestBase.js';
422 playAudioSource(fdPath, DURATION_TIME, PLAY_TIME, true, done);
435 playAudioSource(fileDescriptor, DURATION_TIME, PLAY_TIME, true, done);
451 playAudioSource(fdPath, DURATION_TIME, PLAY_TIME, true, waitForDone);
454 playAudioSource(fileDescriptor, DURATION_TIME, PLAY_TIME, true, done);
/test/xts/acts/multimedia/media/media_js_standard/httpPlayer/src/main/js/test/
DHttpPlayerCompatibilityTest.test.js18 import {playAudioSource} from '../../../../../AudioPlayerTestBase.js';
204 await playAudioSource(path, 219600, PLAY_TIME, true, done);
217 await playAudioSource(path, 12198, PLAY_TIME, true, done);
230 await playAudioSource(path, 5461, PLAY_TIME, true, done);
243 await playAudioSource(path, 10000, PLAY_TIME, true, done);
256 await playAudioSource(path, 219575, PLAY_TIME, true, done);
269 await playAudioSource(path, 10009, PLAY_TIME, true, done);
/test/xts/acts/multimedia/media/media_js_standard/hlsPlayer/src/main/js/test/
DAudioPlayerHLSTest.test.js17 import {playAudioSource} from '../../../../../AudioPlayerTestBase.js';
49 playAudioSource(HTTP_PATH + '05.hls/audio_only/index.m3u8', 219600, PLAY_TIME, false, done);
61playAudioSource(HTTP_PATH + '05.hls/hls_variant_audio/index.m3u8', 219600, PLAY_TIME, false, done);
/test/xts/acts/multimedia/media/media_js_standard/
DAudioPlayerTestBase.js19 export function playAudioSource(src, duration, playTime, checkSeekTime, done) { function