Searched defs:GetRtpTimestamp (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/talk/media/base/
H A Drtputils.cc114 bool GetRtpTimestamp(const void* data, size_t len, uint32_t* value) { function in namespace:cricket
149 GetRtpTimestamp(data, len, &(header->timestamp)) &&
H A Drtpdump.cc86 bool RtpDumpPacket::GetRtpTimestamp(uint32_t* ts) const { function in class:cricket::RtpDumpPacket
88 cricket::GetRtpTimestamp(&data[0], data.size(), ts);
262 packet.GetRtpTimestamp(&rtp_timestamp);
305 packet->GetRtpTimestamp(&timestamp);

Completed in 101 milliseconds