OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:video_control
(Results
1 - 2
of
2
) sorted by null
/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 39 milliseconds