Home
last modified time | relevance | path

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

/external/webrtc/webrtc/video/
Dsend_statistics_proxy.cc87 max_sent_height_per_timestamp_(0), in UmaSamplesContainer()
304 uma_container_->max_sent_height_per_timestamp_); in OnSendEncodedImage()
306 uma_container_->max_sent_height_per_timestamp_ = 0; in OnSendEncodedImage()
312 uma_container_->max_sent_height_per_timestamp_ = in OnSendEncodedImage()
313 std::max(uma_container_->max_sent_height_per_timestamp_, in OnSendEncodedImage()
Dsend_statistics_proxy.h152 int max_sent_height_per_timestamp_; member