Searched refs:VAAPIDecodeContext (Results 1 – 11 of 11) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vaapi_decode.h | 55 typedef struct VAAPIDecodeContext { struct 77 } VAAPIDecodeContext; argument
|
D | vaapi_decode.c | 36 VAAPIDecodeContext *ctx = avctx->internal->hwaccel_priv_data; in ff_vaapi_decode_make_param_buffer() 66 VAAPIDecodeContext *ctx = avctx->internal->hwaccel_priv_data; in ff_vaapi_decode_make_slice_buffer() 126 VAAPIDecodeContext *ctx = avctx->internal->hwaccel_priv_data; in ff_vaapi_decode_destroy_buffers() 154 VAAPIDecodeContext *ctx = avctx->internal->hwaccel_priv_data; in ff_vaapi_decode_issue() 353 VAAPIDecodeContext *ctx = avctx->internal->hwaccel_priv_data; in vaapi_decode_find_best_format() 636 VAAPIDecodeContext *ctx = avctx->internal->hwaccel_priv_data; in ff_vaapi_decode_init() 725 VAAPIDecodeContext *ctx = avctx->internal->hwaccel_priv_data; in ff_vaapi_decode_uninit()
|
D | vaapi_mpeg4.c | 193 .priv_data_size = sizeof(VAAPIDecodeContext), 211 .priv_data_size = sizeof(VAAPIDecodeContext),
|
D | vaapi_mjpeg.c | 157 .priv_data_size = sizeof(VAAPIDecodeContext),
|
D | vaapi_mpeg2.c | 187 .priv_data_size = sizeof(VAAPIDecodeContext),
|
D | vaapi_vp9.c | 183 .priv_data_size = sizeof(VAAPIDecodeContext),
|
D | vaapi_vc1.c | 516 .priv_data_size = sizeof(VAAPIDecodeContext), 533 .priv_data_size = sizeof(VAAPIDecodeContext),
|
D | vaapi_vp8.c | 235 .priv_data_size = sizeof(VAAPIDecodeContext),
|
D | vaapi_h264.c | 400 .priv_data_size = sizeof(VAAPIDecodeContext),
|
D | vaapi_av1.c | 317 .priv_data_size = sizeof(VAAPIDecodeContext),
|
D | vaapi_hevc.c | 581 .priv_data_size = sizeof(VAAPIDecodeContext),
|