Searched refs:AddDisplay (Results 1 – 7 of 7) sorted by relevance
37 void AddDisplay(
232 std::shared_ptr<VideoSink> Streamer::AddDisplay(const std::string& label, in AddDisplay() function in cuttlefish::webrtc_streaming::Streamer333 recorder.AddDisplay(display.width, display.height, source_shared); in RecordDisplays()641 client_handler->AddDisplay(video_track, label); in CreateClientHandler()
75 std::shared_ptr<VideoSink> AddDisplay(const std::string& label, int width,
58 bool AddDisplay(rtc::scoped_refptr<webrtc::VideoTrackInterface> track,
119 void LocalRecorder::AddDisplay( in AddDisplay() function in cuttlefish::webrtc_streaming::LocalRecorder
508 bool ClientHandler::AddDisplay( in AddDisplay() function in cuttlefish::webrtc_streaming::ClientHandler
255 streamer->AddDisplay(display_id, display_config.width, in main()