Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/codecs/test/
Dvideoprocessor_integrationtest.cc125 float sum_encoded_frame_size_total_; member in webrtc::VideoProcessorIntegrationTest
251 sum_encoded_frame_size_total_ = 0.0f; in ResetRateControlMetrics()
284 sum_encoded_frame_size_total_ += encoded_size_kbits; in UpdateRateControlMetrics()
286 sum_encoded_frame_size_total_ * frame_rate_ / num_frames_total_; in UpdateRateControlMetrics()