HomeSort by: relevance | last modified time | path
    Searched refs:video_fract (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/
video_if.h 382 struct video_fract { struct
498 int (*get_framerate)(void *, struct video_fract *);
499 int (*set_framerate)(void *, struct video_fract *);
video.c 936 struct video_fract fract;
963 struct video_fract fract;
  /src/sys/dev/usb/
pseye.c 137 static int pseye_get_framerate(void *, struct video_fract *);
138 static int pseye_set_framerate(void *, struct video_fract *);
810 pseye_get_framerate(void *opaque, struct video_fract *fract)
820 pseye_set_framerate(void *opaque, struct video_fract *fract)
uvideo.c 279 static int uvideo_get_framerate(void *, struct video_fract *);
280 static int uvideo_set_framerate(void *, struct video_fract *);
2220 uvideo_get_framerate(void *addr, struct video_fract *fract)
2255 uvideo_set_framerate(void *addr, struct video_fract *fract)

Completed in 16 milliseconds