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

  /external/chromium_org/remoting/proto/
internal.proto 22 optional VideoControl video_control = 3;
  /external/chromium_org/remoting/protocol/
host_stub.h 35 virtual void ControlVideo(const VideoControl& video_control) = 0;
client_control_dispatcher.cc 92 void ClientControlDispatcher::ControlVideo(const VideoControl& video_control) {
94 message.mutable_video_control()->CopyFrom(video_control);
client_control_dispatcher.h 39 virtual void ControlVideo(const VideoControl& video_control) OVERRIDE;
host_control_dispatcher.cc 82 host_stub_->ControlVideo(message->video_control());
protocol_mock_objects.h 115 MOCK_METHOD1(ControlVideo, void(const VideoControl& video_control));
  /external/chromium_org/remoting/host/
client_session.cc 148 void ClientSession::ControlVideo(const protocol::VideoControl& video_control) {
151 if (video_control.has_enable()) {
153 << video_control.enable() << ")";
154 video_scheduler_->Pause(!video_control.enable());
156 if (video_control.has_lossless_encode()) {
158 << video_control.lossless_encode() << ")";
159 video_scheduler_->SetLosslessEncode(video_control.lossless_encode());
161 if (video_control.has_lossless_color()) {
163 << video_control.lossless_color() << ")";
164 video_scheduler_->SetLosslessColor(video_control.lossless_color())
    [all...]
client_session.h 123 const protocol::VideoControl& video_control) OVERRIDE;
  /external/chromium_org/media/video/capture/win/
video_capture_device_win.cc 435 ScopedComPtr<IAMVideoControl> video_control; local
436 hr = capture_filter_.QueryInterface(video_control.Receive());
473 if (video_control) {
484 hr = video_control->GetFrameRateList(output_capture_pin_, i, size,
  /external/chromium_org/remoting/webapp/
client_plugin.js 117 VIDEO_CONTROL: 'videoControl'
594 if (this.hasFeature(remoting.ClientPlugin.Feature.VIDEO_CONTROL)) {
624 if (!this.hasFeature(remoting.ClientPlugin.Feature.VIDEO_CONTROL)) {
638 if (!this.hasFeature(remoting.ClientPlugin.Feature.VIDEO_CONTROL)) {
  /external/chromium_org/remoting/client/plugin/
chromoting_instance.cc 915 protocol::VideoControl video_control; local
    [all...]

Completed in 157 milliseconds