av_hwdevice_ctx_create   53 doc/examples/hw_decode.c     if ((err = av_hwdevice_ctx_create(&hw_device_ctx, type,
av_hwdevice_ctx_create  180 doc/examples/qsvdec.c     ret = av_hwdevice_ctx_create(&decode.hw_device_ref, AV_HWDEVICE_TYPE_QSV,
av_hwdevice_ctx_create  130 doc/examples/vaapi_encode.c     err = av_hwdevice_ctx_create(&hw_device_ctx, AV_HWDEVICE_TYPE_VAAPI,
av_hwdevice_ctx_create  243 doc/examples/vaapi_transcode.c     ret = av_hwdevice_ctx_create(&hw_device_ctx, AV_HWDEVICE_TYPE_VAAPI, NULL, NULL, 0);
av_hwdevice_ctx_create  150 fftools/ffmpeg_hw.c         err = av_hwdevice_ctx_create(&device_ref, type,
av_hwdevice_ctx_create  174 fftools/ffmpeg_hw.c         err = av_hwdevice_ctx_create(&device_ref, type,
av_hwdevice_ctx_create  246 fftools/ffmpeg_hw.c     err = av_hwdevice_ctx_create(&device_ref, type, device, NULL, 0);
av_hwdevice_ctx_create   58 fftools/ffmpeg_qsv.c     err = av_hwdevice_ctx_create(&hw_device_ctx, AV_HWDEVICE_TYPE_QSV,
av_hwdevice_ctx_create  870 libavcodec/cuviddec.c             ret = av_hwdevice_ctx_create(&ctx->hwdevice, AV_HWDEVICE_TYPE_CUDA, ctx->cu_gpu, NULL, 0);
av_hwdevice_ctx_create  359 libavcodec/qsv.c     ret = av_hwdevice_ctx_create(&qs->va_device_ref, AV_HWDEVICE_TYPE_VAAPI, NULL, child_device_opts, 0);
av_hwdevice_ctx_create  257 libavdevice/kmsgrab.c     err = av_hwdevice_ctx_create(&ctx->device_ref, AV_HWDEVICE_TYPE_DRM,
av_hwdevice_ctx_create   44 libavfilter/vf_hwupload_cuda.c     return av_hwdevice_ctx_create(&s->hwdevice, AV_HWDEVICE_TYPE_CUDA, buf, NULL, 0);
av_hwdevice_ctx_create  303 libavutil/hwcontext.h int av_hwdevice_ctx_create(AVBufferRef **device_ctx, enum AVHWDeviceType type,
av_hwdevice_ctx_create 1261 libavutil/hwcontext_qsv.c     ret = av_hwdevice_ctx_create(&priv->child_device_ctx, child_device_type,
av_hwdevice_ctx_create  104 libavutil/tests/hwdevice.c     err = av_hwdevice_ctx_create(&ref, type, device, opts, flags);