Home
last modified time | relevance | path

Searched refs:pix (Results 1 – 25 of 36) sorted by relevance

12

/Documentation/media/uapi/v4l/
Dv4l2grab.c.rst84 fmt.fmt.pix.width = 640;
85 fmt.fmt.pix.height = 480;
86 fmt.fmt.pix.pixelformat = V4L2_PIX_FMT_RGB24;
87 fmt.fmt.pix.field = V4L2_FIELD_INTERLACED;
89 if (fmt.fmt.pix.pixelformat != V4L2_PIX_FMT_RGB24) {
93 if ((fmt.fmt.pix.width != 640) || (fmt.fmt.pix.height != 480))
95 fmt.fmt.pix.width, fmt.fmt.pix.height);
162 fmt.fmt.pix.width, fmt.fmt.pix.height);
Dpixfmt-srggb10alaw8.rst11 .. _v4l2-pix-fmt-sgbrg10alaw8:
12 .. _v4l2-pix-fmt-sgrbg10alaw8:
13 .. _v4l2-pix-fmt-srggb10alaw8:
Dpixfmt-srggb10dpcm8.rst11 .. _v4l2-pix-fmt-sgbrg10dpcm8:
12 .. _v4l2-pix-fmt-sgrbg10dpcm8:
13 .. _v4l2-pix-fmt-srggb10dpcm8:
Dcapture.c.rst500 fmt.fmt.pix.width = 640;
501 fmt.fmt.pix.height = 480;
502 fmt.fmt.pix.pixelformat = V4L2_PIX_FMT_YUYV;
503 fmt.fmt.pix.field = V4L2_FIELD_INTERLACED;
516 min = fmt.fmt.pix.width * 2;
517 if (fmt.fmt.pix.bytesperline < min)
518 fmt.fmt.pix.bytesperline = min;
519 min = fmt.fmt.pix.bytesperline * fmt.fmt.pix.height;
520 if (fmt.fmt.pix.sizeimage < min)
521 fmt.fmt.pix.sizeimage = min;
[all …]
Dpixfmt-srggb8.rst11 .. _v4l2-pix-fmt-sbggr8:
12 .. _v4l2-pix-fmt-sgbrg8:
13 .. _v4l2-pix-fmt-sgrbg8:
Dpixfmt-srggb16.rst11 .. _v4l2-pix-fmt-sbggr16:
12 .. _v4l2-pix-fmt-sgbrg16:
13 .. _v4l2-pix-fmt-sgrbg16:
Dpixfmt-srggb12.rst11 .. _v4l2-pix-fmt-sbggr12:
12 .. _v4l2-pix-fmt-sgbrg12:
13 .. _v4l2-pix-fmt-sgrbg12:
Dpixfmt-srggb10.rst11 .. _v4l2-pix-fmt-sbggr10:
12 .. _v4l2-pix-fmt-sgbrg10:
13 .. _v4l2-pix-fmt-sgrbg10:
Dpixfmt-srggb12p.rst11 .. _v4l2-pix-fmt-sbggr12p:
12 .. _v4l2-pix-fmt-sgbrg12p:
13 .. _v4l2-pix-fmt-sgrbg12p:
Dpixfmt-srggb10p.rst11 .. _v4l2-pix-fmt-sbggr10p:
12 .. _v4l2-pix-fmt-sgbrg10p:
13 .. _v4l2-pix-fmt-sgrbg10p:
Dpixfmt-srggb14p.rst11 .. _v4l2-pix-fmt-sbggr14p:
12 .. _v4l2-pix-fmt-sgbrg14p:
13 .. _v4l2-pix-fmt-sgrbg14p:
Dcrop.rst216 format.fmt.pix.width = cropcap.defrect.width >> 1;
217 format.fmt.pix.height = cropcap.defrect.height >> 1;
218 format.fmt.pix.pixelformat = V4L2_PIX_FMT_YUYV;
312 hscale = format.fmt.pix.width / (double) crop.c.width;
313 vscale = format.fmt.pix.height / (double) crop.c.height;
323 dwidth = format.fmt.pix.width / aspect;
324 dheight = format.fmt.pix.height;
Dpixfmt-srggb10-ipu3.rst10 .. _v4l2-pix-fmt-ipu3-sbggr10:
11 .. _v4l2-pix-fmt-ipu3-sgbrg10:
12 .. _v4l2-pix-fmt-ipu3-sgrbg10:
13 .. _v4l2-pix-fmt-ipu3-srggb10:
Dvidioc-create-bufs.rst67 defined by the ``format.pix.sizeimage`` field (or the corresponding
68 fields for other format types). Usually if the ``format.pix.sizeimage``
Dvidioc-g-fmt.rst58 :c:type:`v4l2_pix_format` ``pix`` or the struct
112 - ``pix``
Dpixfmt-yuv410.rst11 .. _v4l2-pix-fmt-yuv410:
Dpixfmt-nv16m.rst11 .. _v4l2-pix-fmt-nv61m:
Dpixfmt-yuv420m.rst11 .. _v4l2-pix-fmt-yvu420m:
/Documentation/devicetree/bindings/display/
Dfsl,dcu.txt9 - clocks: Handle to "dcu" and "pix" clock (in the order below)
12 - clock-names: Should be "dcu" and "pix"
25 clock-names = "dcu", "pix";
Dmxsfb.txt14 - "pix" for the LCDIF block clock
29 clock-names = "pix", "axi", "disp_axi";
/Documentation/EDID/
Dedid.S55 #define pixdpi2mm(pix,dpi) ((pix*25)/dpi) argument
/Documentation/devicetree/bindings/display/imx/
Dfsl-imx-drm.txt119 - interface-pix-fmt: How this display is connected to the
135 interface-pix-fmt = "rgb24";
/Documentation/devicetree/bindings/media/
Dsamsung-fimc.txt58 - samsung,pix-limits: an array of maximum supported image sizes in pixels, for
73 - samsung,min-pix-sizes: an array specyfing minimum image size in pixels at
76 - samsung,min-pix-alignment: minimum supported image height alignment (first
Dimx.txt42 - clock-names : must contain "dphy", "ref", "pix";
/Documentation/fb/
Dpxafb.rst61 4pix | 8pix => LCCR0_DPD

12