Searched refs:max_bitrate_kbps (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/modules/video_coding/utility/ |
D | simulcast_rate_allocator.cc | 228 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 …]
|
D | simulcast_rate_allocator.h | 49 int max_bitrate_kbps, 53 int max_bitrate_kbps,
|
/external/webrtc/rtc_base/experiments/ |
D | quality_rampup_experiment.cc | 48 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()
|
D | quality_rampup_experiment.h | 30 void SetMaxBitrate(int pixels, uint32_t max_bitrate_kbps);
|
/external/webrtc/media/engine/ |
D | webrtc_voice_engine_unittest.cc | 489 const char* max_bitrate_kbps, in SetSendCodecsShouldWorkForBitrates() argument 497 codecs[0].params[cricket::kCodecParamMaxBitrate] = max_bitrate_kbps; in SetSendCodecsShouldWorkForBitrates()
|
D | webrtc_video_engine_unittest.cc | 2474 const char* max_bitrate_kbps, in SetSendCodecsShouldWorkForBitrates() argument 2484 codecs[0].params[kCodecParamMaxBitrate] = max_bitrate_kbps; in SetSendCodecsShouldWorkForBitrates()
|