HomeSort by relevance Sort by last modified time
    Searched defs:video_stub_ (Results 1 - 6 of 6) 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
video_scheduler.h 142 // Callback passed to |video_stub_| for the last packet in each frame, to
172 protocol::VideoStub* video_stub_; member in class:remoting::VideoScheduler
video_scheduler_unittest.cc 90 MockVideoStub video_stub_; member in class:remoting::VideoSchedulerTest
125 &video_stub_);
173 EXPECT_CALL(video_stub_, ProcessVideoPacketPtr(_, _))
178 EXPECT_CALL(video_stub_, ProcessVideoPacketPtr(_, _))
client_session_unittest.cc 108 MockVideoStub video_stub_; member in class:remoting::ClientSessionTest
153 EXPECT_CALL(*connection, video_stub()).WillRepeatedly(Return(&video_stub_));
255 EXPECT_CALL(video_stub_, ProcessVideoPacketPtr(_, _))
338 EXPECT_CALL(video_stub_, ProcessVideoPacketPtr(_, _))
393 EXPECT_CALL(video_stub_, ProcessVideoPacketPtr(_, _))
450 EXPECT_CALL(video_stub_, ProcessVideoPacketPtr(_, _))
508 EXPECT_CALL(video_stub_, ProcessVideoPacketPtr(_, _))
  /external/chromium_org/remoting/protocol/
protobuf_video_reader.h 49 VideoStub* video_stub_; member in class:remoting::protocol::ProtobufVideoReader
connection_to_host.h 152 VideoStub* video_stub_; member in class:remoting::protocol::ConnectionToHost

Completed in 294 milliseconds