Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dlocal_recorder.cpp51 CHECK(!encoder_running_) << "LocalRecorder::Display destroyed before calling Stop()"; in ~Display()
75 std::atomic_bool encoder_running_ = true; member in cuttlefish::webrtc_streaming::LocalRecorder::Display
183 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()