Home
last modified time | relevance | path

Searched refs:LastDecoderError (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/include/
Dneteq.h279 virtual int LastDecoderError() = 0;
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_impl.h182 int LastDecoderError() override;
Dneteq_impl_unittest.cc1094 EXPECT_EQ(kDecoderErrorCode, neteq_->LastDecoderError()); in TEST_F()
1215 EXPECT_EQ(kDecoderErrorCode, neteq_->LastDecoderError()); in TEST_F()
Dneteq_unittest.cc959 EXPECT_EQ(6730, neteq_->LastDecoderError()); in TEST_F()
Dneteq_impl.cc393 int NetEqImpl::LastDecoderError() { in LastDecoderError() function in webrtc::NetEqImpl