Home
last modified time | relevance | path

Searched refs:params_id (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_overlay_vaapi.c108 VABufferID params_id; in overlay_vaapi_render_picture() local
126 sizeof(*params), 1, params, &params_id); in overlay_vaapi_render_picture()
134 params_id); in overlay_vaapi_render_picture()
150 &params_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, &params_id, 1); in overlay_vaapi_render_picture()
H A Dvaapi_vpp.c598 VABufferID params_id; in ff_vaapi_vpp_render_picture() local
615 sizeof(*params), 1, params, &params_id); in ff_vaapi_vpp_render_picture()
623 params_id); in ff_vaapi_vpp_render_picture()
626 &params_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, &params_id, 1); in ff_vaapi_vpp_render_picture()

Completed in 2 milliseconds