Searched defs:SetStartTimestamp (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtcp_sender.cc383 void RTCPSender::SetStartTimestamp(uint32_t start_timestamp) { function in class:webrtc::RTCPSender
H A Drtp_rtcp_impl.cc318 int32_t ModuleRtpRtcpImpl::SetStartTimestamp( function in class:webrtc::ModuleRtpRtcpImpl
320 rtcp_sender_.SetStartTimestamp(timestamp);
321 rtp_sender_.SetStartTimestamp(timestamp, true);
407 rtcp_sender_.SetStartTimestamp(rtp_sender_.StartTimestamp());
H A Drtp_sender.cc1373 SetStartTimestamp(RTPtime, false);
1404 void RTPSender::SetStartTimestamp(uint32_t timestamp, bool force) { function in class:webrtc::RTPSender

Completed in 482 milliseconds