Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_impl.cc672 const DecoderDatabase::DecoderInfo* dec_info = in InsertPacketInternal() local
674 if (!dec_info) { in InsertPacketInternal()
706 const DecoderDatabase::DecoderInfo* dec_info = in InsertPacketInternal() local
708 assert(dec_info); // Already checked that the payload type is known. in InsertPacketInternal()
709 delay_manager_->LastDecoderType(dec_info->codec_type); in InsertPacketInternal()