Home
last modified time | relevance | path

Searched refs:sync_buffer_for_test (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/
H A Dneteq_impl.h200 const SyncBuffer* sync_buffer_for_test() const;
H A Dneteq_impl_unittest.cc541 const SyncBuffer* sync_buffer = neteq_->sync_buffer_for_test(); in TEST_F()
1260 EXPECT_EQ(5u, neteq_->sync_buffer_for_test()->FutureLength()); in TEST_F()
H A Dneteq_impl.cc485 const SyncBuffer* NetEqImpl::sync_buffer_for_test() const { in sync_buffer_for_test() function in webrtc::NetEqImpl