/third_party/ffmpeg/libavcodec/ |
H A D | vaapi_decode.c | 44 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 D | vaapi_decode.h | 52 VAContextID va_context; member
|
H A D | vaapi_encode.c | 60 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 D | vaapi_encode.h | 246 VAContextID va_context; member
|
/third_party/ffmpeg/libavfilter/ |
H A D | vaapi_vpp.c | 56 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 D | vf_overlay_vaapi.c | 78 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, ¶ms_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 D | vf_misc_vaapi.c | 72 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 D | vf_procamp_vaapi.c | 78 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 D | vaapi_vpp.h | 41 VAContextID va_context; member
|
H A D | vf_transpose_vaapi.c | 48 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 D | vf_deinterlace_vaapi.c | 90 vpp_ctx->va_context, in deint_vaapi_build_filter_params() 134 vpp_ctx->va_context, in deint_vaapi_build_filter_params()
|
H A D | vf_tonemap_vaapi.c | 192 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 D | vf_scale_vaapi.c | 114 if (vpp_ctx->va_context == VA_INVALID_ID) in scale_vaapi_filter_frame()
|