Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dhwcontext.h276 int av_hwdevice_ctx_init(AVBufferRef *ref);
Dhwcontext.c200 int av_hwdevice_ctx_init(AVBufferRef *ref) in av_hwdevice_ctx_init() function
634 ret = av_hwdevice_ctx_init(device_ref); in av_hwdevice_ctx_create()
690 ret = av_hwdevice_ctx_init(dst_ref); in av_hwdevice_ctx_create_derived_opts()
Dhwcontext_qsv.c251 ret = av_hwdevice_ctx_init(child_device_ref); in qsv_init_child_ctx()
/third_party/ffmpeg/libavcodec/
Drkmppdec.c257 ret = av_hwdevice_ctx_init(decoder->device_ref); in rkmpp_init_decoder()