Home
last modified time | relevance | path

Searched refs:FrameCountUpdated (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/video/
Dvie_channel.h359 virtual void FrameCountUpdated(const FrameCounts& frame_counts, in FrameCountUpdated() function
363 callback_->FrameCountUpdated(frame_counts, ssrc); in FrameCountUpdated()
Dsend_statistics_proxy_unittest.cc170 observer->FrameCountUpdated(frame_counts, ssrc); in TEST_F()
183 observer->FrameCountUpdated(frame_counts, ssrc); in TEST_F()
341 fps_observer->FrameCountUpdated(frame_counts, excluded_ssrc); in TEST_F()
Dsend_statistics_proxy.h91 void FrameCountUpdated(const FrameCounts& frame_counts,
Dsend_statistics_proxy.cc378 void SendStatisticsProxy::FrameCountUpdated(const FrameCounts& frame_counts, in FrameCountUpdated() function in webrtc::SendStatisticsProxy
/external/webrtc/webrtc/
Dcommon_types.h271 virtual void FrameCountUpdated(const FrameCounts& frame_counts,
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_sender_unittest.cc982 void FrameCountUpdated(const FrameCounts& frame_counts, in TEST_F() function in webrtc::TEST_F::TestCallback
Drtp_sender.cc556 frame_count_observer_->FrameCountUpdated(frame_counts_, ssrc); in SendOutgoingData()