Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Side by Side Diff: ppapi/thunk/interfaces_ppb_public_dev.h

Issue 9234064: Implement device enumeration for PPB_VideoCapture_Dev. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ppapi/shared_impl/ppb_video_capture_shared.cc ('k') | ppapi/thunk/ppb_video_capture_api.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Please see inteface_ppb_public_stable for the documentation on the format of 5 // Please see inteface_ppb_public_stable for the documentation on the format of
6 // this file. 6 // this file.
7 7
8 #include "ppapi/thunk/interfaces_preamble.h" 8 #include "ppapi/thunk/interfaces_preamble.h"
9 9
10 PROXIED_API(PPB_AudioInput) 10 PROXIED_API(PPB_AudioInput)
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 PROXIED_IFACE(NoAPIName, PPB_RESOURCEARRAY_DEV_INTERFACE_0_1, 53 PROXIED_IFACE(NoAPIName, PPB_RESOURCEARRAY_DEV_INTERFACE_0_1,
54 PPB_ResourceArray_Dev_0_1) 54 PPB_ResourceArray_Dev_0_1)
55 UNPROXIED_IFACE(PPB_Scrollbar, PPB_SCROLLBAR_DEV_INTERFACE_0_5, 55 UNPROXIED_IFACE(PPB_Scrollbar, PPB_SCROLLBAR_DEV_INTERFACE_0_5,
56 PPB_Scrollbar_Dev_0_5) 56 PPB_Scrollbar_Dev_0_5)
57 PROXIED_IFACE(PPB_TextInput, PPB_TEXTINPUT_DEV_INTERFACE_0_1, 57 PROXIED_IFACE(PPB_TextInput, PPB_TEXTINPUT_DEV_INTERFACE_0_1,
58 PPB_TextInput_Dev_0_1) 58 PPB_TextInput_Dev_0_1)
59 UNPROXIED_IFACE(PPB_Transport, PPB_TRANSPORT_DEV_INTERFACE_0_7, 59 UNPROXIED_IFACE(PPB_Transport, PPB_TRANSPORT_DEV_INTERFACE_0_7,
60 PPB_Transport_Dev_0_7) 60 PPB_Transport_Dev_0_7)
61 PROXIED_IFACE(PPB_VideoCapture, PPB_VIDEOCAPTURE_DEV_INTERFACE_0_1, 61 PROXIED_IFACE(PPB_VideoCapture, PPB_VIDEOCAPTURE_DEV_INTERFACE_0_1,
62 PPB_VideoCapture_Dev_0_1) 62 PPB_VideoCapture_Dev_0_1)
63 PROXIED_IFACE(PPB_VideoCapture, PPB_VIDEOCAPTURE_DEV_INTERFACE_0_2,
64 PPB_VideoCapture_Dev_0_2)
63 PROXIED_IFACE(PPB_VideoDecoder, PPB_VIDEODECODER_DEV_INTERFACE_0_16, 65 PROXIED_IFACE(PPB_VideoDecoder, PPB_VIDEODECODER_DEV_INTERFACE_0_16,
64 PPB_VideoDecoder_Dev_0_16) 66 PPB_VideoDecoder_Dev_0_16)
65 UNPROXIED_IFACE(PPB_VideoLayer, PPB_VIDEOLAYER_DEV_INTERFACE_0_1, 67 UNPROXIED_IFACE(PPB_VideoLayer, PPB_VIDEOLAYER_DEV_INTERFACE_0_1,
66 PPB_VideoLayer_Dev_0_1) 68 PPB_VideoLayer_Dev_0_1)
67 UNPROXIED_IFACE(PPB_WebSocket, PPB_WEBSOCKET_INTERFACE_1_0, 69 UNPROXIED_IFACE(PPB_WebSocket, PPB_WEBSOCKET_INTERFACE_1_0,
68 PPB_WebSocket_1_0) 70 PPB_WebSocket_1_0)
69 UNPROXIED_IFACE(PPB_Widget, PPB_WIDGET_DEV_INTERFACE_0_3, PPB_Widget_Dev_0_3) 71 UNPROXIED_IFACE(PPB_Widget, PPB_WIDGET_DEV_INTERFACE_0_3, PPB_Widget_Dev_0_3)
70 72
71 #include "ppapi/thunk/interfaces_postamble.h" 73 #include "ppapi/thunk/interfaces_postamble.h"
OLDNEW
« no previous file with comments | « ppapi/shared_impl/ppb_video_capture_shared.cc ('k') | ppapi/thunk/ppb_video_capture_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698