Lines Matching refs:stats_proxy_
203 stats_proxy_(&config_, clock_), in VideoReceiveStream()
213 &stats_proxy_, in VideoReceiveStream()
214 &stats_proxy_, in VideoReceiveStream()
254 new video_coding::FrameBuffer(clock_, timing_.get(), &stats_proxy_)); in VideoReceiveStream()
386 new VideoStreamDecoder(&video_receiver_, &stats_proxy_, renderer)); in Start()
394 stats_proxy_.DecoderThreadStarting(); in Start()
408 stats_proxy_.OnUniqueFramesCounted( in Stop()
426 stats_proxy_.DecoderThreadStopped(); in Stop()
443 VideoReceiveStream::Stats stats = stats_proxy_.GetStats(); in GetStats()
475 stats_proxy_.UpdateHistograms(fraction_lost, rtp_stats, &rtx_stats); in UpdateHistograms()
479 stats_proxy_.UpdateHistograms(fraction_lost, rtp_stats, nullptr); in UpdateHistograms()
523 stats_proxy_.OnSyncOffsetUpdated(video_playout_ntp_ms, sync_offset_ms, in OnFrame()
531 stats_proxy_.OnRenderedFrame(video_frame); in OnFrame()
665 stats_proxy_.OnPreDecode(frame->CodecSpecific()->codecType, qp); in HandleEncodedFrame()
718 stats_proxy_.OnStreamInactive(); in HandleFrameBufferTimeout()