Home
last modified time | relevance | path

Searched refs:hwaccel_device (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/fftools/
H A Dffmpeg_hw.c324 if (ist->hwaccel_device) { in hw_device_setup_for_decode()
325 dev = hw_device_get_by_name(ist->hwaccel_device); in hw_device_setup_for_decode()
331 err = hw_device_init_from_type(type, ist->hwaccel_device, in hw_device_setup_for_decode()
335 // (using hwaccel_device), so nothing further needed here. in hw_device_setup_for_decode()
404 err = hw_device_init_from_type(type, ist->hwaccel_device, in hw_device_setup_for_decode()
410 if (ist->hwaccel_device) { in hw_device_setup_for_decode()
414 ist->hwaccel_device); in hw_device_setup_for_decode()
H A Dffmpeg_qsv.c59 ist->hwaccel_device, dict, 0); in qsv_device_init()
H A Dffmpeg.h379 char *hwaccel_device; member
H A Dffmpeg_opt.c75 static const char *const opt_name_hwaccel_devices[] = {"hwaccel_device", NULL};
872 char *framerate = NULL, *hwaccel_device = NULL; in add_input_streams() local
1032 MATCH_PER_STREAM_OPT(hwaccel_devices, str, hwaccel_device, ic, st); in add_input_streams()
1033 if (hwaccel_device) { in add_input_streams()
1034 ist->hwaccel_device = av_strdup(hwaccel_device); in add_input_streams()
1035 if (!ist->hwaccel_device) in add_input_streams()
3923 { "hwaccel_device", OPT_VIDEO | OPT_STRING | HAS_ARG | OPT_EXPERT |
H A Dffmpeg.c622 av_freep(&ist->hwaccel_device); in ffmpeg_cleanup()

Completed in 15 milliseconds