Searched refs:encode_time (Results 1 – 3 of 3) sorted by relevance
94 SampleStats<TimeDelta> encode_time; member
160 stats_.encode_time.AddSampleMs(sample.avg_encode_time_ms); in AddStats()
270 void AddSample(double encode_time, double diff_time) { in AddSample() argument287 load_estimate_ = c * encode_time + exp(-e) * load_estimate_; in AddSample()