Searched refs:stats_proxy_ (Results 1 – 9 of 9) sorted by relevance
/external/webrtc/webrtc/video/ |
D | vie_encoder.cc | 121 stats_proxy_(stats_proxy), in ViEEncoder() 448 if (stats_proxy_) in OnSetRates() 449 stats_proxy_->OnSetRates(bitrate_bps, framerate); in OnSetRates() 464 if (stats_proxy_ != NULL) in SendData() 465 stats_proxy_->OnSendEncodedImage(encoded_image, rtp_video_hdr); in SendData() 477 if (stats_proxy_) in OnEncoderImplementationName() 478 stats_proxy_->OnEncoderImplementationName(implementation_name); in OnEncoderImplementationName() 483 if (stats_proxy_) in SendStatistics() 484 stats_proxy_->OnOutgoingRate(frame_rate, bit_rate); in SendStatistics() 602 if (stats_proxy_) in OnNetworkChanged() [all …]
|
D | video_receive_stream.cc | 251 stats_proxy_.reset( in VideoReceiveStream() 254 vie_channel_->RegisterReceiveStatisticsProxy(stats_proxy_.get()); in VideoReceiveStream() 256 stats_proxy_.get()); in VideoReceiveStream() 257 vie_channel_->RegisterReceiveChannelRtpStatisticsCallback(stats_proxy_.get()); in VideoReceiveStream() 258 vie_channel_->RegisterRtcpPacketTypeCounterObserver(stats_proxy_.get()); in VideoReceiveStream() 329 return stats_proxy_->GetStats(); in GetStats() 343 stats_proxy_->OnDecodedFrame(); in FrameCallback() 363 stats_proxy_->OnRenderedFrame(video_frame.width(), video_frame.height()); in RenderFrame() 374 stats_proxy_->OnPreDecode(encoded_image, codec_specific_info); in Encoded()
|
D | video_send_stream.cc | 120 : stats_proxy_(Clock::GetRealTimeClock(), in VideoSendStream() 148 num_cpu_cores, module_process_thread_, &stats_proxy_, in VideoSendStream() 211 &stats_proxy_, this, config_.encoding_time_observer)); in VideoSendStream() 227 vie_channel_->RegisterSendSideDelayObserver(&stats_proxy_); in VideoSendStream() 238 vie_channel_->RegisterSendChannelRtcpStatisticsCallback(&stats_proxy_); in VideoSendStream() 239 vie_channel_->RegisterSendChannelRtpStatisticsCallback(&stats_proxy_); in VideoSendStream() 240 vie_channel_->RegisterRtcpPacketTypeCounterObserver(&stats_proxy_); in VideoSendStream() 241 vie_channel_->RegisterSendBitrateObserver(&stats_proxy_); in VideoSendStream() 242 vie_channel_->RegisterSendFrameCountObserver(&stats_proxy_); in VideoSendStream() 437 stats_proxy_.OnInactiveSsrc(config_.rtp.ssrcs[i]); in ReconfigureVideoEncoder() [all …]
|
D | video_capture_input.cc | 42 stats_proxy_(stats_proxy), in VideoCaptureInput() 76 stats_proxy_->OnIncomingFrame(video_frame.width(), video_frame.height()); in IncomingCapturedFrame() 150 stats_proxy_->OnEncodedFrame(encode_time_ms); in EncoderProcess()
|
D | video_capture_input_unittest.cc | 55 stats_proxy_(Clock::GetRealTimeClock(), in VideoCaptureInputTest() 67 &stats_proxy_, nullptr, nullptr)); in SetUp() 110 SendStatisticsProxy stats_proxy_; member in webrtc::VideoCaptureInputTest
|
D | video_capture_input.h | 73 SendStatisticsProxy* const stats_proxy_; variable
|
D | video_receive_stream.h | 89 rtc::scoped_ptr<ReceiveStatisticsProxy> stats_proxy_; variable
|
D | video_send_stream.h | 79 SendStatisticsProxy stats_proxy_; variable
|
D | vie_encoder.h | 164 SendStatisticsProxy* const stats_proxy_; variable
|