Searched refs:qp_counters_ (Results 1 – 6 of 6) sorted by relevance
187 QpCounters qp_counters_ RTC_GUARDED_BY(main_thread_);
180 QpCounters qp_counters_ RTC_GUARDED_BY(decode_thread_);
417 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()
374 qp_counters_; // QP counters mapped by spatial idx. member
232 absl::optional<int> qp = qp_counters_.vp8.Avg(kMinRequiredSamples); in UpdateHistograms()893 qp_counters_.vp8.Add(qp); in OnPreDecode()
251 absl::optional<int> qp = qp_counters_.vp8.Avg(kMinRequiredSamples); in UpdateHistograms()1019 qp_counters_.vp8.Add(qp); in OnPreDecode()