Home
last modified time | relevance | path

Searched refs:render_input_filepath (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/
Decho_path_simulation_factory.py27 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)
Dsimulation.py200 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)
Daudioproc_wrapper.py47 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
Decho_path_simulation.py82 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
Devaluation.py25 render_input_filepath, output_path): argument
51 render_input_filepath)
Decho_path_simulation_unittest.py66 render_input_filepath=self._audio_track_filepath)