HomeSort by relevance Sort by last modified time
    Searched defs:capture_params (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/renderer_host/media/
video_capture_manager_unittest.cc 112 media::VideoCaptureParams capture_params; local
113 capture_params.session_id = video_session_id;
114 capture_params.width = 320;
115 capture_params.height = 240;
116 capture_params.frame_per_second = 30;
117 vcm_->Start(capture_params, frame_observer_.get());
221 media::VideoCaptureParams capture_params; local
222 capture_params.session_id = VideoCaptureManager::kStartOpenSessionId;
223 capture_params.width = 320;
224 capture_params.height = 240
255 media::VideoCaptureParams capture_params; local
    [all...]
video_capture_controller_unittest.cc 114 void Start(const media::VideoCaptureParams& capture_params,
116 StartCapture(capture_params.width, capture_params.height, vc_receiver);
120 capture_params.width,
121 capture_params.height,
122 capture_params.frame_per_second,
183 media::VideoCaptureParams capture_params; local
184 capture_params.session_id = vcm_->video_session_id_;
185 capture_params.width = 320;
186 capture_params.height = 240
218 media::VideoCaptureParams capture_params; local
    [all...]

Completed in 554 milliseconds