Searched refs:va_config (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vaapi_decode.c | 424 * Set *va_config and the frames_ref fields from the current codec parameters 429 VAConfigID *va_config, in vaapi_decode_make_config() 523 va_config); in vaapi_decode_make_config() 536 hwconfig->config_id = *va_config; in vaapi_decode_make_config() 573 *va_config, frames); in vaapi_decode_make_config() 604 if (*va_config != VA_INVALID_ID) { in vaapi_decode_make_config() 605 vaDestroyConfig(hwctx->display, *va_config); in vaapi_decode_make_config() 606 *va_config = VA_INVALID_ID; in vaapi_decode_make_config() 618 VAConfigID va_config = VA_INVALID_ID; in ff_vaapi_common_frame_params() local 625 err = vaapi_decode_make_config(avctx, hw_frames->device_ref, &va_config, in ff_vaapi_common_frame_params() 427 vaapi_decode_make_config(AVCodecContext *avctx, AVBufferRef *device_ref, VAConfigID *va_config, AVBufferRef *frames_ref) vaapi_decode_make_config() argument [all...] |
H A D | vaapi_decode.h | 51 VAConfigID va_config; member
|
H A D | vaapi_encode.h | 241 // Configuration attributes to use when creating va_config. 245 VAConfigID va_config; member
|
H A D | vaapi_encode.c | 2462 hwconfig->config_id = ctx->va_config; in vaapi_encode_create_recon_frames() 2544 ctx->va_config = VA_INVALID_ID; in ff_vaapi_encode_init() 2628 &ctx->va_config); in ff_vaapi_encode_init() 2641 vas = vaCreateContext(ctx->hwctx->display, ctx->va_config, in ff_vaapi_encode_init() 2745 * has been called and va_config/va_context initialized. */ in ff_vaapi_encode_close() 2762 if (ctx->va_config != VA_INVALID_ID) { in ff_vaapi_encode_close() 2764 vaDestroyConfig(ctx->hwctx->display, ctx->va_config); in ff_vaapi_encode_close() 2765 ctx->va_config = VA_INVALID_ID; in ff_vaapi_encode_close()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vaapi_vpp.c | 61 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()
|
H A D | vaapi_vpp.h | 40 VAConfigID va_config; member
|
Completed in 10 milliseconds