OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vfmt
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/
video.c
787
struct video_format
vfmt
;
local
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
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
890
struct video_format
vfmt
;
local
915
struct video_format
vfmt
;
local
[
all
...]
/src/bin/ps/
ps.c
143
char
vfmt
[] = "pid state time sl re pagein vsz rss lim tsiz %cpu %mem command";
variable
368
parsefmt(
vfmt
);
371
vfmt
[0] = '\0';
Completed in 17 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026