HomeSort by: relevance | last modified time | path
    Searched defs:stdid (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/
video.c 985 v4l2_standard_to_video_standard(v4l2_std_id stdid,
989 switch (stdid) {
1045 video_get_standard(struct video_softc *sc, v4l2_std_id *stdid)
1054 *stdid = V4L2_STD_UNKNOWN;
1063 *stdid = std.id;
1069 video_set_standard(struct video_softc *sc, v4l2_std_id stdid)
1076 if (stdid != V4L2_STD_UNKNOWN)
1081 v4l2_standard_to_video_standard(stdid, &vstd);
1997 v4l2_std_id *stdid; local in function:videoioctl
2065 stdid = data
    [all...]

Completed in 12 milliseconds