Home
last modified time | relevance | path

Searched refs:video_feedback_stub (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/protocol/
H A Dhost_video_dispatcher.h23 void set_video_feedback_stub(VideoFeedbackStub* video_feedback_stub) { in set_video_feedback_stub() argument
24 video_feedback_stub_ = video_feedback_stub; in set_video_feedback_stub()
H A Dfake_connection_to_client.cc60 video_feedback_stub_ = pump->video_feedback_stub(); in StartVideoStream()
H A Dfake_connection_to_client.h89 VideoFeedbackStub* video_feedback_stub() { return video_feedback_stub_; } in video_feedback_stub() function
H A Dvideo_frame_pump.h91 protocol::VideoFeedbackStub* video_feedback_stub() { in video_feedback_stub() function
H A Dice_connection_to_client.cc104 video_dispatcher_->set_video_feedback_stub(pump->video_feedback_stub()); in StartVideoStream()
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/test/
H A Dfake_connection_event_logger.cc313 connection_->video_feedback_stub()) { in ProcessVideoPacket()
316 connection_->video_feedback_stub()->ProcessVideoAck(std::move(ack)); in ProcessVideoPacket()