Searched refs:audioproc (Results 1 – 17 of 17) sorted by relevance
37 absl::optional<audioproc::Event> GetNextEvent() const; in RTC_POP_IGNORING_WUNDEF()47 void OnInitEvent(const audioproc::Init& msg); in RTC_POP_IGNORING_WUNDEF()48 void OnStreamEvent(const audioproc::Stream& msg); in RTC_POP_IGNORING_WUNDEF()49 void OnReverseStreamEvent(const audioproc::ReverseStream& msg); in RTC_POP_IGNORING_WUNDEF()50 void OnConfigEvent(const audioproc::Config& msg); in RTC_POP_IGNORING_WUNDEF()51 void OnRuntimeSettingEvent(const audioproc::RuntimeSetting& msg); in RTC_POP_IGNORING_WUNDEF()53 void MaybeRecreateApm(const audioproc::Config& msg); in RTC_POP_IGNORING_WUNDEF()54 void ConfigureApm(const audioproc::Config& msg); in RTC_POP_IGNORING_WUNDEF()72 audioproc::Event next_event_; in RTC_POP_IGNORING_WUNDEF()
44 void HandleEvent(const webrtc::audioproc::Event& event_msg, in RTC_POP_IGNORING_WUNDEF()46 void HandleMessage(const webrtc::audioproc::Init& msg); in RTC_POP_IGNORING_WUNDEF()47 void HandleMessage(const webrtc::audioproc::Stream& msg); in RTC_POP_IGNORING_WUNDEF()48 void HandleMessage(const webrtc::audioproc::ReverseStream& msg); in RTC_POP_IGNORING_WUNDEF()49 void HandleMessage(const webrtc::audioproc::Config& msg); in RTC_POP_IGNORING_WUNDEF()50 void HandleMessage(const webrtc::audioproc::RuntimeSetting& msg); in RTC_POP_IGNORING_WUNDEF()51 void PrepareProcessStreamCall(const webrtc::audioproc::Stream& msg); in RTC_POP_IGNORING_WUNDEF()53 const webrtc::audioproc::ReverseStream& msg); in RTC_POP_IGNORING_WUNDEF()54 void VerifyProcessStreamBitExactness(const webrtc::audioproc::Stream& msg); in RTC_POP_IGNORING_WUNDEF()
54 absl::optional<audioproc::Event> DebugDumpReplayer::GetNextEvent() const { in GetNextEvent()66 case audioproc::Event::INIT: in RunNextEvent()69 case audioproc::Event::STREAM: in RunNextEvent()72 case audioproc::Event::REVERSE_STREAM: in RunNextEvent()75 case audioproc::Event::CONFIG: in RunNextEvent()78 case audioproc::Event::RUNTIME_SETTING: in RunNextEvent()81 case audioproc::Event::UNKNOWN_EVENT: in RunNextEvent()99 void DebugDumpReplayer::OnInitEvent(const audioproc::Init& msg) { in OnInitEvent()118 void DebugDumpReplayer::OnStreamEvent(const audioproc::Stream& msg) { in OnStreamEvent()148 const audioproc::ReverseStream& msg) { in OnReverseStreamEvent()[all …]
271 while (const absl::optional<audioproc::Event> event = in VerifyDebugDump()274 if (event->type() == audioproc::Event::STREAM) { in VerifyDebugDump()275 const audioproc::Stream* msg = &event->stream(); in VerifyDebugDump()376 while (const absl::optional<audioproc::Event> event = in TEST_F()379 if (event->type() == audioproc::Event::CONFIG) { in TEST_F()380 const audioproc::Config* msg = &event->config(); in TEST_F()403 while (const absl::optional<audioproc::Event> event = in TEST_F()406 if (event->type() == audioproc::Event::CONFIG) { in TEST_F()407 const audioproc::Config* msg = &event->config(); in TEST_F()429 while (const absl::optional<audioproc::Event> event = in TEST_F()[all …]
29 bool VerifyFixedBitExactness(const webrtc::audioproc::Stream& msg, in VerifyFixedBitExactness()45 bool VerifyFloatBitExactness(const webrtc::audioproc::Stream& msg, in VerifyFloatBitExactness()80 const webrtc::audioproc::Stream& msg) { in PrepareProcessStreamCall()167 const webrtc::audioproc::Stream& msg) { in VerifyProcessStreamBitExactness()178 const webrtc::audioproc::ReverseStream& msg) { in PrepareReverseProcessStreamCall()229 webrtc::audioproc::Event event_msg; in Process()248 const webrtc::audioproc::Event& event_msg, in HandleEvent()251 case webrtc::audioproc::Event::INIT: in HandleEvent()255 case webrtc::audioproc::Event::STREAM: in HandleEvent()260 case webrtc::audioproc::Event::REVERSE_STREAM: in HandleEvent()[all …]
20 const webrtc::audioproc::RuntimeSetting& setting);
18 const webrtc::audioproc::RuntimeSetting& setting) { in ReplayRuntimeSetting()
3 package webrtc.audioproc;
24 webrtc::audioproc::Config* pb_cfg) { in CopyFromConfigToEvent()79 event->set_type(audioproc::Event::INIT); in WriteInitMessage()80 audioproc::Init* msg = event->mutable_init(); in WriteInitMessage()141 event->set_type(audioproc::Event::REVERSE_STREAM); in WriteRenderStreamMessage()142 audioproc::ReverseStream* msg = event->mutable_reverse_stream(); in WriteRenderStreamMessage()154 event->set_type(audioproc::Event::REVERSE_STREAM); in WriteRenderStreamMessage()156 audioproc::ReverseStream* msg = event->mutable_reverse_stream(); in WriteRenderStreamMessage()170 event->set_type(audioproc::Event::CONFIG); in WriteConfig()180 event->set_type(audioproc::Event::RUNTIME_SETTING); in WriteRuntimeSetting()181 audioproc::RuntimeSetting* setting = event->mutable_runtime_setting(); in WriteRuntimeSetting()
41 audioproc::Event* GetEvent(); in RTC_POP_IGNORING_WUNDEF()51 audioproc::Event event_; in RTC_POP_IGNORING_WUNDEF()
24 audioproc::Event* WriteToFileTask::GetEvent() { in GetEvent()
60 task_->GetEvent()->set_type(audioproc::Event::STREAM); in RTC_POP_IGNORING_WUNDEF()
17 task_->GetEvent()->set_type(audioproc::Event::STREAM); in CaptureStreamInfo()
29 VadAudioProc audioproc; in TEST() local47 audioproc.ExtractFeatures(data, kDataLength, &features); in TEST()
97 using audioproc::Event;98 using audioproc::Init;99 using audioproc::ReverseStream;100 using audioproc::Stream;422 const audioproc::Config msg = event_msg.config(); in do_main()
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()[all …]