Home
last modified time | relevance | path

Searched refs:OnInactiveSsrc (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/video/
Dsend_statistics_proxy.h64 void OnInactiveSsrc(uint32_t ssrc);
Dsend_statistics_proxy_unittest.cc408 statistics_proxy_->OnInactiveSsrc(config_.rtp.ssrcs[1]); in TEST_F()
423 statistics_proxy_->OnInactiveSsrc(config_.rtp.ssrcs[1]); in TEST_F()
Dsend_statistics_proxy.cc232 void SendStatisticsProxy::OnInactiveSsrc(uint32_t ssrc) { in OnInactiveSsrc() function in webrtc::SendStatisticsProxy
Dvideo_send_stream.cc437 stats_proxy_.OnInactiveSsrc(config_.rtp.ssrcs[i]); in ReconfigureVideoEncoder()