Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
H A Dffmpeg_hw.c94 int hw_device_init_from_string(const char *arg, HWDevice **dev_out) in hw_device_init_from_string() argument
222 if (dev_out) in hw_device_init_from_string()
223 *dev_out = dev; in hw_device_init_from_string()
247 HWDevice **dev_out) in hw_device_init_from_type()
277 if (dev_out) in hw_device_init_from_type()
278 *dev_out = dev; in hw_device_init_from_type()
245 hw_device_init_from_type(enum AVHWDeviceType type, const char *device, HWDevice **dev_out) hw_device_init_from_type() argument
/third_party/ntfs-3g/ntfsprogs/
H A 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,
[all...]

Completed in 6 milliseconds