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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
rtputils.cc 162 bool GetRtcpType(const void* data, size_t len, int* value) {
176 if (!GetRtcpType(data, len, &pl_type)) return false;
rtpdump.cc 101 bool RtpDumpPacket::GetRtcpType(int* type) const {
103 cricket::GetRtcpType(&data[0], data.size(), type);

Completed in 79 milliseconds