HomeSort by relevance Sort by last modified time
    Searched refs:video_stub_ (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/remoting/host/
mouse_clamping_filter.h 25 video_stub_ = video_stub;
36 protocol::VideoStub* video_stub_; member in class:remoting::MouseClampingFilter
mouse_clamping_filter.cc 15 video_stub_(NULL) {
34 video_stub_->ProcessVideoPacket(video_packet.Pass(), done);
video_scheduler_unittest.cc 91 MockVideoStub video_stub_; member in class:remoting::VideoSchedulerTest
126 &video_stub_);
173 EXPECT_CALL(video_stub_, ProcessVideoPacketPtr(_, _))
178 EXPECT_CALL(video_stub_, ProcessVideoPacketPtr(_, _))
video_scheduler.cc 48 video_stub_(video_stub),
58 DCHECK(video_stub_);
125 video_stub_ = NULL;
249 if (!video_stub_)
252 video_stub_->ProcessVideoPacket(
259 if (!video_stub_)
video_scheduler.h 141 // Callback passed to |video_stub_| for the last packet in each frame, to
171 protocol::VideoStub* video_stub_; member in class:remoting::VideoScheduler
client_session_unittest.cc 110 MockVideoStub video_stub_; member in class:remoting::ClientSessionTest
155 EXPECT_CALL(*connection, video_stub()).WillRepeatedly(Return(&video_stub_));
257 EXPECT_CALL(video_stub_, ProcessVideoPacketPtr(_, _))
340 EXPECT_CALL(video_stub_, ProcessVideoPacketPtr(_, _))
395 EXPECT_CALL(video_stub_, ProcessVideoPacketPtr(_, _))
452 EXPECT_CALL(video_stub_, ProcessVideoPacketPtr(_, _))
510 EXPECT_CALL(video_stub_, ProcessVideoPacketPtr(_, _))
  /external/chromium_org/remoting/protocol/
protobuf_video_reader.cc 20 video_stub_(NULL) {
33 video_stub_ = video_stub;
59 video_stub_->ProcessVideoPacket(packet.Pass(), done_task);
protobuf_video_reader.h 49 VideoStub* video_stub_; member in class:remoting::protocol::ProtobufVideoReader
connection_to_host.cc 36 video_stub_(NULL),
83 video_stub_ = video_stub;
176 video_reader_->Init(session_.get(), video_stub_, base::Bind(
connection_to_host.h 152 VideoStub* video_stub_; member in class:remoting::protocol::ConnectionToHost

Completed in 349 milliseconds