Home
last modified time | relevance | path

Searched refs:bandwidth_allocation (Results 1 – 25 of 54) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/api/video_codecs/
H A Dvideo_encoder.cc251 bandwidth_allocation(DataRate::Zero()) {} in RateControlParameters()
258 bandwidth_allocation(DataRate::BitsPerSec(bitrate.get_sum_bps())) {} in RateControlParameters()
263 DataRate bandwidth_allocation) in RateControlParameters() argument
266 bandwidth_allocation(bandwidth_allocation) {} in RateControlParameters()
270 return std::tie(bitrate, framerate_fps, bandwidth_allocation) == in operator ==()
271 std::tie(rhs.bitrate, rhs.framerate_fps, rhs.bandwidth_allocation); in operator ==()
H A Dvideo_encoder.h258 DataRate bandwidth_allocation);
272 DataRate bandwidth_allocation; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/api/video_codecs/
H A Dvideo_encoder.cc263 bandwidth_allocation(DataRate::Zero()) {} in RateControlParameters()
270 bandwidth_allocation(DataRate::BitsPerSec(bitrate.get_sum_bps())) {} in RateControlParameters()
275 DataRate bandwidth_allocation) in RateControlParameters() argument
278 bandwidth_allocation(bandwidth_allocation) {} in RateControlParameters()
282 return std::tie(bitrate, framerate_fps, bandwidth_allocation) == in operator ==()
283 std::tie(rhs.bitrate, rhs.framerate_fps, rhs.bandwidth_allocation); in operator ==()
H A Dvideo_encoder.h271 DataRate bandwidth_allocation);
288 DataRate bandwidth_allocation; member
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/api/video_codecs/
H A Dvideo_encoder.cc254 bandwidth_allocation(DataRate::Zero()) {} in RateControlParameters()
261 bandwidth_allocation(DataRate::BitsPerSec(bitrate.get_sum_bps())) {} in RateControlParameters()
266 DataRate bandwidth_allocation) in RateControlParameters() argument
269 bandwidth_allocation(bandwidth_allocation) {} in RateControlParameters()
273 return std::tie(bitrate, framerate_fps, bandwidth_allocation) == in operator ==()
274 std::tie(rhs.bitrate, rhs.framerate_fps, rhs.bandwidth_allocation); in operator ==()
H A Dvideo_encoder.h265 DataRate bandwidth_allocation);
279 DataRate bandwidth_allocation; member
/dports/net-im/tg_owt/tg_owt-d578c76/src/api/video_codecs/
H A Dvideo_encoder.cc280 bandwidth_allocation(DataRate::Zero()) {} in RateControlParameters()
287 bandwidth_allocation(DataRate::BitsPerSec(bitrate.get_sum_bps())) {} in RateControlParameters()
292 DataRate bandwidth_allocation) in RateControlParameters() argument
295 bandwidth_allocation(bandwidth_allocation) {} in RateControlParameters()
299 return std::tie(bitrate, framerate_fps, bandwidth_allocation) == in operator ==()
300 std::tie(rhs.bitrate, rhs.framerate_fps, rhs.bandwidth_allocation); in operator ==()
H A Dvideo_encoder.h271 DataRate bandwidth_allocation);
288 DataRate bandwidth_allocation; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/media/engine/
H A Dsimulcast_encoder_adapter.cc516 if (!parameters.bandwidth_allocation.IsZero() && in SetRates()
518 stream_parameters.bandwidth_allocation = in SetRates()
519 DataRate::BitsPerSec((parameters.bandwidth_allocation.bps() * in SetRates()
523 if (stream_parameters.bandwidth_allocation.bps() < in SetRates()
525 stream_parameters.bandwidth_allocation = in SetRates()
H A Dsimulcast_encoder_adapter_unittest.cc1334 const DataRate bandwidth_allocation = in TEST_F() local
1345 30.0, bandwidth_allocation)); in TEST_F()
1361 (layer_bitrate_bps * bandwidth_allocation.bps()) / target_bitrate.bps(), in TEST_F()
1362 encoders[i]->last_set_rates().bandwidth_allocation.bps()) in TEST_F()
1380 rate_params.bandwidth_allocation = DataRate::KilobitsPerSec(600); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/media/engine/
H A Dsimulcast_encoder_adapter.cc511 if (!parameters.bandwidth_allocation.IsZero() && in SetRates()
513 stream_parameters.bandwidth_allocation = in SetRates()
514 DataRate::BitsPerSec((parameters.bandwidth_allocation.bps() * in SetRates()
518 if (stream_parameters.bandwidth_allocation.bps() < in SetRates()
520 stream_parameters.bandwidth_allocation = in SetRates()
H A Dsimulcast_encoder_adapter_unittest.cc1354 const DataRate bandwidth_allocation = in TEST_F() local
1365 30.0, bandwidth_allocation)); in TEST_F()
1381 (layer_bitrate_bps * bandwidth_allocation.bps()) / target_bitrate.bps(), in TEST_F()
1382 encoders[i]->last_set_rates().bandwidth_allocation.bps()) in TEST_F()
1400 rate_params.bandwidth_allocation = DataRate::KilobitsPerSec(600); in TEST_F()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/media/engine/
H A Dsimulcast_encoder_adapter.cc515 if (!parameters.bandwidth_allocation.IsZero() && in SetRates()
517 stream_parameters.bandwidth_allocation = in SetRates()
518 DataRate::BitsPerSec((parameters.bandwidth_allocation.bps() * in SetRates()
522 if (stream_parameters.bandwidth_allocation.bps() < in SetRates()
524 stream_parameters.bandwidth_allocation = in SetRates()
H A Dsimulcast_encoder_adapter_unittest.cc1354 const DataRate bandwidth_allocation = in TEST_F() local
1365 30.0, bandwidth_allocation)); in TEST_F()
1381 (layer_bitrate_bps * bandwidth_allocation.bps()) / target_bitrate.bps(), in TEST_F()
1382 encoders[i]->last_set_rates().bandwidth_allocation.bps()) in TEST_F()
1400 rate_params.bandwidth_allocation = DataRate::KilobitsPerSec(600); in TEST_F()
/dports/net-im/tg_owt/tg_owt-d578c76/src/media/engine/
H A Dsimulcast_encoder_adapter.cc617 if (!parameters.bandwidth_allocation.IsZero() && in SetRates()
619 stream_parameters.bandwidth_allocation = in SetRates()
620 DataRate::BitsPerSec((parameters.bandwidth_allocation.bps() * in SetRates()
624 if (stream_parameters.bandwidth_allocation.bps() < in SetRates()
626 stream_parameters.bandwidth_allocation = in SetRates()
H A Dsimulcast_encoder_adapter_unittest.cc1428 const DataRate bandwidth_allocation = in TEST_F() local
1439 30.0, bandwidth_allocation)); in TEST_F()
1455 (layer_bitrate_bps * bandwidth_allocation.bps()) / target_bitrate.bps(), in TEST_F()
1456 encoders[i]->last_set_rates().bandwidth_allocation.bps()) in TEST_F()
1474 rate_params.bandwidth_allocation = DataRate::KilobitsPerSec(600); in TEST_F()
/dports/net-im/tg_owt/tg_owt-d578c76/src/video/adaptation/
H A Dvideo_stream_encoder_resource_manager.cc131 void SetBandwidthAllocation(DataRate bandwidth_allocation) { in SetBandwidthAllocation() argument
132 bandwidth_allocation_ = bandwidth_allocation; in SetBandwidthAllocation()
428 encoder_rates.bandwidth_allocation); in SetEncoderRates()
491 ? encoder_rates_->bandwidth_allocation in OnMaybeEncodeFrame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/video_coding/codecs/vp8/test/
H A Dvp8_impl_unittest.cc210 rate_settings.bandwidth_allocation = DataRate::BitsPerSec(kBitrateBps); in TEST_F()
225 rate_settings.bandwidth_allocation = DataRate::BitsPerSec(kBitrateBps * 2); in TEST_F()
239 rate_settings.bandwidth_allocation = in TEST_F()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/video_coding/codecs/vp8/test/
H A Dvp8_impl_unittest.cc210 rate_settings.bandwidth_allocation = DataRate::BitsPerSec(kBitrateBps); in TEST_F()
225 rate_settings.bandwidth_allocation = DataRate::BitsPerSec(kBitrateBps * 2); in TEST_F()
239 rate_settings.bandwidth_allocation = in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/video/
H A Dvideo_stream_encoder.cc183 DataRate bandwidth_allocation, in EncoderRateSettings() argument
186 : rate_control(bitrate, framerate_fps, bandwidth_allocation), in EncoderRateSettings()
904 new_rate_settings.rate_control.bandwidth_allocation = in UpdateBitrateAllocationAndNotifyObserver()
905 std::max(new_rate_settings.rate_control.bandwidth_allocation, in UpdateBitrateAllocationAndNotifyObserver()
H A Dencoder_bitrate_adjuster.cc189 available_headroom = rates.bandwidth_allocation - in AdjustRateAllocation()
H A Dvideo_stream_encoder.h133 DataRate bandwidth_allocation,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/video_coding/codecs/multiplex/
H A Dmultiplex_encoder_adapter.cc244 parameters.bandwidth_allocation - in SetRates()
/dports/net-im/tg_owt/tg_owt-d578c76/src/video/
H A Dvideo_stream_encoder.h154 DataRate bandwidth_allocation,
H A Dencoder_bitrate_adjuster.cc189 available_headroom = rates.bandwidth_allocation - in AdjustRateAllocation()

123