Searched refs:StartTimestamp (Results 1 – 7 of 7) sorted by relevance
62 EXPECT_EQ(test_timestamp, module->StartTimestamp()); in TEST_F()
182 virtual uint32_t StartTimestamp() const = 0;
313 uint32_t ModuleRtpRtcpImpl::StartTimestamp() const { in StartTimestamp() function in webrtc::ModuleRtpRtcpImpl314 return rtp_sender_.StartTimestamp(); in StartTimestamp()407 rtcp_sender_.SetStartTimestamp(rtp_sender_.StartTimestamp()); in SetSendingStatus()
116 uint32_t StartTimestamp() const;
66 virtual uint32_t StartTimestamp() const OVERRIDE;
1416 uint32_t RTPSender::StartTimestamp() const { in StartTimestamp() function in webrtc::RTPSender
69 MOCK_CONST_METHOD0(StartTimestamp,