Searched refs:SetStartTimestamp (Results 1 – 10 of 10) sorted by relevance
63 MOCK_METHOD(void, SetStartTimestamp, (uint32_t timestamp), (override));
98 void SetStartTimestamp(uint32_t timestamp) override;
200 virtual void SetStartTimestamp(uint32_t timestamp) = 0;
89 void SetStartTimestamp(uint32_t timestamp) override;
150 rtp_rtcp_module_->SetStartTimestamp(111111); in SetUp()
183 rtp_module_->SetStartTimestamp(0);917 rtp_module_->SetStartTimestamp(0);
188 void ModuleRtpRtcpImpl2::SetStartTimestamp(const uint32_t timestamp) { in SetStartTimestamp() function in webrtc::ModuleRtpRtcpImpl2
244 void ModuleRtpRtcpImpl::SetStartTimestamp(const uint32_t timestamp) { in SetStartTimestamp() function in webrtc::ModuleRtpRtcpImpl
576 sender_.impl_->SetStartTimestamp(kStartTimestamp); in TEST_F()
588 sender_.impl_->SetStartTimestamp(kStartTimestamp); in TEST_F()