Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/tools/
Dneteq_rtpplay_test.sh98 CASE1_TEXTLOG=$TMP_DIR/case1.wav.text_log.txt
123 CASE3_2_TEXTLOG=$TMP_DIR/case3_2.text_log.txt
135 CASE4_TEXTLOG=$TMP_DIR/case4.text_log.txt
Dneteq_test_factory.cc312 std::unique_ptr<std::ofstream> text_log; in InitializeTest() local
315 text_log = std::make_unique<std::ofstream>(*config.textlog_filename); in InitializeTest()
318 text_log = std::make_unique<std::ofstream>(); in InitializeTest()
319 text_log->basic_ios<char>::rdbuf(std::cout.rdbuf()); in InitializeTest()
337 neteq_config, decoder_factory, codecs, std::move(text_log), factory, in InitializeTest()
Dneteq_test.h86 std::unique_ptr<std::ofstream> text_log,
Dneteq_test.cc65 std::unique_ptr<std::ofstream> text_log, in NetEqTest() argument
78 text_log_(std::move(text_log)) { in NetEqTest()
/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DDeviceReportActivity.java72 mAutoTextView = (TextView) findViewById(R.id.text_log); in onCreate()
DAutomatedTestRunner.java107 mAutoTextView = (TextView) findViewById(R.id.text_log); in initializeViews()