Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/video/
Dvideo_receive_stream.cc130 stats_proxy_.reset(new ReceiveStatisticsProxy( in VideoReceiveStream()
134 channel_, stats_proxy_.get()) != 0) in VideoReceiveStream()
138 channel_, stats_proxy_.get()) != 0) in VideoReceiveStream()
141 if (codec_->RegisterDecoderObserver(channel_, *stats_proxy_) != 0) in VideoReceiveStream()
199 stats_proxy_.get()); in ~VideoReceiveStream()
201 stats_proxy_.get()); in ~VideoReceiveStream()
225 return stats_proxy_->GetStats(); in GetStats()
243 stats_proxy_->OnDecodedFrame(); in FrameCallback()
256 stats_proxy_->OnRenderedFrame(); in RenderFrame()
Dvideo_send_stream.cc128 stats_proxy_(config) { in VideoSendStream()
219 video_engine_base_->RegisterSendSideDelayObserver(channel_, &stats_proxy_); in VideoSendStream()
233 &stats_proxy_); in VideoSendStream()
235 &stats_proxy_); in VideoSendStream()
236 rtp_rtcp_->RegisterSendBitrateObserver(channel_, &stats_proxy_); in VideoSendStream()
237 rtp_rtcp_->RegisterSendFrameCountObserver(channel_, &stats_proxy_); in VideoSendStream()
239 codec_->RegisterEncoderObserver(channel_, stats_proxy_); in VideoSendStream()
240 capture_->RegisterObserver(capture_id_, stats_proxy_); in VideoSendStream()
247 rtp_rtcp_->DeregisterSendFrameCountObserver(channel_, &stats_proxy_); in ~VideoSendStream()
248 rtp_rtcp_->DeregisterSendBitrateObserver(channel_, &stats_proxy_); in ~VideoSendStream()
[all …]
Dvideo_receive_stream.h86 scoped_ptr<ReceiveStatisticsProxy> stats_proxy_; variable
Dvideo_send_stream.h97 SendStatisticsProxy stats_proxy_; variable