Searched defs:video_device (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/browser/renderer_host/media/
H A Dmedia_stream_dispatcher_host.cc84 const StreamDeviceInfo& video_device) {
90 render_frame_id, page_request_id, label, video_device));
80 DeviceOpened( int render_frame_id, int page_request_id, const std::string& label, const StreamDeviceInfo& video_device) argument
/external/chromium_org/chrome/browser/media/
H A Dmedia_stream_devices_controller.cc291 const content::MediaStreamDevice* video_device = local
294 if (video_device) {
295 devices.push_back(*video_device);
H A Dmedia_capture_devices_dispatcher.cc757 const content::MediaStreamDevice* video_device = local
759 if (video_device) {
760 devices.push_back(*video_device);
/external/chromium_org/content/renderer/media/
H A Duser_media_client_impl.cc704 const StreamDeviceInfo& video_device) {
701 OnDeviceOpened( int request_id, const std::string& label, const StreamDeviceInfo& video_device) argument

Completed in 125 milliseconds