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

  /external/chromium_org/remoting/protocol/
host_stub.h 35 virtual void ControlVideo(const VideoControl& video_control) = 0;
client_control_dispatcher.h 39 virtual void ControlVideo(const VideoControl& video_control) OVERRIDE;
client_control_dispatcher.cc 51 void ClientControlDispatcher::ControlVideo(const VideoControl& video_control) {
53 message.mutable_video_control()->CopyFrom(video_control);
host_control_dispatcher.cc 81 host_stub_->ControlVideo(message->video_control());
protocol_mock_objects.h 112 MOCK_METHOD1(ControlVideo, void(const VideoControl& video_control));
  /external/chromium_org/remoting/host/
client_session.cc 128 void ClientSession::ControlVideo(const protocol::VideoControl& video_control) {
131 if (video_control.has_enable()) {
133 << video_control.enable() << ")";
134 video_scheduler_->Pause(!video_control.enable());
client_session.h 107 const protocol::VideoControl& video_control) OVERRIDE;
  /external/chromium_org/media/video/capture/win/
video_capture_device_win.cc 518 ScopedComPtr<IAMVideoControl> video_control; local
519 hr = capture_filter_.QueryInterface(video_control.Receive());
552 if (video_control) {
564 hr = video_control->GetFrameRateList(output_capture_pin_, i, size,
  /external/chromium_org/remoting/client/plugin/
chromoting_instance.cc 815 protocol::VideoControl video_control; local
816 video_control.set_enable(!pause);
817 host_connection_->host_stub()->ControlVideo(video_control);
    [all...]

Completed in 171 milliseconds