Home
last modified time | relevance | path

Searched refs:residual_echo_likelihood_graph_writer_ (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/webrtc/modules/audio_processing/test/
H A Daudio_processing_simulator.cc144 residual_echo_likelihood_graph_writer_.open( in AudioProcessingSimulator()
146 RTC_CHECK(residual_echo_likelihood_graph_writer_.is_open()); in AudioProcessingSimulator()
147 WriteEchoLikelihoodGraphFileHeader(&residual_echo_likelihood_graph_writer_); in AudioProcessingSimulator()
204 if (residual_echo_likelihood_graph_writer_.is_open()) { in ~AudioProcessingSimulator()
205 WriteEchoLikelihoodGraphFileFooter(&residual_echo_likelihood_graph_writer_); in ~AudioProcessingSimulator()
206 residual_echo_likelihood_graph_writer_.close(); in ~AudioProcessingSimulator()
318 if (residual_echo_likelihood_graph_writer_.is_open()) { in ProcessStream()
320 residual_echo_likelihood_graph_writer_ in ProcessStream()
H A Daudio_processing_simulator.h237 std::ofstream residual_echo_likelihood_graph_writer_; variable