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

  /external/webrtc/talk/media/base/
rtputils.cc 153 bool GetRtcpType(const void* data, size_t len, int* value) {
167 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 89 milliseconds