Searched refs:HasDecodePlc (Results 1 – 15 of 15) sorted by relevance
56 ON_CALL(*this, HasDecodePlc()) in MockExternalPcm16B()57 .WillByDefault(Invoke(&real_, &ExternalPcm16B::HasDecodePlc)); in MockExternalPcm16B()76 MOCK_CONST_METHOD0(HasDecodePlc,
27 MOCK_CONST_METHOD0(HasDecodePlc, bool());
483 EXPECT_FALSE(decoder_->HasDecodePlc()); in TEST_F()509 EXPECT_FALSE(decoder_->HasDecodePlc()); in TEST_F()521 EXPECT_FALSE(decoder_->HasDecodePlc()); in TEST_F()535 EXPECT_TRUE(decoder_->HasDecodePlc()); in TEST_F()549 EXPECT_FALSE(decoder_->HasDecodePlc()); in TEST_F()562 EXPECT_FALSE(decoder_->HasDecodePlc()); in TEST_F()582 EXPECT_FALSE(decoder_->HasDecodePlc()); in TEST_F()595 EXPECT_FALSE(decoder_->HasDecodePlc()); in TEST_F()609 EXPECT_FALSE(decoder_->HasDecodePlc()); in TEST_F()622 EXPECT_FALSE(decoder_->HasDecodePlc()); in TEST_F()[all …]
254 EXPECT_CALL(*external_decoder(), HasDecodePlc()) in LargeTimestampJumpTest()
1269 if ((*operation == kMerge) && decoder && decoder->HasDecodePlc()) { in Decode()1795 if (decoder && decoder->HasDecodePlc()) { in DoAlternativePlc()
1029 EXPECT_CALL(mock_decoder, HasDecodePlc()) in TEST_F()
24 bool HasDecodePlc() const override;
27 bool AudioDecoderIlbc::HasDecodePlc() const { in HasDecodePlc() function in webrtc::AudioDecoderIlbc
28 bool HasDecodePlc() const override;
61 bool AudioDecoderIsacT<T>::HasDecodePlc() const { in HasDecodePlc() function
29 bool AudioDecoderG722::HasDecodePlc() const { in HasDecodePlc() function in webrtc::AudioDecoderG722
61 virtual bool HasDecodePlc() const;
54 bool AudioDecoder::HasDecodePlc() const { return false; } in HasDecodePlc() function in webrtc::AudioDecoder
1013 EXPECT_CALL(mock_decoder, HasDecodePlc())1015 .WillRepeatedly(Invoke(&decoder, &AudioDecoderPcmU::HasDecodePlc));