Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/mock/
Dmock_external_decoder_pcm16b.h56 ON_CALL(*this, HasDecodePlc()) in MockExternalPcm16B()
57 .WillByDefault(Invoke(&real_, &ExternalPcm16B::HasDecodePlc)); in MockExternalPcm16B()
76 MOCK_CONST_METHOD0(HasDecodePlc,
Dmock_audio_decoder.h27 MOCK_CONST_METHOD0(HasDecodePlc, bool());
/external/webrtc/webrtc/modules/audio_coding/neteq/
Daudio_decoder_unittest.cc483 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 …]
Dneteq_external_decoder_unittest.cc254 EXPECT_CALL(*external_decoder(), HasDecodePlc()) in LargeTimestampJumpTest()
Dneteq_impl.cc1269 if ((*operation == kMerge) && decoder && decoder->HasDecodePlc()) { in Decode()
1795 if (decoder && decoder->HasDecodePlc()) { in DoAlternativePlc()
Dneteq_impl_unittest.cc1029 EXPECT_CALL(mock_decoder, HasDecodePlc()) in TEST_F()
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Daudio_decoder_ilbc.h24 bool HasDecodePlc() const override;
Daudio_decoder_ilbc.cc27 bool AudioDecoderIlbc::HasDecodePlc() const { in HasDecodePlc() function in webrtc::AudioDecoderIlbc
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/
Daudio_decoder_isac_t.h28 bool HasDecodePlc() const override;
Daudio_decoder_isac_t_impl.h61 bool AudioDecoderIsacT<T>::HasDecodePlc() const { in HasDecodePlc() function
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/
Daudio_decoder_g722.h24 bool HasDecodePlc() const override;
Daudio_decoder_g722.cc29 bool AudioDecoderG722::HasDecodePlc() const { in HasDecodePlc() function in webrtc::AudioDecoderG722
/external/webrtc/webrtc/modules/audio_coding/codecs/
Daudio_decoder.h61 virtual bool HasDecodePlc() const;
Daudio_decoder.cc54 bool AudioDecoder::HasDecodePlc() const { return false; } in HasDecodePlc() function in webrtc::AudioDecoder
/external/webrtc/webrtc/modules/audio_coding/acm2/
Daudio_coding_module_unittest_oldapi.cc1013 EXPECT_CALL(mock_decoder, HasDecodePlc())
1015 .WillRepeatedly(Invoke(&decoder, &AudioDecoderPcmU::HasDecodePlc));