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

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/tools/
bwe_rtp_play.cc 94 int64_t time_until_process_ms = rbe->TimeUntilNextProcess(); local
95 if (time_until_process_ms <= 0) {
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
packet_sender.cc 185 int64_t time_until_process_ms = TimeUntilNextProcess(modules_); local
192 std::min(time_until_feedback_ms, time_until_process_ms);
232 if (time_until_next_event_ms == time_until_process_ms) {

Completed in 222 milliseconds