Searched refs:BitrateAllocatorObserver (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/call/ |
D | bitrate_allocator.h | 34 class BitrateAllocatorObserver { 41 virtual ~BitrateAllocatorObserver() {} in ~BitrateAllocatorObserver() 68 virtual void AddObserver(BitrateAllocatorObserver* observer, 70 virtual void RemoveObserver(BitrateAllocatorObserver* observer) = 0; 71 virtual int GetStartBitrate(BitrateAllocatorObserver* observer) const = 0; 79 AllocatableTrack(BitrateAllocatorObserver* observer, in AllocatableTrack() 85 BitrateAllocatorObserver* observer; 127 void AddObserver(BitrateAllocatorObserver* observer, 132 void RemoveObserver(BitrateAllocatorObserver* observer) override; 136 int GetStartBitrate(BitrateAllocatorObserver* observer) const override;
|
D | bitrate_allocator.cc | 82 std::map<BitrateAllocatorObserver*, int>* allocation) { in DistributeBitrateEvenly() argument 122 const std::map<BitrateAllocatorObserver*, int>& observers_capacities, in DistributeBitrateRelatively() argument 123 std::map<BitrateAllocatorObserver*, int>* allocation) { in DistributeBitrateRelatively() 128 BitrateAllocatorObserver* allocation_key; in DistributeBitrateRelatively() 189 std::map<BitrateAllocatorObserver*, int> LowRateAllocation( in LowRateAllocation() 192 std::map<BitrateAllocatorObserver*, int> allocation; in LowRateAllocation() 255 std::map<BitrateAllocatorObserver*, int> NormalRateAllocation( in NormalRateAllocation() 259 std::map<BitrateAllocatorObserver*, int> allocation; in NormalRateAllocation() 260 std::map<BitrateAllocatorObserver*, int> observers_capacities; in NormalRateAllocation() 296 std::map<BitrateAllocatorObserver*, int> MaxRateAllocation( in MaxRateAllocation() [all …]
|
D | bitrate_allocator_unittest.cc | 56 class TestBitrateObserver : public BitrateAllocatorObserver { 112 void AddObserver(BitrateAllocatorObserver* observer, in AddObserver() 304 void AddObserver(BitrateAllocatorObserver* observer, in AddObserver()
|
/external/webrtc/call/test/ |
D | mock_bitrate_allocator.h | 23 (BitrateAllocatorObserver*, MediaStreamAllocationConfig), 25 MOCK_METHOD(void, RemoveObserver, (BitrateAllocatorObserver*), (override)); 28 (BitrateAllocatorObserver*),
|
/external/webrtc/video/ |
D | video_send_stream_impl_unittest.cc | 188 .WillOnce(Invoke([&](BitrateAllocatorObserver*, in TEST_F() 244 .WillRepeatedly(Invoke([&](BitrateAllocatorObserver*, in TEST_F() 313 .WillRepeatedly(Invoke([&](BitrateAllocatorObserver*, in TEST_F() 374 .WillRepeatedly(Invoke([&](BitrateAllocatorObserver*, in TEST_F() 461 static_cast<BitrateAllocatorObserver*>(vss_impl.get()) in TEST_F() 471 static_cast<BitrateAllocatorObserver*>(vss_impl.get()) in TEST_F() 494 static_cast<BitrateAllocatorObserver*>(vss_impl.get()) in TEST_F() 553 static_cast<BitrateAllocatorObserver*>(vss_impl.get()) in TEST_F() 598 static_cast<BitrateAllocatorObserver*>(vss_impl.get()) in TEST_F() 727 static_cast<BitrateAllocatorObserver*>(vss_impl.get()) in TEST_F() [all …]
|
D | video_send_stream_impl.h | 69 class VideoSendStreamImpl : public webrtc::BitrateAllocatorObserver,
|
/external/webrtc/audio/ |
D | audio_send_stream.h | 56 public webrtc::BitrateAllocatorObserver {
|