Lines Matching refs:stats_proxy_
200 stats_proxy_(&config_, clock_, worker_thread_), in VideoReceiveStream2()
211 &stats_proxy_, in VideoReceiveStream2()
212 &stats_proxy_, in VideoReceiveStream2()
251 new video_coding::FrameBuffer(clock_, timing_.get(), &stats_proxy_)); in VideoReceiveStream2()
362 new VideoStreamDecoder(&video_receiver_, &stats_proxy_, renderer)); in Start()
370 stats_proxy_.DecoderThreadStarting(); in Start()
384 stats_proxy_.OnUniqueFramesCounted( in Stop()
402 stats_proxy_.DecoderThreadStopped(); in Stop()
420 VideoReceiveStream2::Stats stats = stats_proxy_.GetStats(); in GetStats()
453 stats_proxy_.UpdateHistograms(fraction_lost, rtp_stats, &rtx_stats); in UpdateHistograms()
457 stats_proxy_.UpdateHistograms(fraction_lost, rtp_stats, nullptr); in UpdateHistograms()
497 stats_proxy_.OnSyncOffsetUpdated(video_playout_ntp_ms, sync_offset_ms, in OnFrame()
500 stats_proxy_.OnRenderedFrame(frame_meta); in OnFrame()
569 stats_proxy_.OnRttUpdate(avg_rtt_ms); in OnRttUpdate()
652 stats_proxy_.OnPreDecode(frame->CodecSpecific()->codecType, qp); in HandleEncodedFrame()
742 stats_proxy_.OnStreamInactive(); in HandleFrameBufferTimeout()