Home
last modified time | relevance | path

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

/external/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h63 MOCK_METHOD(void, SetStartTimestamp, (uint32_t timestamp), (override));
/external/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl2.h98 void SetStartTimestamp(uint32_t timestamp) override;
Drtp_rtcp_interface.h200 virtual void SetStartTimestamp(uint32_t timestamp) = 0;
Drtp_rtcp_impl.h89 void SetStartTimestamp(uint32_t timestamp) override;
Dnack_rtx_unittest.cc150 rtp_rtcp_module_->SetStartTimestamp(111111); in SetUp()
Drtp_sender_video_unittest.cc183 rtp_module_->SetStartTimestamp(0);
917 rtp_module_->SetStartTimestamp(0);
Drtp_rtcp_impl2.cc188 void ModuleRtpRtcpImpl2::SetStartTimestamp(const uint32_t timestamp) { in SetStartTimestamp() function in webrtc::ModuleRtpRtcpImpl2
Drtp_rtcp_impl.cc244 void ModuleRtpRtcpImpl::SetStartTimestamp(const uint32_t timestamp) { in SetStartTimestamp() function in webrtc::ModuleRtpRtcpImpl
Drtp_rtcp_impl_unittest.cc576 sender_.impl_->SetStartTimestamp(kStartTimestamp); in TEST_F()
Drtp_rtcp_impl2_unittest.cc588 sender_.impl_->SetStartTimestamp(kStartTimestamp); in TEST_F()