Home
last modified time | relevance | path

Searched refs:StartTimestamp (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl.cc269 uint32_t ModuleRtpRtcpImpl::StartTimestamp() const { in StartTimestamp() function in webrtc::ModuleRtpRtcpImpl
270 return rtp_sender_.StartTimestamp(); in StartTimestamp()
374 rtcp_sender_.SetStartTimestamp(rtp_sender_.StartTimestamp()); in SetSendingStatus()
Drtp_rtcp_impl.h65 uint32_t StartTimestamp() const override;
Drtp_sender.h137 uint32_t StartTimestamp() const;
Drtp_sender.cc1693 uint32_t RTPSender::StartTimestamp() const { in StartTimestamp() function in webrtc::RTPSender
/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
Dtest_api.cc119 EXPECT_EQ(test_timestamp_, module_->StartTimestamp()); in TEST_F()
/external/webrtc/webrtc/modules/rtp_rtcp/include/
Drtp_rtcp.h185 virtual uint32_t StartTimestamp() const = 0;
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h83 MOCK_CONST_METHOD0(StartTimestamp,