Home
last modified time | relevance | path

Searched refs:HWDevice (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/fftools/
Dffmpeg_hw.c28 static HWDevice **hw_devices;
30 static HWDevice *hw_device_get_by_type(enum AVHWDeviceType type) in hw_device_get_by_type()
32 HWDevice *found = NULL; in hw_device_get_by_type()
44 HWDevice *hw_device_get_by_name(const char *name) in hw_device_get_by_name()
54 static HWDevice *hw_device_add(void) in hw_device_add()
63 hw_devices[nb_hw_devices] = av_mallocz(sizeof(HWDevice)); in hw_device_add()
94 int hw_device_init_from_string(const char *arg, HWDevice **dev_out) in hw_device_init_from_string()
106 HWDevice *dev, *src; in hw_device_init_from_string()
233 HWDevice **dev_out) in hw_device_init_from_type()
236 HWDevice *dev; in hw_device_init_from_type()
[all …]
Dffmpeg.h73 typedef struct HWDevice { struct
77 } HWDevice; argument
621 extern HWDevice *filter_hw_device;
657 HWDevice *hw_device_get_by_name(const char *name);
658 int hw_device_init_from_string(const char *arg, HWDevice **dev);
Dffmpeg_opt.c142 HWDevice *filter_hw_device;