Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/
Dvideoprocessor_integrationtest.cc120 float per_frame_bandwidth_[3]; member in webrtc::VideoProcessorIntegrationTest
220 per_frame_bandwidth_[i] = static_cast<float>(bit_rate_layer_[i]) / in ResetRateControlMetrics()
230 target_size_key_frame_ = 0.5 * (3 + max_key_size) * per_frame_bandwidth_[0]; in ResetRateControlMetrics()
250 per_frame_bandwidth_[layer_]) / in UpdateRateControlMetrics()
251 per_frame_bandwidth_[layer_]; in UpdateRateControlMetrics()
322 bit_rate_layer_[i], frame_rate_layer_[i], per_frame_bandwidth_[i], in VerifyRateControl()
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
Dqm_select.cc188 per_frame_bandwidth_ = 0.0f; in Reset()
227 per_frame_bandwidth_ = target_bitrate_ / user_framerate; in Initialize()
252 buffer_level_ += per_frame_bandwidth_ - encoded_size_kbits; in UpdateEncodedSize()
292 per_frame_bandwidth_ = 0.0f; in UpdateRates()
294 per_frame_bandwidth_ = target_bitrate_ / incoming_framerate_; in UpdateRates()
Dqm_select.h307 float per_frame_bandwidth_; variable