Home
last modified time | relevance | path

Searched refs:OnFrameCountsUpdated (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/video/
Dreceive_statistics_proxy.h64 void OnFrameCountsUpdated(const FrameCounts& frame_counts) override;
Dreceive_statistics_proxy.cc184 void ReceiveStatisticsProxy::OnFrameCountsUpdated( in OnFrameCountsUpdated() function in webrtc::ReceiveStatisticsProxy
Dvie_channel.h238 void OnFrameCountsUpdated(const FrameCounts& frame_counts) override;
Dvie_channel.cc1013 void ViEChannel::OnFrameCountsUpdated(const FrameCounts& frame_counts) { in OnFrameCountsUpdated() function in webrtc::ViEChannel
1017 receive_stats_callback_->OnFrameCountsUpdated(frame_counts); in OnFrameCountsUpdated()
/external/webrtc/webrtc/modules/video_coding/include/
Dvideo_coding_defines.h105 virtual void OnFrameCountsUpdated(const FrameCounts& frame_counts) = 0;
/external/webrtc/webrtc/modules/video_coding/
Djitter_buffer.cc1250 stats_callback_->OnFrameCountsUpdated(receive_statistics_); in CountFrame()