shithub: riscv

ref: 26e4a18e7060b0300f57f6592e3440b5e0a4aea1
dir: /sys/src/cmd/nusb/cam/fns.h/

View raw version
char *ctlread(Cam *);
void printProbeControl(Fmt *fmt, void *vp);
void printDescriptor(Fmt *, Iface *, void *);
int videoopen(Cam *, int);
void videoclose(Cam *);
void videoread(Req *, Cam *, int);
void videoflush(Req *, Cam *);
int getframedesc(Cam *, int, int, Format **, VSUncompressedFrame **);
int ctlwrite(Cam *, char *);