Home
last modified time | relevance | path

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

/external/webrtc/video/
Dreceive_statistics_proxy2.h187 QpCounters qp_counters_ RTC_GUARDED_BY(main_thread_);
Dreceive_statistics_proxy.h180 QpCounters qp_counters_ RTC_GUARDED_BY(decode_thread_);
Dsend_statistics_proxy.cc417 for (const auto& it : qp_counters_) { in UpdateHistograms()
995 uma_container_->qp_counters_[spatial_idx].vp8.Add(encoded_image.qp_); in OnSendEncodedImage()
998 uma_container_->qp_counters_[spatial_idx].vp9.Add(encoded_image.qp_); in OnSendEncodedImage()
1001 uma_container_->qp_counters_[spatial_idx].h264.Add(encoded_image.qp_); in OnSendEncodedImage()
Dsend_statistics_proxy.h374 qp_counters_; // QP counters mapped by spatial idx. member
Dreceive_statistics_proxy.cc232 absl::optional<int> qp = qp_counters_.vp8.Avg(kMinRequiredSamples); in UpdateHistograms()
893 qp_counters_.vp8.Add(qp); in OnPreDecode()
Dreceive_statistics_proxy2.cc251 absl::optional<int> qp = qp_counters_.vp8.Avg(kMinRequiredSamples); in UpdateHistograms()
1019 qp_counters_.vp8.Add(qp); in OnPreDecode()