HomeSort by relevance Sort by last modified time
    Searched refs:video_device_id (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/common/media/
media_stream_options.h 37 std::string video_device_id; member in struct:content::StreamOptions
media_stream_messages.h 26 IPC_STRUCT_TRAITS_MEMBER(video_device_id)
  /external/chromium_org/content/browser/renderer_host/media/
media_stream_manager.cc 234 !options.video_device_id.empty() ?
235 options.video_device_id : options.audio_device_id);
261 MEDIA_DEVICE_VIDEO_CAPTURE, security_origin, options.video_device_id,
278 translated_video_device_id = options.video_device_id;
449 options.video_device_id = device_id;
458 options.video_device_id, options.audio_type, options.video_type);
    [all...]
  /external/chromium_org/content/renderer/media/
media_stream_impl.cc 71 options->video_device_id = GetStreamConstraint(
76 options->video_device_id =
174 options.video_device_id = GetStreamConstraint(
media_stream_dispatcher_unittest.cc 170 components.video_device_id = kDeviceId;

Completed in 580 milliseconds