Home
last modified time | relevance | path

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

/external/webrtc/video/
Dvideo_quality_observer2.cc69 smooth_playback_durations_.Add(last_frame_rendered_ms_ - in UpdateHistograms()
77 smooth_playback_durations_.Avg(kMinRequiredSamples); in UpdateHistograms()
176 smooth_playback_durations_.Add(last_frame_rendered_ms_ - in OnRenderedFrame()
196 smooth_playback_durations_.Add(last_frame_rendered_ms_ - in OnRenderedFrame()
Dvideo_quality_observer.cc65 smooth_playback_durations_.Add(last_frame_rendered_ms_ - in UpdateHistograms()
74 smooth_playback_durations_.Avg(kMinRequiredSamples); in UpdateHistograms()
171 smooth_playback_durations_.Add(last_frame_rendered_ms_ - in OnRenderedFrame()
191 smooth_playback_durations_.Add(last_frame_rendered_ms_ - in OnRenderedFrame()
Dvideo_quality_observer2.h82 rtc::SampleCounter smooth_playback_durations_; variable
Dvideo_quality_observer.h79 rtc::SampleCounter smooth_playback_durations_; variable