Home
last modified time | relevance | path

Searched refs:LastDecoderType (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/mock/
Dmock_delay_manager.h49 MOCK_METHOD1(LastDecoderType,
/external/webrtc/webrtc/modules/audio_coding/neteq/
Ddelay_manager.h94 virtual void LastDecoderType(NetEqDecoder decoder_type);
Ddelay_manager.cc375 void DelayManager::LastDecoderType(NetEqDecoder decoder_type) { in LastDecoderType() function in webrtc::DelayManager
Dneteq_impl_unittest.cc339 LastDecoderType(NetEqDecoder::kDecoderPCMu)) in TEST_F()
349 LastDecoderType(NetEqDecoder::kDecoderPCMu)) in TEST_F()
Dneteq_impl.cc709 delay_manager_->LastDecoderType(dec_info->codec_type); in InsertPacketInternal()