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

  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
overuse_detector.h 37 struct FrameSample {
38 FrameSample()
60 void TimeDeltas(const FrameSample& current_frame,
61 const FrameSample& prev_frame,
76 FrameSample current_frame_;
77 FrameSample prev_frame_;
overuse_detector.cc 115 void OveruseDetector::TimeDeltas(const FrameSample& current_frame,
116 const FrameSample& prev_frame,
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
jitter_estimate_test.h 63 class FrameSample
66 FrameSample() {FrameSample(0, 0, 0, false, false);}
67 FrameSample(unsigned int ts, int64_t wallClk, unsigned int fs, bool _keyFrame, bool _resent):
81 FrameSample GenerateFrameSample();

Completed in 1030 milliseconds