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 92 void ClientControlDispatcher::ControlVideo(const VideoControl& video_control) {
94 message.mutable_video_control()->CopyFrom(video_control);
host_control_dispatcher.cc 82 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 106 const protocol::VideoControl& video_control) OVERRIDE;
  /external/chromium_org/media/video/capture/win/
video_capture_device_win.cc 495 ScopedComPtr<IAMVideoControl> video_control; local
496 hr = capture_filter_.QueryInterface(video_control.Receive());
530 if (video_control) {
541 hr = video_control->GetFrameRateList(output_capture_pin_, i, size,
  /external/chromium_org/remoting/client/plugin/
chromoting_instance.cc 813 protocol::VideoControl video_control; local
814 video_control.set_enable(!pause);
815 host_connection_->host_stub()->ControlVideo(video_control);
    [all...]

Completed in 112 milliseconds