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

  /external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule.cc 68 next_frame_time_(0),
671 next_frame_time_ = rtc::Time();
686 next_frame_time_ += kTimePerFrameMs;
689 (next_frame_time_ > current_time) ? next_frame_time_ - current_time : 0;
fakeaudiocapturemodule.h 261 // next_frame_time_ is updated in a non-drifting manner to indicate the next
263 // ensures that next_frame_time_ can be initialized properly on first call.
265 uint32_t next_frame_time_; member in class:FakeAudioCaptureModule

Completed in 1306 milliseconds