Searched refs:capture_device (Results 1 – 1 of 1) sorted by relevance
417 typedef struct capture_device struct419 int (*open)(struct capture_device *self, capture_device_cfg_t *cfg); argument420 int (*start)(struct capture_device *self); argument421 int (*read)(struct capture_device *self, const char *data, size_t data_len); argument422 int (*stop)(struct capture_device *self); argument423 int (*abort)(struct capture_device *self); argument424 int (*close)(struct capture_device *self); argument