Home
last modified time | relevance | path

Searched refs:BitrateAllocatorObserver (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/call/
Dbitrate_allocator.h34 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;
Dbitrate_allocator.cc82 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 …]
Dbitrate_allocator_unittest.cc56 class TestBitrateObserver : public BitrateAllocatorObserver {
112 void AddObserver(BitrateAllocatorObserver* observer, in AddObserver()
304 void AddObserver(BitrateAllocatorObserver* observer, in AddObserver()
/external/webrtc/call/test/
Dmock_bitrate_allocator.h23 (BitrateAllocatorObserver*, MediaStreamAllocationConfig),
25 MOCK_METHOD(void, RemoveObserver, (BitrateAllocatorObserver*), (override));
28 (BitrateAllocatorObserver*),
/external/webrtc/video/
Dvideo_send_stream_impl_unittest.cc188 .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 …]
Dvideo_send_stream_impl.h69 class VideoSendStreamImpl : public webrtc::BitrateAllocatorObserver,
/external/webrtc/audio/
Daudio_send_stream.h56 public webrtc::BitrateAllocatorObserver {