Home
last modified time | relevance | path

Searched defs:neteq_ (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/webrtc/modules/audio_coding/acm2/
H A Dacm_receiver.h221 const std::unique_ptr<NetEq> neteq_; // NetEq is thread-safe; no lock needed. variable
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/test/
H A Dneteq_decoding_test.h73 std::unique_ptr<NetEq> neteq_; variable
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/tools/
H A Dneteq_test.h115 std::unique_ptr<NetEq> neteq_; variable
H A Dneteq_quality_test.h162 std::unique_ptr<NetEq> neteq_; variable
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/
H A Dneteq_network_stats_unittest.cc312 std::unique_ptr<NetEq> neteq_; member in webrtc::test::NetEqNetworkStatsTest
H A Dneteq_stereo_unittest.cc213 std::unique_ptr<NetEq> neteq_; member in webrtc::NetEqStereoTest
H A Dneteq_impl_unittest.cc228 std::unique_ptr<NetEqImpl> neteq_; member in webrtc::NetEqImplTest