Home | History | Annotate | Download | only in audio_SeekAudioFeedback

Lines Matching refs:test_file

25     def run_once(self, test_file, test_duration):
42 self.rms_test(tab, test_file, noiseprof_file.name, test_duration)
46 def rms_test(self, tab, test_file, noiseprof_file, test_duration):
47 logging.info('rms test on media file %s.', test_file)
52 # Plays the test_file in the browser and seek 6 times.
54 self.play_media(tab, test_file, x)
75 self._rms_values['%s_rms_value' % test_file.replace('.', '_')]=rms
85 def play_media(self, tab, test_file, value):
88 @param test_file: Media file to test.
91 tab.EvaluateJavaScript('play("%s")' % test_file)