av_hwdevice_iterate_types  169 doc/examples/hw_decode.c         while((type = av_hwdevice_iterate_types(type)) != AV_HWDEVICE_TYPE_NONE)
av_hwdevice_iterate_types  237 fftools/ffmpeg_opt.c     while ((type = av_hwdevice_iterate_types(type)) !=
av_hwdevice_iterate_types  556 fftools/ffmpeg_opt.c         while ((type = av_hwdevice_iterate_types(type)) !=
av_hwdevice_iterate_types  926 fftools/ffmpeg_opt.c                         while ((type = av_hwdevice_iterate_types(type)) !=
av_hwdevice_iterate_types  257 libavutil/hwcontext.h enum AVHWDeviceType av_hwdevice_iterate_types(enum AVHWDeviceType prev);
av_hwdevice_iterate_types   35 libavutil/tests/hwdevice.c         derived_type = av_hwdevice_iterate_types(derived_type);
av_hwdevice_iterate_types  208 libavutil/tests/hwdevice.c         type = av_hwdevice_iterate_types(type);