Searched refs:HasDecodePlc (Results 1 – 12 of 12) sorted by relevance
412 EXPECT_FALSE(decoder_->HasDecodePlc()); in TEST_F()438 EXPECT_FALSE(decoder_->HasDecodePlc()); in TEST_F()450 EXPECT_FALSE(decoder_->HasDecodePlc()); in TEST_F()464 EXPECT_TRUE(decoder_->HasDecodePlc()); in TEST_F()478 EXPECT_FALSE(decoder_->HasDecodePlc()); in TEST_F()492 EXPECT_FALSE(decoder_->HasDecodePlc()); in TEST_F()508 EXPECT_FALSE(decoder_->HasDecodePlc()); in TEST_P()
1309 EXPECT_CALL(mock_decoder, HasDecodePlc()).WillOnce(Return(false)); in TEST_F()
1380 if ((*operation == Operation::kMerge) && decoder && decoder->HasDecodePlc()) { in Decode()
61 bool HasDecodePlc() const override { return decoder_->HasDecodePlc(); } in HasDecodePlc() function
28 MOCK_METHOD(bool, HasDecodePlc, (), (const, override));
34 bool HasDecodePlc() const override;
32 bool AudioDecoderIlbcImpl::HasDecodePlc() const { in HasDecodePlc() function in webrtc::AudioDecoderIlbcImpl
28 bool HasDecodePlc() const override;
32 bool AudioDecoderG722Impl::HasDecodePlc() const { in HasDecodePlc() function in webrtc::AudioDecoderG722Impl
124 virtual bool HasDecodePlc() const;
125 bool AudioDecoder::HasDecodePlc() const { in HasDecodePlc() function in webrtc::AudioDecoder
270 EXPECT_CALL(*mock_decoder, HasDecodePlc()).WillRepeatedly(Invoke([dec] { in CreateForwardingMockDecoder()271 return dec->HasDecodePlc(); in CreateForwardingMockDecoder()