Searched refs:SetStartTimestamp (Results 1 - 14 of 14) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
H A Dtest_api_audio.cc165 module1->SetStartTimestamp(test_timestamp);
235 module1->SetStartTimestamp(test_timestamp);
308 module1->SetStartTimestamp(test_timestamp);
H A Dtest_api.cc118 module_->SetStartTimestamp(test_timestamp_);
H A Dtest_api_rtcp.cc132 module1->SetStartTimestamp(test_timestamp);
/external/webrtc/webrtc/modules/rtp_rtcp/include/
H A Drtp_rtcp.h192 virtual void SetStartTimestamp(uint32_t timestamp) = 0;
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_rtcp_impl.cc274 void ModuleRtpRtcpImpl::SetStartTimestamp(const uint32_t timestamp) { function in class:webrtc::ModuleRtpRtcpImpl
275 rtcp_sender_.SetStartTimestamp(timestamp);
276 rtp_sender_.SetStartTimestamp(timestamp, true);
374 rtcp_sender_.SetStartTimestamp(rtp_sender_.StartTimestamp());
H A Dnack_rtx_unittest.cc198 rtp_rtcp_module_->SetStartTimestamp(111111);
H A Drtcp_sender.h92 void SetStartTimestamp(uint32_t start_timestamp);
H A Drtp_rtcp_impl.h68 void SetStartTimestamp(uint32_t timestamp) override;
H A Drtp_sender.h138 void SetStartTimestamp(uint32_t timestamp, bool force);
H A Drtp_sender.cc1649 SetStartTimestamp(RTPtime, false);
1681 void RTPSender::SetStartTimestamp(uint32_t timestamp, bool force) { function in class:webrtc::RTPSender
1876 SetStartTimestamp(rtp_state.start_timestamp, true);
H A Drtcp_sender.cc282 void RTCPSender::SetStartTimestamp(uint32_t start_timestamp) { function in class:webrtc::RTCPSender
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/
H A Dmock_rtp_rtcp.h85 MOCK_METHOD1(SetStartTimestamp, void(const uint32_t timestamp));
/external/webrtc/webrtc/call/
H A Drtc_event_log_unittest.cc324 rtp_sender.SetStartTimestamp(prng->Rand<uint32_t>(), true);
/external/webrtc/webrtc/voice_engine/
H A Dchannel.cc3642 _rtpRtcpModule->SetStartTimestamp(timestamp);

Completed in 273 milliseconds