Searched refs:AddDisplay (Results 1 – 8 of 8) sorted by relevance
/device/google/cuttlefish/host/frontend/webrtc/libdevice/ |
D | streamer.cpp | 244 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()
|
D | local_recorder.h | 37 void AddDisplay(const std::string& name, size_t width, size_t height,
|
D | streamer.h | 85 std::shared_ptr<VideoSink> AddDisplay(const std::string& label, int width,
|
D | recording_manager.cpp | 125 local_recorder->AddDisplay(label, existing_source->second->width_, in StartSingleRecorder()
|
D | client_handler.h | 65 bool AddDisplay(rtc::scoped_refptr<webrtc::VideoTrackInterface> track,
|
D | client_handler.cpp | 106 bool ClientHandler::AddDisplay( in AddDisplay() function in cuttlefish::webrtc_streaming::ClientHandler
|
D | local_recorder.cpp | 120 void LocalRecorder::AddDisplay( in AddDisplay() function in cuttlefish::webrtc_streaming::LocalRecorder
|
/device/google/cuttlefish/host/frontend/webrtc/ |
D | display_handler.cpp | 51 auto display = streamer_.AddDisplay(display_id, e.display_width, in DisplayHandler()
|