Searched refs:hwaccels (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/fftools/ |
D | ffmpeg.h | 129 SpecifierOpt *hwaccels; member 640 extern const HWAccel hwaccels[];
|
D | ffmpeg_opt.c | 136 const HWAccel hwaccels[] = { variable 886 MATCH_PER_STREAM_OPT(hwaccels, str, hwaccel, ic, st); in add_input_streams() 918 for (i = 0; hwaccels[i].name; i++) { in add_input_streams() 919 if (!strcmp(hwaccels[i].name, hwaccel)) { in add_input_streams() 920 ist->hwaccel_id = hwaccels[i].id; in add_input_streams() 3697 … OPT_SPEC | OPT_INPUT, { .off = OFFSET(hwaccels) },
|
D | ffmpeg.c | 2901 for (i = 0; hwaccels[i].name; i++) { in get_format() 2902 if (hwaccels[i].pix_fmt == *p) { in get_format() 2903 hwaccel = &hwaccels[i]; in get_format()
|
/third_party/ffmpeg/ |
D | configure | 69 --list-hwaccels show all available hardware accelerators 161 --disable-hwaccels disable all hwaccels 3926 HWACCEL_LIST=$(find_things_extern hwaccel AVHWAccel libavcodec/hwaccels.h)
|
/third_party/ffmpeg/doc/ |
D | APIchanges | 615 Add AVCodecContext.hwaccel_flags field. This will control some hwaccels at
|
D | ffmpeg.texi | 1245 @item -hwaccels
|
/third_party/gstreamer/gst_libav/ |
D | ChangeLog | 3879 cuases linker errors when compiling on OSX. Oddly, --disable-hwaccels 5368 It is enabled although we pass --disable-hwaccels apparently and 10177 configure.ac: re-indent long line, remove --disable-vhook, use --disable-hwaccels
|