Searched refs:params_id (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_overlay_vaapi.c | 108 VABufferID params_id; in overlay_vaapi_render_picture() local 126 sizeof(*params), 1, params, ¶ms_id); in overlay_vaapi_render_picture() 134 params_id); in overlay_vaapi_render_picture() 150 ¶ms_id, 1); in overlay_vaapi_render_picture() 177 vas = vaDestroyBuffer(ctx->hwctx->display, params_id); in overlay_vaapi_render_picture() 192 vaRenderPicture(ctx->hwctx->display, ctx->va_context, ¶ms_id, 1); in overlay_vaapi_render_picture()
|
H A D | vaapi_vpp.c | 598 VABufferID params_id; in ff_vaapi_vpp_render_picture() local 615 sizeof(*params), 1, params, ¶ms_id); in ff_vaapi_vpp_render_picture() 623 params_id); in ff_vaapi_vpp_render_picture() 626 ¶ms_id, 1); in ff_vaapi_vpp_render_picture() 644 vas = vaDestroyBuffer(ctx->hwctx->display, params_id); in ff_vaapi_vpp_render_picture() 659 vaRenderPicture(ctx->hwctx->display, ctx->va_context, ¶ms_id, 1); in ff_vaapi_vpp_render_picture()
|
Completed in 2 milliseconds