Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dhwcontext.h266 AVBufferRef *av_hwdevice_ctx_alloc(enum AVHWDeviceType type);
Dhwcontext.c143 AVBufferRef *av_hwdevice_ctx_alloc(enum AVHWDeviceType type) in av_hwdevice_ctx_alloc() function
618 device_ref = av_hwdevice_ctx_alloc(type); in av_hwdevice_ctx_create()
670 dst_ref = av_hwdevice_ctx_alloc(type); in av_hwdevice_ctx_create_derived_opts()
Dhwcontext_qsv.c350 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()