Home
last modified time | relevance | path

Searched refs:encode_time (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/test/scenario/
Dperformance_stats.h94 SampleStats<TimeDelta> encode_time; member
Dstats_collection.cc160 stats_.encode_time.AddSampleMs(sample.avg_encode_time_ms); in AddStats()
/external/webrtc/video/adaptation/
Doveruse_frame_detector.cc270 void AddSample(double encode_time, double diff_time) { in AddSample() argument
287 load_estimate_ = c * encode_time + exp(-e) * load_estimate_; in AddSample()