Home
last modified time | relevance | path

Searched refs:VideoBitrateAllocationObserver (Results 1 – 12 of 12) sorted by relevance

/external/webrtc/api/video/
Dvideo_bitrate_allocator.h45 class VideoBitrateAllocationObserver {
47 VideoBitrateAllocationObserver() {} in VideoBitrateAllocationObserver() function
48 virtual ~VideoBitrateAllocationObserver() {} in ~VideoBitrateAllocationObserver()
Dvideo_stream_encoder_interface.h116 VideoBitrateAllocationObserver* bitrate_observer) = 0;
/external/webrtc/video/
Dvideo_send_stream_impl_unittest.cc441 VideoBitrateAllocationObserver* const observer = in TEST_F()
442 static_cast<VideoBitrateAllocationObserver*>(vss_impl.get()); in TEST_F()
496 VideoBitrateAllocationObserver* const observer = in TEST_F()
497 static_cast<VideoBitrateAllocationObserver*>(vss_impl.get()); in TEST_F()
555 VideoBitrateAllocationObserver* const observer = in TEST_F()
556 static_cast<VideoBitrateAllocationObserver*>(vss_impl.get()); in TEST_F()
600 VideoBitrateAllocationObserver* const observer = in TEST_F()
601 static_cast<VideoBitrateAllocationObserver*>(vss_impl.get()); in TEST_F()
Dvideo_stream_encoder.h85 VideoBitrateAllocationObserver* bitrate_observer) override;
307 VideoBitrateAllocationObserver* bitrate_observer_
Dvideo_send_stream_impl.h71 public VideoBitrateAllocationObserver {
Dvideo_stream_encoder.cc456 VideoBitrateAllocationObserver* bitrate_observer) { in SetBitrateAllocationObserver()
Dvideo_stream_encoder_unittest.cc607 class MockBitrateObserver : public VideoBitrateAllocationObserver {
/external/webrtc/video/test/
Dmock_video_stream_encoder.h49 (VideoBitrateAllocationObserver*),
/external/webrtc/modules/rtp_rtcp/source/
Drtcp_receiver.h32 class VideoBitrateAllocationObserver; variable
235 VideoBitrateAllocationObserver* const bitrate_allocation_observer_;
Drtp_rtcp_interface.h41 class VideoBitrateAllocationObserver; variable
75 VideoBitrateAllocationObserver* bitrate_allocation_observer = nullptr;
Drtcp_receiver_unittest.cc127 : public VideoBitrateAllocationObserver {
/external/webrtc/modules/video_coding/
Dvideo_coding_impl.h36 class VideoBitrateAllocationObserver; variable