Home
last modified time | relevance | path

Searched refs:per_frame_bandwidth_ (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/codecs/test/
Dvideoprocessor_integrationtest.cc121 float per_frame_bandwidth_[3]; member in webrtc::VideoProcessorIntegrationTest
239 per_frame_bandwidth_[i] = static_cast<float>(bit_rate_layer_[i]) / in ResetRateControlMetrics()
249 target_size_key_frame_ = 0.5 * (3 + max_key_size) * per_frame_bandwidth_[0]; in ResetRateControlMetrics()
268 fabs(encoded_size_kbits - per_frame_bandwidth_[layer_]) / in UpdateRateControlMetrics()
269 per_frame_bandwidth_[layer_]; in UpdateRateControlMetrics()
345 bit_rate_layer_[i], frame_rate_layer_[i], per_frame_bandwidth_[i], in VerifyRateControl()
/external/webrtc/webrtc/modules/video_coding/
Dqm_select.cc185 per_frame_bandwidth_ = 0.0f; in Reset()
224 per_frame_bandwidth_ = target_bitrate_ / user_framerate; in Initialize()
249 buffer_level_ += per_frame_bandwidth_ - encoded_size_kbits; in UpdateEncodedSize()
289 per_frame_bandwidth_ = 0.0f; in UpdateRates()
291 per_frame_bandwidth_ = target_bitrate_ / incoming_framerate_; in UpdateRates()
Dqm_select.h289 float per_frame_bandwidth_; variable