Home
last modified time | relevance | path

Searched defs:new_bitrate (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/webrtc/modules/congestion_controller/goog_cc/
H A Dsend_side_bandwidth_estimation.cc471 DataRate new_bitrate = in UpdateEstimate() local
486 DataRate new_bitrate = current_target_; in UpdateEstimate() local
521 DataRate new_bitrate = loss_based_bandwidth_estimator_v1_.Update( in UpdateEstimate() local
554 DataRate new_bitrate = DataRate::BitsPerSec( in UpdateEstimate() local
577 DataRate new_bitrate = DataRate::BitsPerSec( in UpdateEstimate() local
658 void SendSideBandwidthEstimation::UpdateTargetBitrate(DataRate new_bitrate, in UpdateTargetBitrate()
H A Dgoog_cc_network_control_unittest.cc301 DataRate new_bitrate = DataRate::BitsPerSec(200000); in TEST() local
/aosp_15_r20/external/webrtc/rtc_base/
H A Drate_statistics_unittest.cc106 absl::optional<uint32_t> new_bitrate = stats_.Rate(now_ms); in TEST_F() local
/aosp_15_r20/external/openscreen/cast/standalone_sender/
H A Dstreaming_vpx_encoder.cc114 void StreamingVpxEncoder::SetTargetBitrate(int new_bitrate) { in SetTargetBitrate()
H A Dstreaming_av1_encoder.cc104 void StreamingAv1Encoder::SetTargetBitrate(int new_bitrate) { in SetTargetBitrate()
/aosp_15_r20/external/crosvm/devices/src/virtio/video/encoder/
H A Dmod.rs1303 let mut new_bitrate = stream.dst_bitrate; in set_control() localVariable
1323 let new_bitrate = Bitrate::Vbr { in set_control() localVariable
/aosp_15_r20/external/webrtc/modules/remote_bitrate_estimator/
H A Daimd_rate_control.cc259 absl::optional<DataRate> new_bitrate; in ChangeBitrate() local
/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/opus/
H A Daudio_encoder_opus.cc741 const int new_bitrate = rtc::SafeClamp<int>( in SetTargetBitrate() local
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Drtcp_sender.cc898 absl::optional<VideoBitrateAllocation> new_bitrate = in SetVideoBitrateAllocation() local
/aosp_15_r20/external/libaom/av1/
H A Dav1_cx_iface.c2661 const int new_bitrate = CAST(AV1E_SET_BITRATE_ONE_PASS_CBR, args); in ctrl_set_bitrate_one_pass_cbr() local