Searched refs:SetStartTimestamp (Results 1 – 13 of 13) sorted by relevance
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/ |
D | test_api_audio.cc | 193 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()
|
D | test_api.cc | 61 EXPECT_EQ(0, module->SetStartTimestamp(test_timestamp)); in TEST_F()
|
D | test_api_rtcp.cc | 158 EXPECT_EQ(0, module1->SetStartTimestamp(test_timestamp)); in SetUp()
|
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/ |
D | rtp_rtcp_impl.cc | 318 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()
|
D | rtcp_sender.h | 92 void SetStartTimestamp(uint32_t start_timestamp);
|
D | rtp_sender.h | 117 void SetStartTimestamp(uint32_t timestamp, bool force);
|
D | nack_rtx_unittest.cc | 197 EXPECT_EQ(0, rtp_rtcp_module_->SetStartTimestamp(111111)); in SetUp()
|
D | rtp_rtcp_impl.h | 69 virtual int32_t SetStartTimestamp(const uint32_t timestamp) OVERRIDE;
|
D | rtp_sender.cc | 1373 SetStartTimestamp(RTPtime, false); in SetSendingStatus() 1404 void RTPSender::SetStartTimestamp(uint32_t timestamp, bool force) { in SetStartTimestamp() function in webrtc::RTPSender
|
D | rtcp_sender.cc | 383 void RTCPSender::SetStartTimestamp(uint32_t start_timestamp) { in SetStartTimestamp() function in webrtc::RTCPSender
|
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/ |
D | rtp_rtcp.h | 191 virtual int32_t SetStartTimestamp(
|
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/ |
D | mock_rtp_rtcp.h | 71 MOCK_METHOD1(SetStartTimestamp,
|
/external/chromium_org/third_party/webrtc/voice_engine/ |
D | channel.cc | 4102 if (_rtpRtcpModule->SetStartTimestamp(timestamp) != 0) in SetInitTimestamp()
|