Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
H A Dhwcontext_vaapi.h101 VASurfaceID *surface_ids; member
H A Dhwcontext_vaapi.c507 avfc->surface_ids[avfc->nb_surfaces] = surface_id; in vaapi_pool_alloc()
585 avfc->surface_ids = av_malloc(hwfc->initial_pool_size * in vaapi_frames_init()
586 sizeof(*avfc->surface_ids)); in vaapi_frames_init()
587 if (!avfc->surface_ids) { in vaapi_frames_init()
595 avfc->surface_ids = NULL; in vaapi_frames_init()
661 av_freep(&avfc->surface_ids); in vaapi_frames_init()
671 av_freep(&avfc->surface_ids); in vaapi_frames_uninit()
H A Dhwcontext_qsv.c424 s->handle_pairs_internal[i].first = child_frames_hwctx->surface_ids + i; in qsv_init_child_ctx()
794 dst_hwctx->surface_ids = av_calloc(src_hwctx->nb_surfaces, in qsv_frames_derive_from()
795 sizeof(*dst_hwctx->surface_ids)); in qsv_frames_derive_from()
796 if (!dst_hwctx->surface_ids) in qsv_frames_derive_from()
800 dst_hwctx->surface_ids[i] = *(VASurfaceID*)pair->first; in qsv_frames_derive_from()
1265 s->handle_pairs_internal[i].first = src_hwctx->surface_ids + i; in qsv_frames_derive_to()
/third_party/ffmpeg/libavcodec/
H A Dvaapi_decode.c662 ctx->hwfc->surface_ids, in ff_vaapi_decode_init()
H A Dvaapi_encode.c2644 recon_hwctx->surface_ids, in ff_vaapi_encode_init()
/third_party/ffmpeg/libavfilter/
H A Dvaapi_vpp.c209 va_frames->surface_ids, va_frames->nb_surfaces, in ff_vaapi_vpp_config_output()

Completed in 11 milliseconds