Searched refs:av_hwdevice_ctx_create (Results 1 – 15 of 15) sorted by relevance
/third_party/ffmpeg/fftools/ |
D | ffmpeg_hw.c | 150 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()
|
D | ffmpeg_qsv.c | 58 err = av_hwdevice_ctx_create(&hw_device_ctx, AV_HWDEVICE_TYPE_QSV, in qsv_device_init()
|
/third_party/ffmpeg/libavutil/ |
D | hwcontext.h | 303 int av_hwdevice_ctx_create(AVBufferRef **device_ctx, enum AVHWDeviceType type,
|
D | hwcontext.c | 610 int av_hwdevice_ctx_create(AVBufferRef **pdevice_ref, enum AVHWDeviceType type, in av_hwdevice_ctx_create() function
|
D | hwcontext_qsv.c | 1261 ret = av_hwdevice_ctx_create(&priv->child_device_ctx, child_device_type, in qsv_device_create()
|
/third_party/ffmpeg/libavutil/tests/ |
D | hwdevice.c | 104 err = av_hwdevice_ctx_create(&ref, type, device, opts, flags); in test_device()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_hwupload_cuda.c | 44 return av_hwdevice_ctx_create(&s->hwdevice, AV_HWDEVICE_TYPE_CUDA, buf, NULL, 0); in cudaupload_init()
|
/third_party/ffmpeg/doc/examples/ |
D | hw_decode.c | 53 if ((err = av_hwdevice_ctx_create(&hw_device_ctx, type, in hw_decoder_init()
|
D | vaapi_encode.c | 130 err = av_hwdevice_ctx_create(&hw_device_ctx, AV_HWDEVICE_TYPE_VAAPI, in main()
|
D | qsvdec.c | 180 ret = av_hwdevice_ctx_create(&decode.hw_device_ref, AV_HWDEVICE_TYPE_QSV, in main()
|
D | vaapi_transcode.c | 240 ret = av_hwdevice_ctx_create(&hw_device_ctx, AV_HWDEVICE_TYPE_VAAPI, NULL, NULL, 0); in main()
|
/third_party/ffmpeg/libavcodec/ |
D | qsv.c | 363 …ret = av_hwdevice_ctx_create(&qs->va_device_ref, AV_HWDEVICE_TYPE_VAAPI, NULL, child_device_opts, … in ff_qsv_set_display_handle()
|
D | cuviddec.c | 893 … ret = av_hwdevice_ctx_create(&ctx->hwdevice, AV_HWDEVICE_TYPE_CUDA, ctx->cu_gpu, NULL, 0); in cuvid_decode_init()
|
/third_party/ffmpeg/libavdevice/ |
D | kmsgrab.c | 420 err = av_hwdevice_ctx_create(&ctx->device_ref, AV_HWDEVICE_TYPE_DRM, in kmsgrab_read_header()
|
/third_party/ffmpeg/doc/ |
D | APIchanges | 776 Add av_hwdevice_ctx_create().
|