Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dstreamer.cpp244 std::shared_ptr<VideoSink> Streamer::AddDisplay(const std::string& label, in AddDisplay() function in cuttlefish::webrtc_streaming::Streamer
263 client->AddDisplay(video_track, label); in AddDisplay()
657 client_handler->AddDisplay(video_track, label); in CreateClientHandler()
Dlocal_recorder.h37 void AddDisplay(const std::string& name, size_t width, size_t height,
Dstreamer.h85 std::shared_ptr<VideoSink> AddDisplay(const std::string& label, int width,
Drecording_manager.cpp125 local_recorder->AddDisplay(label, existing_source->second->width_, in StartSingleRecorder()
Dclient_handler.h65 bool AddDisplay(rtc::scoped_refptr<webrtc::VideoTrackInterface> track,
Dclient_handler.cpp106 bool ClientHandler::AddDisplay( in AddDisplay() function in cuttlefish::webrtc_streaming::ClientHandler
Dlocal_recorder.cpp120 void LocalRecorder::AddDisplay( in AddDisplay() function in cuttlefish::webrtc_streaming::LocalRecorder
/device/google/cuttlefish/host/frontend/webrtc/
Ddisplay_handler.cpp51 auto display = streamer_.AddDisplay(display_id, e.display_width, in DisplayHandler()