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

  /external/chromium_org/content/browser/renderer_host/media/
desktop_capture_device.cc 100 media::VideoCaptureParams requested_params_; member in class:content::DesktopCaptureDevice::Core
247 requested_params_ = params;
249 capture_format_ = requested_params_.requested_format;
277 requested_params_.allow_resolution_change) {
282 requested_params_.requested_format.frame_size.width() ||
284 requested_params_.requested_format.frame_size.height()) {
287 requested_params_.requested_format.frame_size.width(),
288 requested_params_.requested_format.frame_size.height()),

Completed in 2046 milliseconds