Searched refs:video_device (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/content/browser/renderer_host/media/
H A Ddevice_request_message_filter.h48 const StreamDeviceInfo& video_device) OVERRIDE {}
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
H A Dmedia_stream_dispatcher_host.h56 const StreamDeviceInfo& video_device) OVERRIDE;
/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/chrome/browser/content_settings/
H A Dcontent_settings_pref_provider.cc331 std::string audio_device, video_device;
333 value_dict->GetString(kVideoKey, &video_device);
343 if (!video_device.empty()) {
/external/sepolicy/
H A Dsystem_server.te165 allow system_server video_device:dir r_dir_perms;
166 allow system_server video_device:chr_file rw_file_perms;
H A Dfile_contexts73 /dev/nvhdcp1 u:object_r:video_device:s0
104 /dev/tegra.* u:object_r:video_device:s0
116 /dev/video[0-9]* u:object_r:video_device:s0
/external/chromium_org/content/renderer/media/
H A Dmedia_stream_dispatcher_unittest.cc83 const StreamDeviceInfo& video_device) OVERRIDE {
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
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dglxext.h910 extern int glXBindVideoDeviceNV (Display *dpy, unsigned int video_slot, unsigned int video_device, const int *attrib_list);
913 typedef int ( * PFNGLXBINDVIDEODEVICENVPROC) (Display *dpy, unsigned int video_slot, unsigned int video_device, const int *attrib_list);
/external/mesa3d/include/GL/
H A Dglxext.h910 extern int glXBindVideoDeviceNV (Display *dpy, unsigned int video_slot, unsigned int video_device, const int *attrib_list);
913 typedef int ( * PFNGLXBINDVIDEODEVICENVPROC) (Display *dpy, unsigned int video_slot, unsigned int video_device, const int *attrib_list);

Completed in 3680 milliseconds