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.cc790 static bool FindMatchingCodec(const std::vector<C>& codecs, in FindMatchingCodec() function
820 if (!FindMatchingCodec<C>(*offered_codecs, *it, NULL) && IsRtxCodec(*it)) { in FindCodecsToOffer()
833 if (!FindMatchingCodec<C>(*offered_codecs, *it, NULL) && !IsRtxCodec(*it)) { in FindCodecsToOffer()