Home
last modified time | relevance | path

Searched refs:av_hwdevice_ctx_alloc (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavutil/
Dhwcontext.h266 AVBufferRef *av_hwdevice_ctx_alloc(enum AVHWDeviceType type);
Dhwcontext.c142 AVBufferRef *av_hwdevice_ctx_alloc(enum AVHWDeviceType type) in av_hwdevice_ctx_alloc() function
617 device_ref = av_hwdevice_ctx_alloc(type); in av_hwdevice_ctx_create()
669 dst_ref = av_hwdevice_ctx_alloc(type); in av_hwdevice_ctx_create_derived_opts()
Dhwcontext_qsv.c233 child_device_ref = av_hwdevice_ctx_alloc(device_priv->child_device_type); in qsv_init_child_ctx()
/third_party/ffmpeg/libavcodec/
Drkmppdec.c252 decoder->device_ref = av_hwdevice_ctx_alloc(AV_HWDEVICE_TYPE_DRM); in rkmpp_init_decoder()
Dvaapi_decode.c655 av_hwdevice_ctx_alloc(AV_HWDEVICE_TYPE_VAAPI); in ff_vaapi_decode_init()