Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
Dtest_api.cc62 EXPECT_EQ(test_timestamp, module->StartTimestamp()); in TEST_F()
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
Drtp_rtcp.h182 virtual uint32_t StartTimestamp() const = 0;
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl.cc313 uint32_t ModuleRtpRtcpImpl::StartTimestamp() const { in StartTimestamp() function in webrtc::ModuleRtpRtcpImpl
314 return rtp_sender_.StartTimestamp(); in StartTimestamp()
407 rtcp_sender_.SetStartTimestamp(rtp_sender_.StartTimestamp()); in SetSendingStatus()
Drtp_sender.h116 uint32_t StartTimestamp() const;
Drtp_rtcp_impl.h66 virtual uint32_t StartTimestamp() const OVERRIDE;
Drtp_sender.cc1416 uint32_t RTPSender::StartTimestamp() const { in StartTimestamp() function in webrtc::RTPSender
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h69 MOCK_CONST_METHOD0(StartTimestamp,