Home
last modified time | relevance | path

Searched refs:RegisterSendChannelRtcpStatisticsCallback (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/video/
Dvideo_send_stream.cc238 vie_channel_->RegisterSendChannelRtcpStatisticsCallback(&stats_proxy_); in VideoSendStream()
251 vie_channel_->RegisterSendChannelRtcpStatisticsCallback(nullptr); in ~VideoSendStream()
Dvie_channel.h155 void RegisterSendChannelRtcpStatisticsCallback(
Dvie_channel.cc794 void ViEChannel::RegisterSendChannelRtcpStatisticsCallback( in RegisterSendChannelRtcpStatisticsCallback() function in webrtc::ViEChannel