Home
last modified time | relevance | path

Searched refs:av_hwdevice_ctx_create (Results 1 – 15 of 15) sorted by relevance

/third_party/ffmpeg/fftools/
Dffmpeg_hw.c150 err = av_hwdevice_ctx_create(&device_ref, type, in hw_device_init_from_string()
174 err = av_hwdevice_ctx_create(&device_ref, type, in hw_device_init_from_string()
246 err = av_hwdevice_ctx_create(&device_ref, type, device, NULL, 0); in hw_device_init_from_type()
Dffmpeg_qsv.c58 err = av_hwdevice_ctx_create(&hw_device_ctx, AV_HWDEVICE_TYPE_QSV, in qsv_device_init()
/third_party/ffmpeg/libavutil/
Dhwcontext.h303 int av_hwdevice_ctx_create(AVBufferRef **device_ctx, enum AVHWDeviceType type,
Dhwcontext.c610 int av_hwdevice_ctx_create(AVBufferRef **pdevice_ref, enum AVHWDeviceType type, in av_hwdevice_ctx_create() function
Dhwcontext_qsv.c1261 ret = av_hwdevice_ctx_create(&priv->child_device_ctx, child_device_type, in qsv_device_create()
/third_party/ffmpeg/libavutil/tests/
Dhwdevice.c104 err = av_hwdevice_ctx_create(&ref, type, device, opts, flags); in test_device()
/third_party/ffmpeg/libavfilter/
Dvf_hwupload_cuda.c44 return av_hwdevice_ctx_create(&s->hwdevice, AV_HWDEVICE_TYPE_CUDA, buf, NULL, 0); in cudaupload_init()
/third_party/ffmpeg/doc/examples/
Dhw_decode.c53 if ((err = av_hwdevice_ctx_create(&hw_device_ctx, type, in hw_decoder_init()
Dvaapi_encode.c130 err = av_hwdevice_ctx_create(&hw_device_ctx, AV_HWDEVICE_TYPE_VAAPI, in main()
Dqsvdec.c180 ret = av_hwdevice_ctx_create(&decode.hw_device_ref, AV_HWDEVICE_TYPE_QSV, in main()
Dvaapi_transcode.c240 ret = av_hwdevice_ctx_create(&hw_device_ctx, AV_HWDEVICE_TYPE_VAAPI, NULL, NULL, 0); in main()
/third_party/ffmpeg/libavcodec/
Dqsv.c363 …ret = av_hwdevice_ctx_create(&qs->va_device_ref, AV_HWDEVICE_TYPE_VAAPI, NULL, child_device_opts, … in ff_qsv_set_display_handle()
Dcuviddec.c893 … ret = av_hwdevice_ctx_create(&ctx->hwdevice, AV_HWDEVICE_TYPE_CUDA, ctx->cu_gpu, NULL, 0); in cuvid_decode_init()
/third_party/ffmpeg/libavdevice/
Dkmsgrab.c420 err = av_hwdevice_ctx_create(&ctx->device_ref, AV_HWDEVICE_TYPE_DRM, in kmsgrab_read_header()
/third_party/ffmpeg/doc/
DAPIchanges776 Add av_hwdevice_ctx_create().