Home
last modified time | relevance | path

Searched refs:audioproc (Results 1 – 25 of 181) sorted by relevance

12345678

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_processing/test/
H A Ddebug_dump_replayer.h37 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()
H A Daec_dump_based_simulator.h43 void HandleEvent(const webrtc::audioproc::Event& event_msg, in RTC_POP_IGNORING_WUNDEF()
45 void HandleMessage(const webrtc::audioproc::Init& msg); in RTC_POP_IGNORING_WUNDEF()
46 void HandleMessage(const webrtc::audioproc::Stream& msg); in RTC_POP_IGNORING_WUNDEF()
47 void HandleMessage(const webrtc::audioproc::ReverseStream& msg); in RTC_POP_IGNORING_WUNDEF()
48 void HandleMessage(const webrtc::audioproc::Config& msg); in RTC_POP_IGNORING_WUNDEF()
49 void HandleMessage(const webrtc::audioproc::RuntimeSetting& msg); in RTC_POP_IGNORING_WUNDEF()
50 void PrepareProcessStreamCall(const webrtc::audioproc::Stream& msg); in RTC_POP_IGNORING_WUNDEF()
52 const webrtc::audioproc::ReverseStream& msg); in RTC_POP_IGNORING_WUNDEF()
53 void VerifyProcessStreamBitExactness(const webrtc::audioproc::Stream& msg); in RTC_POP_IGNORING_WUNDEF()
H A Ddebug_dump_replayer.cc65 case audioproc::Event::INIT: in RunNextEvent()
68 case audioproc::Event::STREAM: in RunNextEvent()
71 case audioproc::Event::REVERSE_STREAM: in RunNextEvent()
74 case audioproc::Event::CONFIG: in RunNextEvent()
77 case audioproc::Event::RUNTIME_SETTING: in RunNextEvent()
80 case audioproc::Event::UNKNOWN_EVENT: in RunNextEvent()
98 void DebugDumpReplayer::OnInitEvent(const audioproc::Init& msg) { in OnInitEvent()
117 void DebugDumpReplayer::OnStreamEvent(const audioproc::Stream& msg) { in OnStreamEvent()
147 const audioproc::ReverseStream& msg) { in OnReverseStreamEvent()
174 const audioproc::RuntimeSetting& msg) { in OnRuntimeSettingEvent()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_processing/test/
H A Ddebug_dump_replayer.h37 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()
H A Daec_dump_based_simulator.h51 void HandleEvent(const webrtc::audioproc::Event& event_msg, in RTC_POP_IGNORING_WUNDEF()
54 void HandleMessage(const webrtc::audioproc::Init& msg, int init_index); in RTC_POP_IGNORING_WUNDEF()
55 void HandleMessage(const webrtc::audioproc::Stream& msg); in RTC_POP_IGNORING_WUNDEF()
56 void HandleMessage(const webrtc::audioproc::ReverseStream& msg); in RTC_POP_IGNORING_WUNDEF()
57 void HandleMessage(const webrtc::audioproc::Config& msg); in RTC_POP_IGNORING_WUNDEF()
58 void HandleMessage(const webrtc::audioproc::RuntimeSetting& msg); in RTC_POP_IGNORING_WUNDEF()
59 void PrepareProcessStreamCall(const webrtc::audioproc::Stream& msg); in RTC_POP_IGNORING_WUNDEF()
61 const webrtc::audioproc::ReverseStream& msg); in RTC_POP_IGNORING_WUNDEF()
62 void VerifyProcessStreamBitExactness(const webrtc::audioproc::Stream& msg); in RTC_POP_IGNORING_WUNDEF()
H A Ddebug_dump_replayer.cc66 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()
98 void DebugDumpReplayer::OnInitEvent(const audioproc::Init& msg) { in OnInitEvent()
117 void DebugDumpReplayer::OnStreamEvent(const audioproc::Stream& msg) { in OnStreamEvent()
147 const audioproc::ReverseStream& msg) { in OnReverseStreamEvent()
174 const audioproc::RuntimeSetting& msg) { in OnRuntimeSettingEvent()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_processing/test/
H A Ddebug_dump_replayer.h37 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()
H A Daec_dump_based_simulator.h48 void HandleEvent(const webrtc::audioproc::Event& event_msg, in RTC_POP_IGNORING_WUNDEF()
50 void HandleMessage(const webrtc::audioproc::Init& msg); in RTC_POP_IGNORING_WUNDEF()
51 void HandleMessage(const webrtc::audioproc::Stream& msg); in RTC_POP_IGNORING_WUNDEF()
52 void HandleMessage(const webrtc::audioproc::ReverseStream& msg); in RTC_POP_IGNORING_WUNDEF()
53 void HandleMessage(const webrtc::audioproc::Config& msg); in RTC_POP_IGNORING_WUNDEF()
54 void HandleMessage(const webrtc::audioproc::RuntimeSetting& msg); in RTC_POP_IGNORING_WUNDEF()
55 void PrepareProcessStreamCall(const webrtc::audioproc::Stream& msg); in RTC_POP_IGNORING_WUNDEF()
57 const webrtc::audioproc::ReverseStream& msg); in RTC_POP_IGNORING_WUNDEF()
58 void VerifyProcessStreamBitExactness(const webrtc::audioproc::Stream& msg); in RTC_POP_IGNORING_WUNDEF()
H A Ddebug_dump_replayer.cc66 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()
98 void DebugDumpReplayer::OnInitEvent(const audioproc::Init& msg) { in OnInitEvent()
117 void DebugDumpReplayer::OnStreamEvent(const audioproc::Stream& msg) { in OnStreamEvent()
147 const audioproc::ReverseStream& msg) { in OnReverseStreamEvent()
174 const audioproc::RuntimeSetting& msg) { in OnRuntimeSettingEvent()
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_processing/test/
H A Ddebug_dump_replayer.h37 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()
H A Daec_dump_based_simulator.h44 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()
H A Ddebug_dump_replayer.cc66 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()
175 const audioproc::RuntimeSetting& msg) { in OnRuntimeSettingEvent()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/test/
H A Ddebug_dump_replayer.h37 rtc::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()
52 void MaybeRecreateApm(const audioproc::Config& msg); in RTC_POP_IGNORING_WUNDEF()
53 void ConfigureApm(const audioproc::Config& msg); in RTC_POP_IGNORING_WUNDEF()
71 audioproc::Event next_event_; in RTC_POP_IGNORING_WUNDEF()
H A Daec_dump_based_simulator.h40 void HandleMessage(const webrtc::audioproc::Init& msg); in RTC_POP_IGNORING_WUNDEF()
41 void HandleMessage(const webrtc::audioproc::Stream& msg); in RTC_POP_IGNORING_WUNDEF()
42 void HandleMessage(const webrtc::audioproc::ReverseStream& msg); in RTC_POP_IGNORING_WUNDEF()
43 void HandleMessage(const webrtc::audioproc::Config& msg); in RTC_POP_IGNORING_WUNDEF()
44 void PrepareProcessStreamCall(const webrtc::audioproc::Stream& msg); in RTC_POP_IGNORING_WUNDEF()
46 const webrtc::audioproc::ReverseStream& msg); in RTC_POP_IGNORING_WUNDEF()
47 void VerifyProcessStreamBitExactness(const webrtc::audioproc::Stream& msg); in RTC_POP_IGNORING_WUNDEF()
H A Ddebug_dump_test.cc277 while (const rtc::Optional<audioproc::Event> event = in VerifyDebugDump()
280 if (event->type() == audioproc::Event::STREAM) { in VerifyDebugDump()
281 const audioproc::Stream* msg = &event->stream(); in VerifyDebugDump()
390 while (const rtc::Optional<audioproc::Event> event = in TEST_F()
393 if (event->type() == audioproc::Event::CONFIG) { in TEST_F()
421 if (event->type() == audioproc::Event::CONFIG) { in TEST_F()
449 if (event->type() == audioproc::Event::CONFIG) { in TEST_F()
477 if (event->type() == audioproc::Event::CONFIG) { in TEST_F()
502 if (event->type() == audioproc::Event::CONFIG) { in TEST_F()
527 if (event->type() == audioproc::Event::CONFIG) { in TEST_F()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/test/
H A Ddebug_dump_replayer.h37 rtc::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()
52 void MaybeRecreateApm(const audioproc::Config& msg); in RTC_POP_IGNORING_WUNDEF()
53 void ConfigureApm(const audioproc::Config& msg); in RTC_POP_IGNORING_WUNDEF()
71 audioproc::Event next_event_; in RTC_POP_IGNORING_WUNDEF()
H A Daec_dump_based_simulator.h40 void HandleMessage(const webrtc::audioproc::Init& msg); in RTC_POP_IGNORING_WUNDEF()
41 void HandleMessage(const webrtc::audioproc::Stream& msg); in RTC_POP_IGNORING_WUNDEF()
42 void HandleMessage(const webrtc::audioproc::ReverseStream& msg); in RTC_POP_IGNORING_WUNDEF()
43 void HandleMessage(const webrtc::audioproc::Config& msg); in RTC_POP_IGNORING_WUNDEF()
44 void PrepareProcessStreamCall(const webrtc::audioproc::Stream& msg, in RTC_POP_IGNORING_WUNDEF()
47 const webrtc::audioproc::ReverseStream& msg); in RTC_POP_IGNORING_WUNDEF()
48 void VerifyProcessStreamBitExactness(const webrtc::audioproc::Stream& msg); in RTC_POP_IGNORING_WUNDEF()
H A Ddebug_dump_replayer.cc55 return rtc::Optional<audioproc::Event>(); in GetNextEvent()
57 return rtc::Optional<audioproc::Event>(next_event_); in GetNextEvent()
65 case audioproc::Event::INIT: in RunNextEvent()
68 case audioproc::Event::STREAM: in RunNextEvent()
71 case audioproc::Event::REVERSE_STREAM: in RunNextEvent()
74 case audioproc::Event::CONFIG: in RunNextEvent()
77 case audioproc::Event::UNKNOWN_EVENT: in RunNextEvent()
94 void DebugDumpReplayer::OnInitEvent(const audioproc::Init& msg) { in OnInitEvent()
113 void DebugDumpReplayer::OnStreamEvent(const audioproc::Stream& msg) { in OnStreamEvent()
145 const audioproc::ReverseStream& msg) { in OnReverseStreamEvent()
[all …]
H A Ddebug_dump_test.cc253 while (const rtc::Optional<audioproc::Event> event = in VerifyDebugDump()
256 if (event->type() == audioproc::Event::STREAM) { in VerifyDebugDump()
257 const audioproc::Stream* msg = &event->stream(); in VerifyDebugDump()
366 while (const rtc::Optional<audioproc::Event> event = in TEST_F()
369 if (event->type() == audioproc::Event::CONFIG) { in TEST_F()
397 if (event->type() == audioproc::Event::CONFIG) { in TEST_F()
425 if (event->type() == audioproc::Event::CONFIG) { in TEST_F()
454 if (event->type() == audioproc::Event::CONFIG) { in TEST_F()
479 if (event->type() == audioproc::Event::CONFIG) { in TEST_F()
504 if (event->type() == audioproc::Event::CONFIG) { in TEST_F()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/test/
H A Ddebug_dump_replayer.h37 rtc::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()
52 void MaybeRecreateApm(const audioproc::Config& msg); in RTC_POP_IGNORING_WUNDEF()
53 void ConfigureApm(const audioproc::Config& msg); in RTC_POP_IGNORING_WUNDEF()
71 audioproc::Event next_event_; in RTC_POP_IGNORING_WUNDEF()
H A Daec_dump_based_simulator.h40 void HandleMessage(const webrtc::audioproc::Init& msg); in RTC_POP_IGNORING_WUNDEF()
41 void HandleMessage(const webrtc::audioproc::Stream& msg); in RTC_POP_IGNORING_WUNDEF()
42 void HandleMessage(const webrtc::audioproc::ReverseStream& msg); in RTC_POP_IGNORING_WUNDEF()
43 void HandleMessage(const webrtc::audioproc::Config& msg); in RTC_POP_IGNORING_WUNDEF()
44 void PrepareProcessStreamCall(const webrtc::audioproc::Stream& msg); in RTC_POP_IGNORING_WUNDEF()
46 const webrtc::audioproc::ReverseStream& msg); in RTC_POP_IGNORING_WUNDEF()
47 void VerifyProcessStreamBitExactness(const webrtc::audioproc::Stream& msg); in RTC_POP_IGNORING_WUNDEF()
H A Ddebug_dump_test.cc277 while (const rtc::Optional<audioproc::Event> event = in VerifyDebugDump()
280 if (event->type() == audioproc::Event::STREAM) { in VerifyDebugDump()
281 const audioproc::Stream* msg = &event->stream(); in VerifyDebugDump()
390 while (const rtc::Optional<audioproc::Event> event = in TEST_F()
393 if (event->type() == audioproc::Event::CONFIG) { in TEST_F()
421 if (event->type() == audioproc::Event::CONFIG) { in TEST_F()
449 if (event->type() == audioproc::Event::CONFIG) { in TEST_F()
477 if (event->type() == audioproc::Event::CONFIG) { in TEST_F()
502 if (event->type() == audioproc::Event::CONFIG) { in TEST_F()
527 if (event->type() == audioproc::Event::CONFIG) { in TEST_F()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/test/
H A Ddebug_dump_replayer.h37 rtc::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()
52 void MaybeRecreateApm(const audioproc::Config& msg); in RTC_POP_IGNORING_WUNDEF()
53 void ConfigureApm(const audioproc::Config& msg); in RTC_POP_IGNORING_WUNDEF()
71 audioproc::Event next_event_; in RTC_POP_IGNORING_WUNDEF()
H A Daec_dump_based_simulator.h40 void HandleMessage(const webrtc::audioproc::Init& msg); in RTC_POP_IGNORING_WUNDEF()
41 void HandleMessage(const webrtc::audioproc::Stream& msg); in RTC_POP_IGNORING_WUNDEF()
42 void HandleMessage(const webrtc::audioproc::ReverseStream& msg); in RTC_POP_IGNORING_WUNDEF()
43 void HandleMessage(const webrtc::audioproc::Config& msg); in RTC_POP_IGNORING_WUNDEF()
44 void PrepareProcessStreamCall(const webrtc::audioproc::Stream& msg); in RTC_POP_IGNORING_WUNDEF()
46 const webrtc::audioproc::ReverseStream& msg); in RTC_POP_IGNORING_WUNDEF()
47 void VerifyProcessStreamBitExactness(const webrtc::audioproc::Stream& msg); in RTC_POP_IGNORING_WUNDEF()
H A Ddebug_dump_test.cc277 while (const rtc::Optional<audioproc::Event> event = in VerifyDebugDump()
280 if (event->type() == audioproc::Event::STREAM) { in VerifyDebugDump()
281 const audioproc::Stream* msg = &event->stream(); in VerifyDebugDump()
390 while (const rtc::Optional<audioproc::Event> event = in TEST_F()
393 if (event->type() == audioproc::Event::CONFIG) { in TEST_F()
421 if (event->type() == audioproc::Event::CONFIG) { in TEST_F()
449 if (event->type() == audioproc::Event::CONFIG) { in TEST_F()
477 if (event->type() == audioproc::Event::CONFIG) { in TEST_F()
502 if (event->type() == audioproc::Event::CONFIG) { in TEST_F()
527 if (event->type() == audioproc::Event::CONFIG) { in TEST_F()
[all …]

12345678