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

  /external/chromium_org/third_party/webrtc/video/
send_statistics_proxy.h 40 virtual bool GetSendSideDelay(VideoSendStream::Stats* stats) = 0;
video_send_stream.h 70 virtual bool GetSendSideDelay(VideoSendStream::Stats* stats) OVERRIDE;
send_statistics_proxy.cc 53 stats_provider_->GetSendSideDelay(&stats);
video_send_stream.cc 419 bool VideoSendStream::GetSendSideDelay(VideoSendStream::Stats* stats) {
420 return codec_->GetSendSideDelay(
send_statistics_proxy_unittest.cc 43 virtual bool GetSendSideDelay(VideoSendStream::Stats* stats) OVERRIDE {
  /external/chromium_org/third_party/webrtc/video_engine/include/
vie_codec.h 202 virtual bool GetSendSideDelay(int video_channel, int* avg_delay_ms,
  /external/chromium_org/third_party/webrtc/video_engine/
vie_codec_impl.h 74 virtual bool GetSendSideDelay(int video_channel, int* avg_delay_ms,
vie_codec_impl.cc 594 bool ViECodecImpl::GetSendSideDelay(int video_channel, int* avg_delay_ms,
602 return vie_channel->GetSendSideDelay(avg_delay_ms, max_delay_ms);
vie_channel.h 214 bool GetSendSideDelay(int* avg_send_delay, int* max_send_delay) const;
vie_channel.cc     [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
rtp_rtcp.h 349 virtual bool GetSendSideDelay(int* avg_send_delay_ms,
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h 123 MOCK_CONST_METHOD2(GetSendSideDelay,
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl.h 133 virtual bool GetSendSideDelay(int* avg_send_delay_ms,
rtp_sender.h 84 bool GetSendSideDelay(int* avg_send_delay_ms, int* max_send_delay_ms) const;
rtp_rtcp_impl.cc 571 bool ModuleRtpRtcpImpl::GetSendSideDelay(int* avg_send_delay_ms,
580 return rtp_sender_.GetSendSideDelay(avg_send_delay_ms, max_send_delay_ms);
    [all...]
rtp_sender.cc 162 bool RTPSender::GetSendSideDelay(int* avg_send_delay_ms,
    [all...]
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_codec.cc 265 EXPECT_TRUE(codec->GetSendSideDelay(video_channel, &avg_send_delay,
    [all...]

Completed in 586 milliseconds