hardware/intel/libva
Revisão | fc1072c49c9639b685d469f0ba89c907f4e17a51 (tree) |
---|---|
Hora | 2013-05-28 17:32:18 |
Autor | Gwenole Beauchesne <gwenole.beauchesne@inte...> |
Commiter | Xiang, Haihao |
vpp: remove obsolete sample code.
@@ -209,29 +209,6 @@ extern "C" { | ||
209 | 209 | * \endcode |
210 | 210 | */ |
211 | 211 | |
212 | -#if 0 | |
213 | - /* Surfaces composition */ | |
214 | - VAProcPipelineParameterBuffer *pipeline_param; | |
215 | - pipeline_param->surface = VA_INVALID_SURFACE; | |
216 | - pipeline_param->surface_region = surface_region; | |
217 | - pipeline_param->output_region = output_region; | |
218 | - pipeline_param->output_background_color = output_background_color; | |
219 | - pipeline_param->flags = VA_FILTER_SCALING_HQ; | |
220 | - pipeline_param->filters = filters; | |
221 | - pipeline_param->num_filters = num_filters; | |
222 | - | |
223 | - VAProcPipelineID vpp_proc; | |
224 | - VAProcPipelineParameterBuffer | |
225 | - | |
226 | - VAProcFilterParameterBuffer filter; | |
227 | - | |
228 | - vaBeginPicture(va_dpy, vpp_context, vpp_surface); | |
229 | - { | |
230 | - vaRenderPicture(va_dpy, | |
231 | - } | |
232 | - vaEndPicture(va_dpy, vpp_context); | |
233 | -#endif | |
234 | - | |
235 | 212 | /** \brief Video filter types. */ |
236 | 213 | typedef enum _VAProcFilterType { |
237 | 214 | VAProcFilterNone = 0, |