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

  /external/chromium_org/content/common/media/
media_stream_options.h 57 Constraints optional_video; member in class:content::StreamOptions
70 // |name| from |mandatory_video| and |optional_video|. First mandatory
media_stream_messages.h 36 IPC_STRUCT_TRAITS_MEMBER(optional_video)
media_stream_options.cc 80 return GetFirstConstraintByName(mandatory_video, optional_video, name, value,
  /external/chromium_org/content/browser/renderer_host/media/
media_stream_dispatcher_host_unittest.cc 600 AddSourceIdConstraint(source_id, &options.optional_video);
631 AddSourceIdConstraint("invalid source id", &options.optional_video);
media_stream_manager.cc 753 &request->options.optional_audio : &request->options.optional_video;
    [all...]
  /external/chromium_org/content/renderer/media/
media_stream_impl.cc 140 &options.optional_video);

Completed in 466 milliseconds