Searched refs:log_file_ (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
H A Dneteq_quality_test.cc234 log_file_.open(log_filename.c_str(), std::ofstream::out);
235 RTC_CHECK(log_file_.is_open());
257 log_file_.close();
350 return log_file_;
H A Dneteq_quality_test.h124 std::ofstream log_file_; member in class:webrtc::test::NetEqQualityTest

Completed in 347 milliseconds