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

  /external/chromium_org/remoting/protocol/
client_video_dispatcher.cc 18 video_stub_(video_stub) {
26 base::Unretained(video_stub_)));
client_video_dispatcher.h 31 VideoStub* video_stub_; member in class:remoting::protocol::ClientVideoDispatcher
monitored_video_stub.cc 19 : video_stub_(video_stub),
40 video_stub_->ProcessVideoPacket(packet.Pass(), done);
monitored_video_stub_unittest.cc 30 &video_stub_,
35 EXPECT_CALL(video_stub_, ProcessVideoPacketPtr(_, _)).Times(AnyNumber());
41 MockVideoStub video_stub_; member in class:remoting::protocol::MonitoredVideoStubTest
monitored_video_stub.h 50 VideoStub* video_stub_; member in class:remoting::protocol::MonitoredVideoStub
  /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.cc 63 video_stub_(video_stub),
74 DCHECK(video_stub_);
160 video_stub_ = NULL;
322 if (!video_stub_)
325 video_stub_->ProcessVideoPacket(
332 if (!video_stub_)
344 if (!video_stub_)
347 video_stub_->ProcessVideoPacket(
video_scheduler_unittest.cc 160 MockVideoStub video_stub_; member in class:remoting::VideoSchedulerTest
206 &video_stub_);
304 EXPECT_CALL(video_stub_, ProcessVideoPacketPtr(_, _))
308 EXPECT_CALL(video_stub_, ProcessVideoPacketPtr(_, _))
video_scheduler.h 154 // Callback passed to |video_stub_| for the last packet in each frame, to
161 // Callback for |video_stub_| called after a keep-alive packet is sent.
194 protocol::VideoStub* video_stub_; member in class:remoting::VideoScheduler
client_session_unittest.cc 193 MockVideoStub video_stub_; member in class:remoting::ClientSessionTest
245 EXPECT_CALL(*connection, video_stub()).WillRepeatedly(Return(&video_stub_));
373 EXPECT_CALL(video_stub_, ProcessVideoPacketPtr(_, _))
440 EXPECT_CALL(video_stub_, ProcessVideoPacketPtr(_, _))
496 EXPECT_CALL(video_stub_, ProcessVideoPacketPtr(_, _))
554 EXPECT_CALL(video_stub_, ProcessVideoPacketPtr(_, _))
613 EXPECT_CALL(video_stub_, ProcessVideoPacketPtr(_, _))
701 EXPECT_CALL(video_stub_, ProcessVideoPacketPtr(_, _))

Completed in 293 milliseconds