Searched refs:LastDecoderError (Results 1 – 5 of 5) sorted by relevance
279 virtual int LastDecoderError() = 0;
182 int LastDecoderError() override;
1094 EXPECT_EQ(kDecoderErrorCode, neteq_->LastDecoderError()); in TEST_F()1215 EXPECT_EQ(kDecoderErrorCode, neteq_->LastDecoderError()); in TEST_F()
393 int NetEqImpl::LastDecoderError() { in LastDecoderError() function in webrtc::NetEqImpl
959 EXPECT_EQ(6730, neteq_->LastDecoderError()); in TEST_F()