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

  /external/chromium_org/media/cast/receiver/
frame_receiver.h 88 // Clears the |is_waiting_for_consecutive_frame_| flag and invokes
169 bool is_waiting_for_consecutive_frame_; member in class:media::cast::FrameReceiver
frame_receiver.cc 50 is_waiting_for_consecutive_frame_(false),
225 if (!is_waiting_for_consecutive_frame_) {
226 is_waiting_for_consecutive_frame_ = true;
275 DCHECK(is_waiting_for_consecutive_frame_);
276 is_waiting_for_consecutive_frame_ = false;

Completed in 557 milliseconds