Home
last modified time | relevance | path

Searched refs:ProcessVideoPacket (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/remoting/protocol/
Dmonitored_video_stub_unittest.cc54 monitor_->ProcessVideoPacket(packet_.Pass(), base::Closure()); in TEST_F()
60 monitor_->ProcessVideoPacket(packet_.Pass(), base::Closure()); in TEST_F()
77 monitor_->ProcessVideoPacket(packet_.Pass(), base::Closure()); in TEST_F()
78 monitor_->ProcessVideoPacket(packet_.Pass(), base::Closure()); in TEST_F()
87 monitor_->ProcessVideoPacket(packet_.Pass(), base::Closure()); in TEST_F()
Dmonitored_video_stub.cc32 void MonitoredVideoStub::ProcessVideoPacket(scoped_ptr<VideoPacket> packet, in ProcessVideoPacket() function in remoting::protocol::MonitoredVideoStub
40 video_stub_->ProcessVideoPacket(packet.Pass(), done); in ProcessVideoPacket()
Dconnection_to_client_unittest.cc66 viewer_->video_stub()->ProcessVideoPacket(packet.Pass(), base::Closure()); in TEST_F()
85 viewer_->video_stub()->ProcessVideoPacket(packet.Pass(), base::Closure()); in TEST_F()
Dclient_video_dispatcher.cc25 reader_.Init(channel(), base::Bind(&VideoStub::ProcessVideoPacket, in OnInitialized()
Dvideo_stub.h19 virtual void ProcessVideoPacket(scoped_ptr<VideoPacket> video_packet,
Dhost_video_dispatcher.cc28 void HostVideoDispatcher::ProcessVideoPacket(scoped_ptr<VideoPacket> packet, in ProcessVideoPacket() function in remoting::protocol::HostVideoDispatcher
Dhost_video_dispatcher.h24 virtual void ProcessVideoPacket(scoped_ptr<VideoPacket> packet,
Dmonitored_video_stub.h43 virtual void ProcessVideoPacket(scoped_ptr<VideoPacket> packet,
Dprotocol_mock_objects.h154 virtual void ProcessVideoPacket(scoped_ptr<VideoPacket> video_packet, in ProcessVideoPacket() function
/external/chromium_org/remoting/host/
Dmouse_clamping_filter.cc21 void MouseClampingFilter::ProcessVideoPacket( in ProcessVideoPacket() function in remoting::MouseClampingFilter
34 video_stub_->ProcessVideoPacket(video_packet.Pass(), done); in ProcessVideoPacket()
Dmouse_clamping_filter.h29 virtual void ProcessVideoPacket(scoped_ptr<VideoPacket> video_packet,
Dvideo_scheduler.cc325 video_stub_->ProcessVideoPacket( in SendVideoPacket()
347 video_stub_->ProcessVideoPacket( in SendKeepAlivePacket()
/external/chromium_org/remoting/client/plugin/
Dmedia_source_video_renderer.h51 virtual void ProcessVideoPacket(scoped_ptr<VideoPacket> packet,
Dmedia_source_video_renderer.cc172 void MediaSourceVideoRenderer::ProcessVideoPacket( in ProcessVideoPacket() function in remoting::MediaSourceVideoRenderer
/external/chromium_org/remoting/client/
Dsoftware_video_renderer.h47 virtual void ProcessVideoPacket(scoped_ptr<VideoPacket> packet,
Dsoftware_video_renderer.cc348 void SoftwareVideoRenderer::ProcessVideoPacket(scoped_ptr<VideoPacket> packet, in ProcessVideoPacket() function in remoting::SoftwareVideoRenderer
/external/chromium_org/remoting/test/
Dprotocol_perftest.cc127 virtual void ProcessVideoPacket(scoped_ptr<VideoPacket> video_packet, in ProcessVideoPacket() function in remoting::ProtocolPerfTest