Searched refs:hwaccels (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/ |
H A D | Makefile | 81 $(SRC_PATH)/libavcodec/hwaccels.h \
|
H A D | configure | 69 --list-hwaccels show all available hardware accelerators 159 --disable-hwaccels disable all hwaccels 1699 hwaccels 4015 HWACCEL_LIST=$(find_things_extern hwaccel AVHWAccel libavcodec/hwaccels.h)
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg.h | 127 SpecifierOpt *hwaccels; member
|
H A D | ffmpeg_opt.c | 975 MATCH_PER_STREAM_OPT(hwaccels, str, hwaccel, ic, st); in add_input_streams() 1002 // The NVDEC hwaccels use a CUDA device, so remap the name here. in add_input_streams() 1020 av_log(NULL, AV_LOG_FATAL, "Supported hwaccels: "); in add_input_streams() 3921 OPT_SPEC | OPT_INPUT, { .off = OFFSET(hwaccels) }, 3929 { "hwaccels", OPT_EXIT, { .func_arg = show_hwaccels },
|
Completed in 15 milliseconds