Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dhwcontext_vaapi.h101 VASurfaceID *surface_ids; member
Dhwcontext_qsv.c290 s->surfaces_internal[i].Data.MemId = child_frames_hwctx->surface_ids + i; in qsv_init_child_ctx()
625 dst_hwctx->surface_ids = av_mallocz_array(src_hwctx->nb_surfaces, in qsv_frames_derive_from()
626 sizeof(*dst_hwctx->surface_ids)); in qsv_frames_derive_from()
627 if (!dst_hwctx->surface_ids) in qsv_frames_derive_from()
630 dst_hwctx->surface_ids[i] = in qsv_frames_derive_from()
992 s->surfaces_internal[i].Data.MemId = src_hwctx->surface_ids + i; in qsv_frames_derive_to()
Dhwcontext_vaapi.c504 avfc->surface_ids[avfc->nb_surfaces] = surface_id; in vaapi_pool_alloc()
582 avfc->surface_ids = av_malloc(hwfc->initial_pool_size * in vaapi_frames_init()
583 sizeof(*avfc->surface_ids)); in vaapi_frames_init()
584 if (!avfc->surface_ids) { in vaapi_frames_init()
592 avfc->surface_ids = NULL; in vaapi_frames_init()
658 av_freep(&avfc->surface_ids); in vaapi_frames_init()
668 av_freep(&avfc->surface_ids); in vaapi_frames_uninit()
/third_party/ffmpeg/libavfilter/
Dvaapi_vpp.c209 va_frames->surface_ids, va_frames->nb_surfaces, in ff_vaapi_vpp_config_output()
/third_party/ffmpeg/libavcodec/
Dvaapi_decode.c700 ctx->hwfc->surface_ids, in ff_vaapi_decode_init()
Dvaapi_encode.c2447 recon_hwctx->surface_ids, in ff_vaapi_encode_init()