Home
last modified time | relevance | path

Searched refs:timed_out_ (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/video/
Dvideo_send_stream_impl.cc211 timed_out_(false), in VideoSendStreamImpl()
371 timed_out_ = false; in StartupVideoSendStream()
376 if (!timed_out_) { in StartupVideoSendStream()
379 timed_out_ = true; in StartupVideoSendStream()
381 } else if (timed_out_) { in StartupVideoSendStream()
383 timed_out_ = false; in StartupVideoSendStream()
Dvideo_send_stream_impl.h162 bool timed_out_ RTC_GUARDED_BY(worker_queue_);
/external/webrtc/modules/video_coding/
Dnack_module2_unittest.cc58 if (timed_out_) { in WaitForSendNack()
68 timed_out_ = true; in WaitForSendNack()
75 if (timed_out_) in WaitForSendNack()
99 bool timed_out_ = false; member in webrtc::TestNackModule2