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

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
H A Dtest_api_audio.cc193 EXPECT_EQ(0, module1->SetStartTimestamp(test_timestamp));
264 EXPECT_EQ(0, module1->SetStartTimestamp(test_timestamp));
337 EXPECT_EQ(0, module1->SetStartTimestamp(test_timestamp));
H A Dtest_api.cc61 EXPECT_EQ(0, module->SetStartTimestamp(test_timestamp));
H A Dtest_api_rtcp.cc158 EXPECT_EQ(0, module1->SetStartTimestamp(test_timestamp));
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
H A Drtp_rtcp.h194 virtual int32_t SetStartTimestamp(
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/
H A Dmock_rtp_rtcp.h82 MOCK_METHOD1(SetStartTimestamp,
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Dnack_rtx_unittest.cc200 EXPECT_EQ(0, rtp_rtcp_module_->SetStartTimestamp(111111));
H A Drtcp_sender.h88 void SetStartTimestamp(uint32_t start_timestamp);
H A Drtp_rtcp_impl.cc322 int32_t ModuleRtpRtcpImpl::SetStartTimestamp( function in class:webrtc::ModuleRtpRtcpImpl
324 rtcp_sender_.SetStartTimestamp(timestamp);
325 rtp_sender_.SetStartTimestamp(timestamp, true);
463 rtcp_sender_.SetStartTimestamp(rtp_sender_.StartTimestamp());
H A Drtp_sender.cc1407 SetStartTimestamp(RTPtime, false);
1439 void RTPSender::SetStartTimestamp(uint32_t timestamp, bool force) { function in class:webrtc::RTPSender
1689 SetStartTimestamp(rtp_state.start_timestamp, true);
H A Drtp_rtcp_impl.h69 virtual int32_t SetStartTimestamp(const uint32_t timestamp) OVERRIDE;
H A Drtp_sender.h120 void SetStartTimestamp(uint32_t timestamp, bool force);
H A Drtcp_sender.cc309 void RTCPSender::SetStartTimestamp(uint32_t start_timestamp) { function in class:webrtc::RTCPSender
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dchannel.cc4015 if (_rtpRtcpModule->SetStartTimestamp(timestamp) != 0)

Completed in 1116 milliseconds