Searched refs:BitrateAllocationUpdate (Results 1 – 24 of 24) sorted by relevance
/external/webrtc/audio/ |
D | audio_send_stream_unittest.cc | 591 Field(&BitrateAllocationUpdate::target_bitrate, in TEST() 593 BitrateAllocationUpdate update; in TEST() 612 &BitrateAllocationUpdate::target_bitrate, in TEST() 614 BitrateAllocationUpdate update; in TEST() 631 OnBitrateAllocation(Field(&BitrateAllocationUpdate::target_bitrate, in TEST() 633 BitrateAllocationUpdate update; in TEST() 649 OnBitrateAllocation(Field(&BitrateAllocationUpdate::target_bitrate, in TEST() 651 BitrateAllocationUpdate update; in TEST() 673 &BitrateAllocationUpdate::target_bitrate, Eq(bitrate)))); in TEST() 674 BitrateAllocationUpdate update; in TEST() [all …]
|
D | channel_send.h | 93 virtual void OnBitrateAllocation(BitrateAllocationUpdate update) = 0;
|
D | mock_voe_channel_proxy.h | 144 (BitrateAllocationUpdate update),
|
D | audio_send_stream.h | 98 uint32_t OnBitrateUpdated(BitrateAllocationUpdate update) override;
|
D | channel_send.cc | 98 void OnBitrateAllocation(BitrateAllocationUpdate update) override; 603 void ChannelSend::OnBitrateAllocation(BitrateAllocationUpdate update) { in OnBitrateAllocation()
|
D | audio_send_stream.cc | 521 uint32_t AudioSendStream::OnBitrateUpdated(BitrateAllocationUpdate update) { in OnBitrateUpdated()
|
/external/webrtc/api/call/ |
D | bitrate_allocation.h | 21 struct BitrateAllocationUpdate { struct
|
/external/webrtc/call/ |
D | rtp_video_sender_interface.h | 53 virtual void OnBitrateUpdated(BitrateAllocationUpdate update,
|
D | bitrate_allocator.cc | 406 BitrateAllocationUpdate update; in OnNetworkEstimateChanged() 472 BitrateAllocationUpdate update; in AddObserver() 489 BitrateAllocationUpdate update; in AddObserver()
|
D | bitrate_allocator.h | 38 virtual uint32_t OnBitrateUpdated(BitrateAllocationUpdate update) = 0;
|
D | rtp_video_sender.h | 146 void OnBitrateUpdated(BitrateAllocationUpdate update, int framerate)
|
D | rtp_video_sender_unittest.cc | 808 BitrateAllocationUpdate update; in TEST() 819 BitrateAllocationUpdate update; in TEST()
|
D | rtp_video_sender.cc | 750 void RtpVideoSender::OnBitrateUpdated(BitrateAllocationUpdate update, in OnBitrateUpdated()
|
D | bitrate_allocator_unittest.cc | 69 uint32_t OnBitrateUpdated(BitrateAllocationUpdate update) override { in OnBitrateUpdated()
|
/external/webrtc/video/ |
D | video_send_stream_impl_unittest.cc | 37 bool operator==(const BitrateAllocationUpdate& a, in operator ==() 38 const BitrateAllocationUpdate& b) { in operator ==() 92 (BitrateAllocationUpdate, int), 105 BitrateAllocationUpdate CreateAllocation(int bitrate_bps) { in CreateAllocation() 106 BitrateAllocationUpdate update; in CreateAllocation() 716 BitrateAllocationUpdate update; in TEST_F()
|
D | video_send_stream_impl.h | 114 uint32_t OnBitrateUpdated(BitrateAllocationUpdate update) override;
|
D | video_send_stream_impl.cc | 622 uint32_t VideoSendStreamImpl::OnBitrateUpdated(BitrateAllocationUpdate update) { in OnBitrateUpdated()
|
/external/webrtc/modules/audio_coding/codecs/isac/ |
D | audio_encoder_isac_t.h | 57 void OnReceivedUplinkAllocation(BitrateAllocationUpdate update) override;
|
D | audio_encoder_isac_t_impl.h | 114 BitrateAllocationUpdate update) { in OnReceivedUplinkAllocation()
|
/external/webrtc/api/audio_codecs/ |
D | audio_encoder.cc | 97 void AudioEncoder::OnReceivedUplinkAllocation(BitrateAllocationUpdate update) { in OnReceivedUplinkAllocation()
|
D | audio_encoder.h | 226 virtual void OnReceivedUplinkAllocation(BitrateAllocationUpdate update);
|
/external/webrtc/modules/audio_coding/codecs/opus/ |
D | audio_encoder_opus.h | 91 void OnReceivedUplinkAllocation(BitrateAllocationUpdate update) override;
|
D | audio_encoder_opus.cc | 541 BitrateAllocationUpdate update) { in OnReceivedUplinkAllocation()
|
D | audio_encoder_opus_unittest.cc | 289 BitrateAllocationUpdate update; in TEST_P()
|