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

  /external/chromium/third_party/libjingle/source/talk/session/phone/
rtpdump.cc 74 bool RtpDumpPacket::GetRtpTimestamp(uint32* ts) const {
225 packet.GetRtpTimestamp(&rtp_timestamp);
268 packet->GetRtpTimestamp(&timestamp);
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
rtputils.cc 114 bool GetRtpTimestamp(const void* data, size_t len, uint32* value) {
158 GetRtpTimestamp(data, len, &(header->timestamp)) &&
rtpdump.cc 86 bool RtpDumpPacket::GetRtpTimestamp(uint32* ts) const {
88 cricket::GetRtpTimestamp(&data[0], data.size(), ts);
262 packet.GetRtpTimestamp(&rtp_timestamp);
305 packet->GetRtpTimestamp(&timestamp);

Completed in 282 milliseconds