Home
last modified time | relevance | path

Searched refs:va_context (Results 1 - 13 of 13) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvaapi_decode.c44 vas = vaCreateBuffer(ctx->hwctx->display, ctx->va_context, in ff_vaapi_decode_make_param_buffer()
90 vas = vaCreateBuffer(ctx->hwctx->display, ctx->va_context, in ff_vaapi_decode_make_slice_buffer()
104 vas = vaCreateBuffer(ctx->hwctx->display, ctx->va_context, in ff_vaapi_decode_make_slice_buffer()
163 vas = vaBeginPicture(ctx->hwctx->display, ctx->va_context, in ff_vaapi_decode_issue()
172 vas = vaRenderPicture(ctx->hwctx->display, ctx->va_context, in ff_vaapi_decode_issue()
181 vas = vaRenderPicture(ctx->hwctx->display, ctx->va_context, in ff_vaapi_decode_issue()
190 vas = vaEndPicture(ctx->hwctx->display, ctx->va_context); in ff_vaapi_decode_issue()
210 vas = vaEndPicture(ctx->hwctx->display, ctx->va_context); in ff_vaapi_decode_issue()
643 ctx->va_context = VA_INVALID_ID; in ff_vaapi_decode_init()
664 &ctx->va_context); in ff_vaapi_decode_init()
[all...]
H A Dvaapi_decode.h52 VAContextID va_context; member
H A Dvaapi_encode.c60 vas = vaCreateBuffer(ctx->hwctx->display, ctx->va_context, in vaapi_encode_make_packed_header()
71 vas = vaCreateBuffer(ctx->hwctx->display, ctx->va_context, in vaapi_encode_make_packed_header()
101 vas = vaCreateBuffer(ctx->hwctx->display, ctx->va_context, in vaapi_encode_make_param_buffer()
583 vas = vaBeginPicture(ctx->hwctx->display, ctx->va_context, in vaapi_encode_issue()
592 vas = vaRenderPicture(ctx->hwctx->display, ctx->va_context, in vaapi_encode_issue()
601 vas = vaEndPicture(ctx->hwctx->display, ctx->va_context); in vaapi_encode_issue()
634 vaEndPicture(ctx->hwctx->display, ctx->va_context); in vaapi_encode_issue()
2425 vas = vaCreateBuffer(ctx->hwctx->display, ctx->va_context, in vaapi_encode_alloc_output_buffer()
2545 ctx->va_context = VA_INVALID_ID; in ff_vaapi_encode_init()
2646 &ctx->va_context); in ff_vaapi_encode_init()
[all...]
H A Dvaapi_encode.h246 VAContextID va_context; member
/third_party/ffmpeg/libavfilter/
H A Dvaapi_vpp.c56 if (ctx->va_context != VA_INVALID_ID) { in ff_vaapi_vpp_pipeline_uninit()
57 vaDestroyContext(ctx->hwctx->display, ctx->va_context); in ff_vaapi_vpp_pipeline_uninit()
58 ctx->va_context = VA_INVALID_ID; in ff_vaapi_vpp_pipeline_uninit()
205 av_assert0(ctx->va_context == VA_INVALID_ID); in ff_vaapi_vpp_config_output()
210 &ctx->va_context); in ff_vaapi_vpp_config_output()
430 vas = vaQueryVideoProcPipelineCaps(ctx->hwctx->display, ctx->va_context, in vaapi_vpp_colour_properties()
575 vas = vaCreateBuffer(ctx->hwctx->display, ctx->va_context, in ff_vaapi_vpp_make_param_buffers()
605 ctx->va_context, output_surface); in ff_vaapi_vpp_render_picture()
613 vas = vaCreateBuffer(ctx->hwctx->display, ctx->va_context, in ff_vaapi_vpp_render_picture()
625 vas = vaRenderPicture(ctx->hwctx->display, ctx->va_context, in ff_vaapi_vpp_render_picture()
[all...]
H A Dvf_overlay_vaapi.c78 vpp_ctx->va_context, in overlay_vaapi_build_filter_params()
116 ctx->va_context, output_surface); in overlay_vaapi_render_picture()
124 vas = vaCreateBuffer(ctx->hwctx->display, ctx->va_context, in overlay_vaapi_render_picture()
137 vas = vaCreateBuffer(ctx->hwctx->display, ctx->va_context, in overlay_vaapi_render_picture()
149 vas = vaRenderPicture(ctx->hwctx->display, ctx->va_context, in overlay_vaapi_render_picture()
158 vas = vaRenderPicture(ctx->hwctx->display, ctx->va_context, in overlay_vaapi_render_picture()
167 vas = vaEndPicture(ctx->hwctx->display, ctx->va_context); in overlay_vaapi_render_picture()
192 vaRenderPicture(ctx->hwctx->display, ctx->va_context, &params_id, 1); in overlay_vaapi_render_picture()
194 vaEndPicture(ctx->hwctx->display, ctx->va_context); in overlay_vaapi_render_picture()
231 if (vpp_ctx->va_context in overlay_vaapi_blend()
[all...]
H A Dvf_misc_vaapi.c72 vas = vaQueryVideoProcFilterCaps(vpp_ctx->hwctx->display, vpp_ctx->va_context, in denoise_vaapi_build_filter_params()
102 vas = vaQueryVideoProcFilterCaps(vpp_ctx->hwctx->display, vpp_ctx->va_context, in sharpness_vaapi_build_filter_params()
134 if (vpp_ctx->va_context == VA_INVALID_ID) in misc_vaapi_filter_frame()
H A Dvf_procamp_vaapi.c78 vas = vaQueryVideoProcFilterCaps(vpp_ctx->hwctx->display, vpp_ctx->va_context, in procamp_vaapi_build_filter_params()
139 if (vpp_ctx->va_context == VA_INVALID_ID) in procamp_vaapi_filter_frame()
H A Dvaapi_vpp.h41 VAContextID va_context; member
H A Dvf_transpose_vaapi.c48 vpp_ctx->va_context, in transpose_vaapi_build_filter_params()
134 if (vpp_ctx->va_context == VA_INVALID_ID) in transpose_vaapi_filter_frame()
H A Dvf_deinterlace_vaapi.c90 vpp_ctx->va_context, in deint_vaapi_build_filter_params()
134 vpp_ctx->va_context, in deint_vaapi_build_filter_params()
H A Dvf_tonemap_vaapi.c192 vpp_ctx->va_context, in tonemap_vaapi_build_filter_params()
248 if (vpp_ctx->va_context == VA_INVALID_ID){ in tonemap_vaapi_filter_frame()
H A Dvf_scale_vaapi.c114 if (vpp_ctx->va_context == VA_INVALID_ID) in scale_vaapi_filter_frame()

Completed in 11 milliseconds