Searched refs:render_input_filepath (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/ |
D | echo_path_simulation_factory.py | 27 def GetInstance(cls, echo_path_simulator_class, render_input_filepath): argument 38 assert render_input_filepath is not None or ( 46 render_input_filepath, cls._LINEAR_ECHO_IMPULSE_RESPONSE) 48 return echo_path_simulator_class(render_input_filepath)
|
D | simulation.py | 200 render_input_filepath = None if without_render_input else ( 203 self._ExtractFileName(render_input_filepath)) 206 self._echo_path_simulator_class, render_input_filepath)) 242 render_input_filepath, test_data_cache_path, 280 render_input_filepath, test_data_cache_path, argument 352 render_input_filepath=render_input_filepath, 362 render_input_filepath=render_input_filepath, 372 render_filepath=render_input_filepath, 396 for capture_input_filepath, render_input_filepath in zip( 402 render_input_filepath)
|
D | audioproc_wrapper.py | 47 render_input_filepath=None): argument 77 if render_input_filepath is not None: 78 if not os.path.exists(render_input_filepath): 80 self._config['-ri'] = render_input_filepath
|
D | echo_path_simulation.py | 82 def __init__(self, render_input_filepath, impulse_response): argument 89 self._render_input_filepath = render_input_filepath 124 def __init__(self, render_input_filepath): argument 126 self._render_input_filepath = render_input_filepath
|
D | evaluation.py | 25 render_input_filepath, output_path): argument 51 render_input_filepath)
|
D | echo_path_simulation_unittest.py | 66 render_input_filepath=self._audio_track_filepath)
|