Lines Matching refs:audioproc
1359 audioproc::Event event_msg; in ProcessDebugDump()
1363 if (event_msg.type() == audioproc::Event::INIT) { in ProcessDebugDump()
1364 const audioproc::Init msg = event_msg.init(); in ProcessDebugDump()
1387 } else if (event_msg.type() == audioproc::Event::REVERSE_STREAM) { in ProcessDebugDump()
1388 const audioproc::ReverseStream msg = event_msg.reverse_stream(); in ProcessDebugDump()
1406 } else if (event_msg.type() == audioproc::Event::STREAM) { in ProcessDebugDump()
1407 const audioproc::Stream msg = event_msg.stream(); in ProcessDebugDump()
1605 audioproc::OutputData ref_data; in TEST_F()
1614 audioproc::Test* test = ref_data.add_test(); in TEST_F()
1625 audioproc::Test* test = ref_data.add_test(); in TEST_F()
1637 audioproc::Test* test = ref_data.mutable_test(i); in TEST_F()
1723 const audioproc::Test::EchoMetrics& reference = in TEST_F()
1736 audioproc::Test::EchoMetrics* message_echo = test->add_echo_metrics(); in TEST_F()