Home
last modified time | relevance | path

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

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