Home
last modified time | relevance | path

Searched refs:BitrateAllocationUpdate (Results 1 – 24 of 24) sorted by relevance

/external/webrtc/audio/
Daudio_send_stream_unittest.cc591 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 …]
Dchannel_send.h93 virtual void OnBitrateAllocation(BitrateAllocationUpdate update) = 0;
Dmock_voe_channel_proxy.h144 (BitrateAllocationUpdate update),
Daudio_send_stream.h98 uint32_t OnBitrateUpdated(BitrateAllocationUpdate update) override;
Dchannel_send.cc98 void OnBitrateAllocation(BitrateAllocationUpdate update) override;
603 void ChannelSend::OnBitrateAllocation(BitrateAllocationUpdate update) { in OnBitrateAllocation()
Daudio_send_stream.cc521 uint32_t AudioSendStream::OnBitrateUpdated(BitrateAllocationUpdate update) { in OnBitrateUpdated()
/external/webrtc/api/call/
Dbitrate_allocation.h21 struct BitrateAllocationUpdate { struct
/external/webrtc/call/
Drtp_video_sender_interface.h53 virtual void OnBitrateUpdated(BitrateAllocationUpdate update,
Dbitrate_allocator.cc406 BitrateAllocationUpdate update; in OnNetworkEstimateChanged()
472 BitrateAllocationUpdate update; in AddObserver()
489 BitrateAllocationUpdate update; in AddObserver()
Dbitrate_allocator.h38 virtual uint32_t OnBitrateUpdated(BitrateAllocationUpdate update) = 0;
Drtp_video_sender.h146 void OnBitrateUpdated(BitrateAllocationUpdate update, int framerate)
Drtp_video_sender_unittest.cc808 BitrateAllocationUpdate update; in TEST()
819 BitrateAllocationUpdate update; in TEST()
Drtp_video_sender.cc750 void RtpVideoSender::OnBitrateUpdated(BitrateAllocationUpdate update, in OnBitrateUpdated()
Dbitrate_allocator_unittest.cc69 uint32_t OnBitrateUpdated(BitrateAllocationUpdate update) override { in OnBitrateUpdated()
/external/webrtc/video/
Dvideo_send_stream_impl_unittest.cc37 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()
Dvideo_send_stream_impl.h114 uint32_t OnBitrateUpdated(BitrateAllocationUpdate update) override;
Dvideo_send_stream_impl.cc622 uint32_t VideoSendStreamImpl::OnBitrateUpdated(BitrateAllocationUpdate update) { in OnBitrateUpdated()
/external/webrtc/modules/audio_coding/codecs/isac/
Daudio_encoder_isac_t.h57 void OnReceivedUplinkAllocation(BitrateAllocationUpdate update) override;
Daudio_encoder_isac_t_impl.h114 BitrateAllocationUpdate update) { in OnReceivedUplinkAllocation()
/external/webrtc/api/audio_codecs/
Daudio_encoder.cc97 void AudioEncoder::OnReceivedUplinkAllocation(BitrateAllocationUpdate update) { in OnReceivedUplinkAllocation()
Daudio_encoder.h226 virtual void OnReceivedUplinkAllocation(BitrateAllocationUpdate update);
/external/webrtc/modules/audio_coding/codecs/opus/
Daudio_encoder_opus.h91 void OnReceivedUplinkAllocation(BitrateAllocationUpdate update) override;
Daudio_encoder_opus.cc541 BitrateAllocationUpdate update) { in OnReceivedUplinkAllocation()
Daudio_encoder_opus_unittest.cc289 BitrateAllocationUpdate update; in TEST_P()