Home
last modified time | relevance | path

Searched refs:max_bitrate_kbps (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/modules/video_coding/utility/
Dsimulcast_rate_allocator.cc228 uint32_t max_bitrate_kbps; in DistributeAllocationToTemporalLayers() local
242 max_bitrate_kbps = in DistributeAllocationToTemporalLayers()
247 max_bitrate_kbps = codec_.maxBitrate; in DistributeAllocationToTemporalLayers()
249 max_bitrate_kbps = codec_.simulcastStream[simulcast_id].maxBitrate; in DistributeAllocationToTemporalLayers()
258 target_bitrate_kbps, max_bitrate_kbps, simulcast_id); in DistributeAllocationToTemporalLayers()
261 target_bitrate_kbps, max_bitrate_kbps, simulcast_id); in DistributeAllocationToTemporalLayers()
282 int max_bitrate_kbps, in DefaultTemporalLayerAllocation() argument
316 int max_bitrate_kbps, in ScreenshareTemporalLayerAllocation() argument
319 return DefaultTemporalLayerAllocation(bitrate_kbps, max_bitrate_kbps, in ScreenshareTemporalLayerAllocation()
324 if (max_bitrate_kbps > bitrate_kbps) in ScreenshareTemporalLayerAllocation()
[all …]
Dsimulcast_rate_allocator.h49 int max_bitrate_kbps,
53 int max_bitrate_kbps,
/external/webrtc/rtc_base/experiments/
Dquality_rampup_experiment.cc48 uint32_t max_bitrate_kbps) { in SetMaxBitrate() argument
49 if (!min_pixels_ || pixels < min_pixels_.Value() || max_bitrate_kbps == 0) { in SetMaxBitrate()
52 max_bitrate_kbps_ = std::max(max_bitrate_kbps_.value_or(0), max_bitrate_kbps); in SetMaxBitrate()
Dquality_rampup_experiment.h30 void SetMaxBitrate(int pixels, uint32_t max_bitrate_kbps);
/external/webrtc/media/engine/
Dwebrtc_voice_engine_unittest.cc489 const char* max_bitrate_kbps, in SetSendCodecsShouldWorkForBitrates() argument
497 codecs[0].params[cricket::kCodecParamMaxBitrate] = max_bitrate_kbps; in SetSendCodecsShouldWorkForBitrates()
Dwebrtc_video_engine_unittest.cc2474 const char* max_bitrate_kbps, in SetSendCodecsShouldWorkForBitrates() argument
2484 codecs[0].params[kCodecParamMaxBitrate] = max_bitrate_kbps; in SetSendCodecsShouldWorkForBitrates()