Searched defs:video_stub (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/remoting/host/
H A Dmouse_clamping_filter.h10 #include "remoting/protocol/video_stub.h"
24 void set_video_stub(protocol::VideoStub* video_stub) { argument
25 video_stub_ = video_stub;
H A Dvideo_scheduler.cc23 #include "remoting/protocol/video_stub.h"
41 protocol::VideoStub* video_stub)
48 video_stub_(video_stub),
34 VideoScheduler( scoped_refptr<base::SingleThreadTaskRunner> capture_task_runner, scoped_refptr<base::SingleThreadTaskRunner> encode_task_runner, scoped_refptr<base::SingleThreadTaskRunner> network_task_runner, scoped_ptr<webrtc::ScreenCapturer> capturer, scoped_ptr<VideoEncoder> encoder, protocol::CursorShapeStub* cursor_stub, protocol::VideoStub* video_stub) argument
H A Dchromoting_host_unittest.cc146 ON_CALL(*connection1_, video_stub())
152 ON_CALL(*connection2_, video_stub())
158 EXPECT_CALL(*connection1_, video_stub())
164 EXPECT_CALL(*connection2_, video_stub())
331 MockVideoStub& video_stub = get_video_stub(connection_index); local
338 EXPECT_CALL(video_stub, ProcessVideoPacketPtr(_, _))
344 EXPECT_CALL(video_stub, ProcessVideoPacketPtr(_, _))
/external/chromium_org/remoting/protocol/
H A Dprotobuf_video_reader.cc29 VideoStub* video_stub,
33 video_stub_ = video_stub;
28 Init(protocol::Session* session, VideoStub* video_stub, const InitializedCallback& callback) argument
H A Dconnection_to_client.cc57 VideoStub* ConnectionToClient::video_stub() { function in class:remoting::protocol::ConnectionToClient
H A Dconnection_to_host.cc24 #include "remoting/protocol/video_stub.h"
77 VideoStub* video_stub,
83 video_stub_ = video_stub;
69 Connect(SignalStrategy* signal_strategy, const std::string& host_jid, const std::string& host_public_key, scoped_ptr<TransportFactory> transport_factory, scoped_ptr<Authenticator> authenticator, HostEventCallback* event_callback, ClientStub* client_stub, ClipboardStub* clipboard_stub, VideoStub* video_stub, AudioStub* audio_stub) argument

Completed in 234 milliseconds