Searched refs:GetSendSideDelay (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/third_party/webrtc/video_engine/ |
D | vie_codec_impl.h | 74 virtual bool GetSendSideDelay(int video_channel, int* avg_delay_ms,
|
D | vie_codec_impl.cc | 606 bool ViECodecImpl::GetSendSideDelay(int video_channel, int* avg_delay_ms, in GetSendSideDelay() function in webrtc::ViECodecImpl 614 return vie_channel->GetSendSideDelay(avg_delay_ms, max_delay_ms); in GetSendSideDelay()
|
D | vie_channel.h | 217 bool GetSendSideDelay(int* avg_send_delay, int* max_send_delay) const;
|
D | vie_channel.cc | 1207 bool ViEChannel::GetSendSideDelay(int* avg_send_delay, in GetSendSideDelay() function in webrtc::ViEChannel 1213 if (rtp_rtcp_->GetSendSideDelay(avg_send_delay, max_send_delay)) { in GetSendSideDelay() 1223 if (rtp_rtcp->GetSendSideDelay(&sub_stream_avg_delay, in GetSendSideDelay()
|
/external/chromium_org/third_party/webrtc/video_engine/include/ |
D | vie_codec.h | 208 virtual bool GetSendSideDelay(int video_channel, int* avg_delay_ms, in GetSendSideDelay() function
|
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/ |
D | rtp_rtcp.h | 345 virtual bool GetSendSideDelay(int* avg_send_delay_ms,
|
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/ |
D | mock_rtp_rtcp.h | 137 MOCK_CONST_METHOD2(GetSendSideDelay,
|
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/ |
D | rtp_rtcp_impl.h | 135 virtual bool GetSendSideDelay(int* avg_send_delay_ms,
|
D | rtp_sender.h | 88 bool GetSendSideDelay(int* avg_send_delay_ms, int* max_send_delay_ms) const;
|
D | rtp_rtcp_impl.cc | 624 bool ModuleRtpRtcpImpl::GetSendSideDelay(int* avg_send_delay_ms, in GetSendSideDelay() function in webrtc::ModuleRtpRtcpImpl 633 return rtp_sender_.GetSendSideDelay(avg_send_delay_ms, max_send_delay_ms); in GetSendSideDelay()
|
D | rtp_sender.cc | 168 bool RTPSender::GetSendSideDelay(int* avg_send_delay_ms, in GetSendSideDelay() function in webrtc::RTPSender 983 GetSendSideDelay(&avg_delay_ms, &max_delay_ms)) { in UpdateDelayStatistics()
|
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/ |
D | vie_autotest_codec.cc | 265 EXPECT_TRUE(codec->GetSendSideDelay(video_channel, &avg_send_delay, in ViECodecStandardTest()
|