Home
last modified time | relevance | path

Searched refs:va_config (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvaapi_decode.c427 VAConfigID *va_config, in vaapi_decode_make_config() argument
521 va_config); in vaapi_decode_make_config()
534 hwconfig->config_id = *va_config; in vaapi_decode_make_config()
571 *va_config, frames); in vaapi_decode_make_config()
602 if (*va_config != VA_INVALID_ID) { in vaapi_decode_make_config()
603 vaDestroyConfig(hwctx->display, *va_config); in vaapi_decode_make_config()
604 *va_config = VA_INVALID_ID; in vaapi_decode_make_config()
616 VAConfigID va_config = VA_INVALID_ID; in ff_vaapi_common_frame_params() local
623 err = vaapi_decode_make_config(avctx, hw_frames->device_ref, &va_config, in ff_vaapi_common_frame_params()
628 if (va_config != VA_INVALID_ID) in ff_vaapi_common_frame_params()
[all …]
Dvaapi_decode.h56 VAConfigID va_config; member
Dvaapi_encode.h240 VAConfigID va_config; member
Dvaapi_encode.c2287 hwconfig->config_id = ctx->va_config; in vaapi_encode_create_recon_frames()
2380 ctx->va_config = VA_INVALID_ID; in ff_vaapi_encode_init()
2431 &ctx->va_config); in ff_vaapi_encode_init()
2444 vas = vaCreateContext(ctx->hwctx->display, ctx->va_config, in ff_vaapi_encode_init()
2546 if (ctx->va_config != VA_INVALID_ID) { in ff_vaapi_encode_close()
2547 vaDestroyConfig(ctx->hwctx->display, ctx->va_config); in ff_vaapi_encode_close()
2548 ctx->va_config = VA_INVALID_ID; in ff_vaapi_encode_close()
/third_party/ffmpeg/libavfilter/
Dvaapi_vpp.c61 if (ctx->va_config != VA_INVALID_ID) { in ff_vaapi_vpp_pipeline_uninit()
62 vaDestroyConfig(ctx->hwctx->display, ctx->va_config); in ff_vaapi_vpp_pipeline_uninit()
63 ctx->va_config = VA_INVALID_ID; in ff_vaapi_vpp_pipeline_uninit()
123 av_assert0(ctx->va_config == VA_INVALID_ID); in ff_vaapi_vpp_config_output()
125 VAEntrypointVideoProc, NULL, 0, &ctx->va_config); in ff_vaapi_vpp_config_output()
138 hwconfig->config_id = ctx->va_config; in ff_vaapi_vpp_config_output()
206 vas = vaCreateContext(ctx->hwctx->display, ctx->va_config, in ff_vaapi_vpp_config_output()
671 ctx->va_config = VA_INVALID_ID; in ff_vaapi_vpp_ctx_init()
Dvaapi_vpp.h40 VAConfigID va_config; member