Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/lib/
Dlocal_recorder.h37 void AddDisplay(
Dstreamer.cpp232 std::shared_ptr<VideoSink> Streamer::AddDisplay(const std::string& label, in AddDisplay() function in cuttlefish::webrtc_streaming::Streamer
333 recorder.AddDisplay(display.width, display.height, source_shared); in RecordDisplays()
641 client_handler->AddDisplay(video_track, label); in CreateClientHandler()
Dstreamer.h75 std::shared_ptr<VideoSink> AddDisplay(const std::string& label, int width,
Dclient_handler.h58 bool AddDisplay(rtc::scoped_refptr<webrtc::VideoTrackInterface> track,
Dlocal_recorder.cpp119 void LocalRecorder::AddDisplay( in AddDisplay() function in cuttlefish::webrtc_streaming::LocalRecorder
Dclient_handler.cpp508 bool ClientHandler::AddDisplay( in AddDisplay() function in cuttlefish::webrtc_streaming::ClientHandler
/device/google/cuttlefish/host/frontend/webrtc/
Dmain.cpp255 streamer->AddDisplay(display_id, display_config.width, in main()