Home
last modified time | relevance | path

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

/external/autotest/client/cros/audio/
Dcras_utils.py102 def capture_cmd(capture_file, block_size=None, duration=10, argument
124 args += ['--capture_file', capture_file]
138 capture_file, block_size=None, duration=10, channels=1, rate=48000): argument
154 args += ['--listen_for_hotword', capture_file]
813 def start_capturing_subprocess(self, capture_file, block_size=BLOCK_SIZE, argument
830 proc_cmd = capture_cmd(capture_file, block_size=block_size,
835 capture_file, self._capturing_msg)
/external/webrtc/modules/audio_processing/
Decho_control_mobile_bit_exact_unittest.cc83 test::InputAudioFile capture_file( in RunBitexactnessTest() local
91 &capture_file, capture_input); in RunBitexactnessTest()
Dgain_control_unittest.cc92 test::InputAudioFile capture_file( in RunBitExactnessTest() local
100 &capture_file, capture_input); in RunBitExactnessTest()
/external/angle/src/tests/
Dcapture_replay_tests.py605 capture_file = "{}/{}_ContextCaptured{}.json".format(replay_build_dir, test_name,
608 if os.path.exists(capture_file):
609 os.unlink(capture_file)
621 capture_file = "{}/{}_ContextCaptured{}.json".format(replay_build_dir, test_name,
624 if os.path.exists(capture_file) and os.path.exists(replay_file):
626 captured_context = open(capture_file, "r").readlines()
629 captured_context, replayed_context, fromfile=capture_file,
/external/autotest/client/cros/multimedia/
Daudio_facade.py596 capture_file=self.file_path, duration=None,
705 capture_file=self.file_path, duration=None,