Home
last modified time | relevance | path

Searched refs:decoder_type (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
Ddelay_manager.cc375 void DelayManager::LastDecoderType(NetEqDecoder decoder_type) { in LastDecoderType() argument
376 if (decoder_type == NetEqDecoder::kDecoderAVT || in LastDecoderType()
377 decoder_type == NetEqDecoder::kDecoderCNGnb || in LastDecoderType()
378 decoder_type == NetEqDecoder::kDecoderCNGwb || in LastDecoderType()
379 decoder_type == NetEqDecoder::kDecoderCNGswb32kHz || in LastDecoderType()
380 decoder_type == NetEqDecoder::kDecoderCNGswb48kHz) { in LastDecoderType()
Ddelay_manager.h94 virtual void LastDecoderType(NetEqDecoder decoder_type);
/external/webrtc/webrtc/modules/audio_coding/neteq/mock/
Dmock_delay_manager.h50 void(NetEqDecoder decoder_type));
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
Dneteq_quality_test.cc211 NetEqDecoder decoder_type) in NetEqQualityTest() argument
212 : decoder_type_(decoder_type), in NetEqQualityTest()
Dneteq_quality_test.h69 NetEqDecoder decoder_type);
/external/webrtc/webrtc/call/
Drtc_event_log_unittest.cc177 int decoder_type = receiver_config.decoders(i).payload_type(); in VerifyReceiveStreamConfig() local
179 EXPECT_EQ(config.decoders[i].payload_type, decoder_type); in VerifyReceiveStreamConfig()