Home
last modified time | relevance | path

Searched refs:vfmt (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/
H A Dvideo.c786 struct video_format vfmt; in video_enum_format() local
794 err = hw->enum_format(sc->hw_softc, fmtdesc->index, &vfmt); in video_enum_format()
798 video_format_to_v4l2_format(&vfmt, &fmt); in video_enum_format()
802 if (vfmt.pixel_format >= VIDEO_FORMAT_MJPEG) in video_enum_format()
805 video_pixel_format_str(vfmt.pixel_format), in video_enum_format()
816 struct video_format vfmt; in video_enum_framesizes() local
824 err = hw->enum_format(sc->hw_softc, frmdesc->index, &vfmt); in video_enum_framesizes()
828 video_format_to_v4l2_format(&vfmt, &fmt); in video_enum_framesizes()
835 frmdesc->discrete.width = vfmt.width; in video_enum_framesizes()
836 frmdesc->discrete.height = vfmt.height; in video_enum_framesizes()
[all …]
/netbsd-src/bin/ps/
H A Dps.c143 char vfmt[] = "pid state time sl re pagein vsz rss lim tsiz %cpu %mem command"; variable
368 parsefmt(vfmt); in main()
371 vfmt[0] = '\0'; in main()
/netbsd-src/external/cddl/osnet/dist/lib/libnvpair/
H A Dlibnvpair.c189 #define NVLIST_PRTFUNC(type_and_variant, vtype, ptype, vfmt) \ argument
199 (void) fprintf(fp, vfmt, (ptype)value); \
222 #define NVLIST_ARRPRTFUNC(type_and_variant, vtype, ptype, vfmt) \ argument
240 (void) fprintf(fp, vfmt, (ptype)valuep[i]); \