Home
last modified time | relevance | path

Searched refs:SetStartTimestamp (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
Dtest_api_audio.cc193 EXPECT_EQ(0, module1->SetStartTimestamp(test_timestamp)); in TEST_F()
264 EXPECT_EQ(0, module1->SetStartTimestamp(test_timestamp)); in TEST_F()
337 EXPECT_EQ(0, module1->SetStartTimestamp(test_timestamp)); in TEST_F()
Dtest_api.cc61 EXPECT_EQ(0, module->SetStartTimestamp(test_timestamp)); in TEST_F()
Dtest_api_rtcp.cc158 EXPECT_EQ(0, module1->SetStartTimestamp(test_timestamp)); in SetUp()
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl.cc318 int32_t ModuleRtpRtcpImpl::SetStartTimestamp( in SetStartTimestamp() function in webrtc::ModuleRtpRtcpImpl
320 rtcp_sender_.SetStartTimestamp(timestamp); in SetStartTimestamp()
321 rtp_sender_.SetStartTimestamp(timestamp, true); in SetStartTimestamp()
407 rtcp_sender_.SetStartTimestamp(rtp_sender_.StartTimestamp()); in SetSendingStatus()
Drtcp_sender.h92 void SetStartTimestamp(uint32_t start_timestamp);
Drtp_sender.h117 void SetStartTimestamp(uint32_t timestamp, bool force);
Dnack_rtx_unittest.cc197 EXPECT_EQ(0, rtp_rtcp_module_->SetStartTimestamp(111111)); in SetUp()
Drtp_rtcp_impl.h69 virtual int32_t SetStartTimestamp(const uint32_t timestamp) OVERRIDE;
Drtp_sender.cc1373 SetStartTimestamp(RTPtime, false); in SetSendingStatus()
1404 void RTPSender::SetStartTimestamp(uint32_t timestamp, bool force) { in SetStartTimestamp() function in webrtc::RTPSender
Drtcp_sender.cc383 void RTCPSender::SetStartTimestamp(uint32_t start_timestamp) { in SetStartTimestamp() function in webrtc::RTCPSender
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
Drtp_rtcp.h191 virtual int32_t SetStartTimestamp(
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h71 MOCK_METHOD1(SetStartTimestamp,
/external/chromium_org/third_party/webrtc/voice_engine/
Dchannel.cc4102 if (_rtpRtcpModule->SetStartTimestamp(timestamp) != 0) in SetInitTimestamp()