Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/acm2/
Dacm_receiver.cc510 const auto red_index = in RtpHeaderToDecoder() local
512 if (red_index && // This ensures that RED is defined in WebRTC. in RtpHeaderToDecoder()
513 it != decoders_.end() && it->second.acm_codec_id == *red_index) { in RtpHeaderToDecoder()