HomeSort by relevance Sort by last modified time
    Searched refs:encode_time_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/remoting/host/
capture_scheduler.cc 37 encode_time_(kStatisticsWindow) {
49 (capture_time_.Average() + encode_time_.Average()) /
62 encode_time_.Record(encode_time.InMilliseconds());
capture_scheduler.h 42 RunningAverage encode_time_; member in class:remoting::CaptureScheduler
  /external/chromium_org/third_party/webrtc/video_engine/
overuse_frame_detector.h 137 scoped_ptr<EncodeTimeAvg> encode_time_; member in class:webrtc::OveruseFrameDetector
overuse_frame_detector.cc 389 encode_time_(new EncodeTimeAvg()),
425 metrics->avg_encode_time_ms = encode_time_->Value();
487 encode_time_->AddEncodeSample(encode_time_ms, diff_ms);

Completed in 313 milliseconds