OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fmtdesc
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/videoctl/
videoctl.c
244
struct v4l2_fmtdesc
fmtdesc
;
local
249
fmtdesc
.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
250
fmtdesc
.index = fmtnum;
251
error = ioctl(video_fd, VIDIOC_ENUM_FMT, &
fmtdesc
);
255
printf("info.format.%u=%s\n",
fmtdesc
.index,
256
fmtdesc
.description);
265
framesize.pixel_format =
fmtdesc
.pixelformat;
274
fmtdesc
.index, framesize.index,
280
fmtdesc
.index, framesize.index,
290
fmtdesc
.index, framesize.index
[
all
...]
/src/sys/dev/
video.c
784
video_enum_format(struct video_softc *sc, struct v4l2_fmtdesc *
fmtdesc
)
795
err = hw->enum_format(sc->hw_softc,
fmtdesc
->index, &vfmt);
801
fmtdesc
->type = V4L2_BUF_TYPE_VIDEO_CAPTURE; /* TODO: only one type for now */
802
fmtdesc
->flags = 0;
804
fmtdesc
->flags = V4L2_FMT_FLAG_COMPRESSED;
805
strlcpy(
fmtdesc
->description,
807
sizeof(
fmtdesc
->description));
808
fmtdesc
->pixelformat = fmt.fmt.pix.pixelformat;
1983
struct v4l2_fmtdesc *
fmtdesc
;
local
2038
fmtdesc
= data
[
all
...]
Completed in 21 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026