Searched refs:render_input_filepath (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/ |
H A D | simulation.py | 211 render_input_filepath = None if without_render_input else ( 214 self._ExtractFileName(render_input_filepath)) 218 render_input_filepath)) 257 render_input_filepath, test_data_cache_path, 298 render_input_filepath, test_data_cache_path, argument 370 render_input_filepath=render_input_filepath, 381 render_input_filepath=render_input_filepath, 391 render_filepath=render_input_filepath, 416 for capture_input_filepath, render_input_filepath in zip( 422 render_input_filepath)
|
H A D | echo_path_simulation_factory.py | 26 def GetInstance(cls, echo_path_simulator_class, render_input_filepath): argument 37 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)
|
H A D | audioproc_wrapper.py | 49 render_input_filepath=None): argument 80 if render_input_filepath is not None: 81 if not os.path.exists(render_input_filepath): 84 self._config['-ri'] = render_input_filepath
|
H A D | echo_path_simulation.py | 81 def __init__(self, render_input_filepath, impulse_response): argument 88 self._render_input_filepath = render_input_filepath 124 def __init__(self, render_input_filepath): argument 126 self._render_input_filepath = render_input_filepath
|
H A D | evaluation.py | 24 render_input_filepath, output_path): argument 51 render_input_filepath)
|
H A D | echo_path_simulation_unittest.py | 66 render_input_filepath=self._audio_track_filepath)
|