Searched refs:encoder_running_ (Results 1 – 1 of 1) sorted by relevance
51 CHECK(!encoder_running_) << "LocalRecorder::Display destroyed before calling Stop()"; in ~Display()75 std::atomic_bool encoder_running_ = true; member in cuttlefish::webrtc_streaming::LocalRecorder::Display183 display->encoder_running_ = true; in AddDisplay()217 while (encoder_running_) { in EncoderLoop()221 while (encode_queue_.size() == 0 && encoder_running_) { in EncoderLoop()224 if (!encoder_running_) { in EncoderLoop()261 encoder_running_ = false; in Stop()