Home
last modified time | relevance | path

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

/external/webrtc/webrtc/video/
Dvie_encoder.cc121 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 …]
Dvideo_receive_stream.cc251 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()
Dvideo_send_stream.cc120 : 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 …]
Dvideo_capture_input.cc42 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()
Dvideo_capture_input_unittest.cc55 stats_proxy_(Clock::GetRealTimeClock(), in VideoCaptureInputTest()
67 &stats_proxy_, nullptr, nullptr)); in SetUp()
110 SendStatisticsProxy stats_proxy_; member in webrtc::VideoCaptureInputTest
Dvideo_capture_input.h73 SendStatisticsProxy* const stats_proxy_; variable
Dvideo_receive_stream.h89 rtc::scoped_ptr<ReceiveStatisticsProxy> stats_proxy_; variable
Dvideo_send_stream.h79 SendStatisticsProxy stats_proxy_; variable
Dvie_encoder.h164 SendStatisticsProxy* const stats_proxy_; variable