Home
last modified time | relevance | path

Searched refs:dev_out (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/fftools/
Dffmpeg_hw.c94 int hw_device_init_from_string(const char *arg, HWDevice **dev_out) in hw_device_init_from_string() argument
208 if (dev_out) in hw_device_init_from_string()
209 *dev_out = dev; in hw_device_init_from_string()
233 HWDevice **dev_out) in hw_device_init_from_type() argument
263 if (dev_out) in hw_device_init_from_type()
264 *dev_out = dev; in hw_device_init_from_type()
/third_party/ntfs-3g/ntfsprogs/
Dntfsclone.c123 #define ftruncate(fd, size) ntfs_device_win32_ftruncate(dev_out, size)
207 struct ntfs_device *dev_out = (struct ntfs_device*)NULL; variable
684 else if (dev_out)
685 i = dev_out->d_ops->write(dev_out,
872 if (dev_out)
873 ret = (dev_out->d_ops->seek)(dev_out, pos, mode);
2497 if (dev_out)
2498 dest_size = ntfs_device_size_get(dev_out, 1);
2650 dev_out = ntfs_device_alloc(opt.output, 0,
2652 if (!dev_out
[all …]