Searched refs:capture_file (Results 1 – 5 of 5) sorted by relevance
/external/autotest/client/cros/audio/ |
D | cras_utils.py | 102 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/ |
D | echo_control_mobile_bit_exact_unittest.cc | 83 test::InputAudioFile capture_file( in RunBitexactnessTest() local 91 &capture_file, capture_input); in RunBitexactnessTest()
|
D | gain_control_unittest.cc | 92 test::InputAudioFile capture_file( in RunBitExactnessTest() local 100 &capture_file, capture_input); in RunBitExactnessTest()
|
/external/angle/src/tests/ |
D | capture_replay_tests.py | 605 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/ |
D | audio_facade.py | 596 capture_file=self.file_path, duration=None, 705 capture_file=self.file_path, duration=None,
|