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

  /src/bin/ps/
ps.c 143 char vfmt[] = "pid state time sl re pagein vsz rss lim tsiz %cpu %mem command"; variable in typeref:typename:char[]
368 parsefmt(vfmt);
371 vfmt[0] = '\0';
  /src/sys/dev/
video.c 787 struct video_format vfmt; local in function:video_enum_format
795 err = hw->enum_format(sc->hw_softc, fmtdesc->index, &vfmt);
799 video_format_to_v4l2_format(&vfmt, &fmt);
803 if (vfmt.pixel_format >= VIDEO_FORMAT_MJPEG)
806 video_pixel_format_str(vfmt.pixel_format),
817 struct video_format vfmt; local in function:video_enum_framesizes
832 err = hw->enum_format(sc->hw_softc, n, &vfmt);
836 video_format_to_v4l2_format(&vfmt, &fmt);
845 frmdesc->discrete.width = vfmt.width;
846 frmdesc->discrete.height = vfmt.height
870 struct video_format vfmt; local in function:video_get_format
890 struct video_format vfmt; local in function:video_set_format
915 struct video_format vfmt; local in function:video_try_format
    [all...]

Completed in 13 milliseconds