Home
last modified time | relevance | path

Searched refs:hwaccels (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/fftools/
Dffmpeg.h129 SpecifierOpt *hwaccels; member
640 extern const HWAccel hwaccels[];
Dffmpeg_opt.c136 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) },
Dffmpeg.c2901 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/
Dconfigure69 --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/
DAPIchanges615 Add AVCodecContext.hwaccel_flags field. This will control some hwaccels at
Dffmpeg.texi1245 @item -hwaccels
/third_party/gstreamer/gst_libav/
DChangeLog3879 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