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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg_vdpau.c212 ctx->dpy = XOpenDisplay(ist->hwaccel_device);
215 XDisplayName(ist->hwaccel_device));
H A Dffmpeg_dxva2.c349 if (ist->hwaccel_device) {
350 adapter = atoi(ist->hwaccel_device);
H A Dffmpeg.h306 char *hwaccel_device; member in struct:InputStream
H A Dffmpeg_opt.c571 char *framerate = NULL, *hwaccel = NULL, *hwaccel_device = NULL; local
677 MATCH_PER_STREAM_OPT(hwaccel_devices, str, hwaccel_device, ic, st);
678 if (hwaccel_device) {
679 ist->hwaccel_device = av_strdup(hwaccel_device);
680 if (!ist->hwaccel_device)
2954 { "hwaccel_device", OPT_VIDEO | OPT_STRING | HAS_ARG | OPT_EXPERT |
H A Dffmpeg.c506 av_freep(&ist->hwaccel_device);

Completed in 56 milliseconds