Home
last modified time | relevance | path

Searched refs:time_until_process_ms (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/tools/
Dbwe_rtp_play.cc94 int64_t time_until_process_ms = rbe->TimeUntilNextProcess(); in main() local
95 if (time_until_process_ms <= 0) { in main()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dpacket_sender.cc185 int64_t time_until_process_ms = TimeUntilNextProcess(modules_); in RunFor() local
192 std::min(time_until_feedback_ms, time_until_process_ms); in RunFor()
232 if (time_until_next_event_ms == time_until_process_ms) { in RunFor()