Searched defs:v4l2_format (Results 1 - 2 of 2) sorted by relevance

/external/libvncserver/x11vnc/
H A Dv4l.c117 static struct v4l2_format v4l2_format; variable in typeref:struct:v4l2_format
993 memset(&v4l2_format, 0, sizeof(v4l2_format));
1047 v4l2_format.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
1048 if (ioctl(fd, VIDIOC_G_FMT, &v4l2_format) == -1) {
1051 if (v) fprintf(stderr, " width: %d\n", v4l2_format.fmt.pix.width);
1052 if (v) fprintf(stderr, " height: %d\n", v4l2_format.fmt.pix.height);
1054 v4l2_format.fmt.pix.pixelformat,
1055 v4l2_lu_palette(v4l2_format
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dvideodev2.h1806 * struct v4l2_format - stream data format
1815 struct v4l2_format { struct
1986 struct v4l2_format format;
1997 #define VIDIOC_G_FMT _IOWR('V', 4, struct v4l2_format)
1998 #define VIDIOC_S_FMT _IOWR('V', 5, struct v4l2_format)
2042 #define VIDIOC_TRY_FMT _IOWR('V', 64, struct v4l2_format)

Completed in 177 milliseconds