Home
last modified time | relevance | path

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

/external/webrtc/webrtc/video/
Dsend_statistics_proxy.cc86 max_sent_width_per_timestamp_(0), in UmaSamplesContainer()
302 uma_container_->max_sent_width_per_timestamp_); in OnSendEncodedImage()
305 uma_container_->max_sent_width_per_timestamp_ = 0; in OnSendEncodedImage()
309 uma_container_->max_sent_width_per_timestamp_ = in OnSendEncodedImage()
310 std::max(uma_container_->max_sent_width_per_timestamp_, in OnSendEncodedImage()
Dsend_statistics_proxy.h151 int max_sent_width_per_timestamp_; member