Searched refs:SetStartTimestamp (Results 1 – 14 of 14) sorted by relevance
165 module1->SetStartTimestamp(test_timestamp); in TEST_F()235 module1->SetStartTimestamp(test_timestamp); in TEST_F()308 module1->SetStartTimestamp(test_timestamp); in TEST_F()
118 module_->SetStartTimestamp(test_timestamp_); in TEST_F()
132 module1->SetStartTimestamp(test_timestamp); in SetUp()
274 void ModuleRtpRtcpImpl::SetStartTimestamp(const uint32_t timestamp) { in SetStartTimestamp() function in webrtc::ModuleRtpRtcpImpl275 rtcp_sender_.SetStartTimestamp(timestamp); in SetStartTimestamp()276 rtp_sender_.SetStartTimestamp(timestamp, true); in SetStartTimestamp()374 rtcp_sender_.SetStartTimestamp(rtp_sender_.StartTimestamp()); in SetSendingStatus()
92 void SetStartTimestamp(uint32_t start_timestamp);
68 void SetStartTimestamp(uint32_t timestamp) override;
198 rtp_rtcp_module_->SetStartTimestamp(111111); in SetUp()
1649 SetStartTimestamp(RTPtime, false); in SetSendingStatus()1681 void RTPSender::SetStartTimestamp(uint32_t timestamp, bool force) { in SetStartTimestamp() function in webrtc::RTPSender1876 SetStartTimestamp(rtp_state.start_timestamp, true); in SetRtpState()
138 void SetStartTimestamp(uint32_t timestamp, bool force);
282 void RTCPSender::SetStartTimestamp(uint32_t start_timestamp) { in SetStartTimestamp() function in webrtc::RTCPSender
192 virtual void SetStartTimestamp(uint32_t timestamp) = 0;
85 MOCK_METHOD1(SetStartTimestamp, void(const uint32_t timestamp));
324 rtp_sender.SetStartTimestamp(prng->Rand<uint32_t>(), true); in GenerateRtpPacket()
3642 _rtpRtcpModule->SetStartTimestamp(timestamp); in SetInitTimestamp()