HomeSort by relevance Sort by last modified time
    Searched defs:pl_type (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/session/media/
ssrcmuxfilter.cc 54 int pl_type = 0; local
55 if (!GetRtcpType(data, len, &pl_type)) return false;
56 if (pl_type == kRtcpTypeSDES) {
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
rtputils.cc 175 int pl_type; local
176 if (!GetRtcpType(data, len, &pl_type)) return false;
178 if (pl_type == kRtcpTypeSDES) return false;

Completed in 136 milliseconds