Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/lib/
Dstreamer.h73 virtual std::shared_ptr<VideoSink> AddDisplay(const std::string& label,
Dstreamer.cpp90 std::shared_ptr<VideoSink> AddDisplay(const std::string& label, int width,
175 std::shared_ptr<VideoSink> StreamerImpl::AddDisplay(const std::string& label, in AddDisplay() function in cuttlefish::webrtc_streaming::__anon3b71a7a00111::StreamerImpl
432 client_handler->AddDisplay(video_track, label); in CreateClientHandler()
Dclient_handler.h48 bool AddDisplay(rtc::scoped_refptr<webrtc::VideoTrackInterface> track,
Dclient_handler.cpp305 bool ClientHandler::AddDisplay( in AddDisplay() function in cuttlefish::webrtc_streaming::ClientHandler
/device/google/cuttlefish/host/frontend/webrtc/
Dmain.cpp96 auto display_0 = streamer->AddDisplay( in main()