Searched refs:offered_codecs (Results 1 – 1 of 1) sorted by relevance
756 const std::vector<C>& offered_codecs, in NegotiateCodecs() argument762 for (theirs = offered_codecs.begin(); in NegotiateCodecs()763 theirs != offered_codecs.end(); ++theirs) { in NegotiateCodecs()811 std::vector<C>* offered_codecs, in FindCodecsToOffer() argument820 if (!FindMatchingCodec<C>(*offered_codecs, *it, NULL) && IsRtxCodec(*it)) { in FindCodecsToOffer()833 if (!FindMatchingCodec<C>(*offered_codecs, *it, NULL) && !IsRtxCodec(*it)) { in FindCodecsToOffer()837 offered_codecs->push_back(codec); in FindCodecsToOffer()856 offered_codecs->push_back(rtx_codec); in FindCodecsToOffer()