OLD | NEW |
1 /* Copyright 2014 The Chromium Authors. All rights reserved. | 1 /* Copyright 2014 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 | 5 |
6 /* From ppb_video_frame.idl modified Fri Dec 27 17:21:52 2013. */ | 6 /* From ppb_video_frame.idl modified Wed Jan 8 14:06:25 2014. */ |
7 | 7 |
8 #ifndef PPAPI_C_PPB_VIDEO_FRAME_H_ | 8 #ifndef PPAPI_C_PPB_VIDEO_FRAME_H_ |
9 #define PPAPI_C_PPB_VIDEO_FRAME_H_ | 9 #define PPAPI_C_PPB_VIDEO_FRAME_H_ |
10 | 10 |
11 #include "ppapi/c/pp_bool.h" | 11 #include "ppapi/c/pp_bool.h" |
12 #include "ppapi/c/pp_macros.h" | 12 #include "ppapi/c/pp_macros.h" |
13 #include "ppapi/c/pp_resource.h" | 13 #include "ppapi/c/pp_resource.h" |
14 #include "ppapi/c/pp_size.h" | 14 #include "ppapi/c/pp_size.h" |
15 #include "ppapi/c/pp_stdint.h" | 15 #include "ppapi/c/pp_stdint.h" |
16 #include "ppapi/c/pp_time.h" | 16 #include "ppapi/c/pp_time.h" |
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
130 * @return The size of the data buffer. | 130 * @return The size of the data buffer. |
131 */ | 131 */ |
132 uint32_t (*GetDataBufferSize)(PP_Resource frame); | 132 uint32_t (*GetDataBufferSize)(PP_Resource frame); |
133 }; | 133 }; |
134 /** | 134 /** |
135 * @} | 135 * @} |
136 */ | 136 */ |
137 | 137 |
138 #endif /* PPAPI_C_PPB_VIDEO_FRAME_H_ */ | 138 #endif /* PPAPI_C_PPB_VIDEO_FRAME_H_ */ |
139 | 139 |
OLD | NEW |