Searched refs:decoder_type (Results 1 – 6 of 6) sorted by relevance
375 void DelayManager::LastDecoderType(NetEqDecoder decoder_type) { in LastDecoderType() argument376 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()
94 virtual void LastDecoderType(NetEqDecoder decoder_type);
50 void(NetEqDecoder decoder_type));
211 NetEqDecoder decoder_type) in NetEqQualityTest() argument212 : decoder_type_(decoder_type), in NetEqQualityTest()
69 NetEqDecoder decoder_type);
177 int decoder_type = receiver_config.decoders(i).payload_type(); in VerifyReceiveStreamConfig() local179 EXPECT_EQ(config.decoders[i].payload_type, decoder_type); in VerifyReceiveStreamConfig()