HomeSort by relevance Sort by last modified time
    Searched refs:SetStartTimestamp (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
test_api_audio.cc 193 EXPECT_EQ(0, module1->SetStartTimestamp(test_timestamp));
264 EXPECT_EQ(0, module1->SetStartTimestamp(test_timestamp));
337 EXPECT_EQ(0, module1->SetStartTimestamp(test_timestamp));
test_api.cc 61 EXPECT_EQ(0, module->SetStartTimestamp(test_timestamp));
test_api_rtcp.cc 158 EXPECT_EQ(0, module1->SetStartTimestamp(test_timestamp));
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
rtp_rtcp.h 194 virtual int32_t SetStartTimestamp(
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h 82 MOCK_METHOD1(SetStartTimestamp,
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
nack_rtx_unittest.cc 200 EXPECT_EQ(0, rtp_rtcp_module_->SetStartTimestamp(111111));
rtcp_sender.h 88 void SetStartTimestamp(uint32_t start_timestamp);
rtp_rtcp_impl.cc 322 int32_t ModuleRtpRtcpImpl::SetStartTimestamp(
324 rtcp_sender_.SetStartTimestamp(timestamp);
325 rtp_sender_.SetStartTimestamp(timestamp, true);
463 rtcp_sender_.SetStartTimestamp(rtp_sender_.StartTimestamp());
    [all...]
rtp_rtcp_impl.h 69 virtual int32_t SetStartTimestamp(const uint32_t timestamp) OVERRIDE;
rtp_sender.cc     [all...]
rtp_sender.h 120 void SetStartTimestamp(uint32_t timestamp, bool force);
rtcp_sender.cc 309 void RTCPSender::SetStartTimestamp(uint32_t start_timestamp) {
    [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/
channel.cc     [all...]

Completed in 106 milliseconds