OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_process_time_
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/test/
fake_network_pipe.h
87
int64_t
next_process_time_
;
member in class:webrtc::FakeNetworkPipe
fake_network_pipe.cc
81
next_process_time_
(clock_->TimeInMilliseconds()) {}
182
if (packet->arrival_time() <
next_process_time_
)
183
next_process_time_
= packet->arrival_time();
215
return std::max<int64_t>(
next_process_time_
- clock_->TimeInMilliseconds(),
/external/webrtc/webrtc/video/
overuse_frame_detector.cc
178
next_process_time_
(clock_->TimeInMilliseconds()),
217
return
next_process_time_
- clock_->TimeInMilliseconds();
286
if (now <
next_process_time_
)
289
next_process_time_
= now + kProcessIntervalMs;
overuse_frame_detector.h
142
int64_t
next_process_time_
;
member in class:webrtc::OveruseFrameDetector
Completed in 684 milliseconds