Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_impl.h197 const SyncBuffer* sync_buffer_for_test() const;
Dneteq_impl_unittest.cc493 const SyncBuffer* sync_buffer = neteq_->sync_buffer_for_test(); in TEST_F()
977 EXPECT_EQ(5u, neteq_->sync_buffer_for_test()->FutureLength()); in TEST_F()
Dneteq_impl.cc443 const SyncBuffer* NetEqImpl::sync_buffer_for_test() const { in sync_buffer_for_test() function in webrtc::NetEqImpl