Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dmediasession.cc785 static bool FindMatchingCodec(const std::vector<C>& codecs, in FindMatchingCodec() function
815 if (!FindMatchingCodec<C>(*offered_codecs, *it, NULL) && IsRtxCodec(*it)) { in FindCodecsToOffer()
828 if (!FindMatchingCodec<C>(*offered_codecs, *it, NULL) && !IsRtxCodec(*it)) { in FindCodecsToOffer()