Searched refs:videoSources (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/mediastream/
H A DMediaStreamDescriptor.cpp40 PassRefPtr<MediaStreamDescriptor> MediaStreamDescriptor::create(const MediaStreamSourceVector& audioSources, const MediaStreamSourceVector& videoSources) argument
42 return adoptRef(new MediaStreamDescriptor(createCanonicalUUIDString(), audioSources, videoSources));
102 MediaStreamDescriptor::MediaStreamDescriptor(const String& id, const MediaStreamSourceVector& audioSources, const MediaStreamSourceVector& videoSources) argument
111 for (size_t i = 0; i < videoSources.size(); i++)
112 m_videoComponents.append(MediaStreamComponent::create(videoSources[i]));
H A DMediaStreamDescriptor.h60 static PassRefPtr<MediaStreamDescriptor> create(const MediaStreamSourceVector& audioSources, const MediaStreamSourceVector& videoSources);
90 MediaStreamDescriptor(const String& id, const MediaStreamSourceVector& audioSources, const MediaStreamSourceVector& videoSources);
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DMediaStreamAudioDestinationNode.cpp52 MediaStreamSourceVector videoSources; local
53 m_stream = MediaStream::create(context->executionContext(), MediaStreamDescriptor::create(audioSources, videoSources));

Completed in 114 milliseconds