Home
last modified time | relevance | path

Searched refs:HasDecodePlc (Results 1 – 12 of 12) sorted by relevance

/external/webrtc/modules/audio_coding/neteq/
Daudio_decoder_unittest.cc412 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()
Dneteq_impl_unittest.cc1309 EXPECT_CALL(mock_decoder, HasDecodePlc()).WillOnce(Return(false)); in TEST_F()
Dneteq_impl.cc1380 if ((*operation == Operation::kMerge) && decoder && decoder->HasDecodePlc()) { in Decode()
/external/webrtc/test/
Daudio_decoder_proxy_factory.h61 bool HasDecodePlc() const override { return decoder_->HasDecodePlc(); } in HasDecodePlc() function
Dmock_audio_decoder.h28 MOCK_METHOD(bool, HasDecodePlc, (), (const, override));
/external/webrtc/modules/audio_coding/codecs/ilbc/
Daudio_decoder_ilbc.h34 bool HasDecodePlc() const override;
Daudio_decoder_ilbc.cc32 bool AudioDecoderIlbcImpl::HasDecodePlc() const { in HasDecodePlc() function in webrtc::AudioDecoderIlbcImpl
/external/webrtc/modules/audio_coding/codecs/g722/
Daudio_decoder_g722.h28 bool HasDecodePlc() const override;
Daudio_decoder_g722.cc32 bool AudioDecoderG722Impl::HasDecodePlc() const { in HasDecodePlc() function in webrtc::AudioDecoderG722Impl
/external/webrtc/api/audio_codecs/
Daudio_decoder.h124 virtual bool HasDecodePlc() const;
Daudio_decoder.cc125 bool AudioDecoder::HasDecodePlc() const { in HasDecodePlc() function in webrtc::AudioDecoder
/external/webrtc/pc/
Dpeer_connection_end_to_end_unittest.cc270 EXPECT_CALL(*mock_decoder, HasDecodePlc()).WillRepeatedly(Invoke([dec] { in CreateForwardingMockDecoder()
271 return dec->HasDecodePlc(); in CreateForwardingMockDecoder()