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

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_sender.cc 282 void RTCPSender::SetStartTimestamp(uint32_t start_timestamp) {
    [all...]
rtp_rtcp_impl.cc 274 void ModuleRtpRtcpImpl::SetStartTimestamp(const uint32_t timestamp) {
275 rtcp_sender_.SetStartTimestamp(timestamp);
276 rtp_sender_.SetStartTimestamp(timestamp, true);
374 rtcp_sender_.SetStartTimestamp(rtp_sender_.StartTimestamp());
rtp_sender.cc     [all...]

Completed in 212 milliseconds