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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtcp_sender.cc 309 void RTCPSender::SetStartTimestamp(uint32_t start_timestamp) {
    [all...]
rtp_rtcp_impl.cc 322 int32_t ModuleRtpRtcpImpl::SetStartTimestamp(
324 rtcp_sender_.SetStartTimestamp(timestamp);
325 rtp_sender_.SetStartTimestamp(timestamp, true);
463 rtcp_sender_.SetStartTimestamp(rtp_sender_.StartTimestamp());
    [all...]
rtp_sender.cc     [all...]

Completed in 134 milliseconds