Home
last modified time | relevance | path

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

/external/webrtc/talk/session/media/
Dmediasession.cc729 if (IsRtxCodec(*it)) { in ContainsRtxCodec()
737 static bool IsRtxCodec(const C& codec) { in IsRtxCodec() function
830 if (IsRtxCodec(negotiated)) { in NegotiateCodecs()
894 if (!FindMatchingCodec<C>(*offered_codecs, *it, NULL) && IsRtxCodec(*it)) { in FindCodecsToOffer()
907 if (!FindMatchingCodec<C>(*offered_codecs, *it, NULL) && !IsRtxCodec(*it)) { in FindCodecsToOffer()