Home
last modified time | relevance | path

Searched refs:stats_proxy (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/video/
Dvideo_send_stream_impl.cc137 SendStatisticsProxy* stats_proxy, in CreateObservers() argument
143 observers.rtcp_stats = stats_proxy; in CreateObservers()
144 observers.report_block_data_observer = stats_proxy; in CreateObservers()
145 observers.rtp_stats = stats_proxy; in CreateObservers()
146 observers.bitrate_observer = stats_proxy; in CreateObservers()
147 observers.frame_count_observer = stats_proxy; in CreateObservers()
148 observers.rtcp_type_observer = stats_proxy; in CreateObservers()
149 observers.send_delay_observer = stats_proxy; in CreateObservers()
189 SendStatisticsProxy* stats_proxy, in VideoSendStreamImpl() argument
208 stats_proxy_(stats_proxy), in VideoSendStreamImpl()
Dvideo_send_stream_impl.h75 SendStatisticsProxy* stats_proxy,
Dvideo_stream_encoder_unittest.cc312 VideoStreamEncoderUnderTest(SendStatisticsProxy* stats_proxy, in VideoStreamEncoderUnderTest() argument
317 stats_proxy, in VideoStreamEncoderUnderTest()
321 new CpuOveruseDetectorProxy(stats_proxy)), in VideoStreamEncoderUnderTest()