Searched refs:v4l2_pix_format (Results  1 – 25 of 151) sorted by relevance
1234567
| /Linux-v5.4/drivers/media/platform/omap/ | 
| D | omap_voutlib.h | 15 void omap_vout_default_crop(struct v4l2_pix_format *pix,18 int omap_vout_new_crop(struct v4l2_pix_format *pix,
 30 void omap_vout_new_format(struct v4l2_pix_format *pix,
 
 | 
| D | omap_voutlib.c | 43 void omap_vout_default_crop(struct v4l2_pix_format *pix,  in omap_vout_default_crop()169 int omap_vout_new_crop(struct v4l2_pix_format *pix,  in omap_vout_new_crop()
 285 void omap_vout_new_format(struct v4l2_pix_format *pix,  in omap_vout_new_format()
 
 | 
| /Linux-v5.4/drivers/staging/media/sunxi/cedrus/ | 
| D | cedrus.h | 95 	struct v4l2_pix_format		src_fmt;96 	struct v4l2_pix_format		dst_fmt;
 170 					 struct v4l2_pix_format *pix_fmt,  in cedrus_buf_addr()
 
 | 
| D | cedrus_video.c | 92 static void cedrus_prepare_format(struct v4l2_pix_format *pix_fmt)  in cedrus_prepare_format()254 	struct v4l2_pix_format *pix_fmt = &f->fmt.pix;  in cedrus_try_fmt_vid_cap()
 270 	struct v4l2_pix_format *pix_fmt = &f->fmt.pix;  in cedrus_try_fmt_vid_out()
 368 	struct v4l2_pix_format *pix_fmt;  in cedrus_queue_setup()
 426 	struct v4l2_pix_format *pix_fmt;  in cedrus_buf_prepare()
 
 | 
| D | cedrus_hw.h | 23 			   struct v4l2_pix_format *fmt);
 | 
| /Linux-v5.4/Documentation/media/uapi/v4l/ | 
| D | pixfmt-v4l2-mplane.rst | 51 	lines. See struct :c:type:`v4l2_pix_format`.74 	:c:type:`v4l2_pix_format`.
 78 	:c:type:`v4l2_pix_format`.
 86         See struct :c:type:`v4l2_pix_format`.
 90         See struct :c:type:`v4l2_pix_format`.
 
 | 
| D | dev-output.rst | 76 :c:type:`v4l2_pix_format` ``pix`` or the struct82 fields of the struct :c:type:`v4l2_pix_format`
 93 The contents of struct :c:type:`v4l2_pix_format` and
 
 | 
| D | dev-capture.rst | 79 :c:type:`v4l2_pix_format` ``pix`` or the struct85 fields of the struct :c:type:`v4l2_pix_format`
 96 The contents of struct :c:type:`v4l2_pix_format` and
 
 | 
| D | pixfmt.rst | 16 with applications. The struct :c:type:`v4l2_pix_format` and
 | 
| /Linux-v5.4/include/media/ | 
| D | v4l2-mediabus.h | 110 v4l2_fill_pix_format(struct v4l2_pix_format *pix_fmt,  in v4l2_fill_pix_format()132 					 const struct v4l2_pix_format *pix_fmt,  in v4l2_fill_mbus_format()
 
 | 
| /Linux-v5.4/drivers/media/platform/ | 
| D | via-camera.c | 100 	struct v4l2_pix_format sensor_format;101 	struct v4l2_pix_format user_format;
 780 static const struct v4l2_pix_format viacam_def_pix_format = {
 805 static void viacam_fmt_pre(struct v4l2_pix_format *userfmt,  in viacam_fmt_pre()
 806 		struct v4l2_pix_format *sensorfmt)  in viacam_fmt_pre()
 821 static void viacam_fmt_post(struct v4l2_pix_format *userfmt,  in viacam_fmt_post()
 822 		struct v4l2_pix_format *sensorfmt)  in viacam_fmt_post()
 843 		struct v4l2_pix_format *upix, struct v4l2_pix_format *spix)  in viacam_do_try_fmt()
 
 | 
| D | sh_vou.c | 80 	struct v4l2_pix_format pix;242 	struct v4l2_pix_format *pix = &vou_dev->pix;  in sh_vou_queue_setup()
 257 	struct v4l2_pix_format *pix = &vou_dev->pix;  in sh_vou_buf_prepare()
 424 	struct v4l2_pix_format *pix = &vou_dev->pix;  in sh_vou_configure_geometry()
 655 	struct v4l2_pix_format *pix = &fmt->fmt.pix;  in sh_vou_try_fmt_vid_out()
 688 				struct v4l2_pix_format *pix)  in sh_vou_set_fmt_vid_out()
 932 	struct v4l2_pix_format *pix = &vou_dev->pix;  in sh_vou_s_selection()
 1218 	struct v4l2_pix_format *pix;  in sh_vou_probe()
 
 | 
| /Linux-v5.4/drivers/media/usb/gspca/ | 
| D | gspca.h | 51 	const struct v4l2_pix_format *cam_mode;	/* size nmodes */191 	struct v4l2_pix_format pixfmt;	/* current mode parameters */
 
 | 
| D | jl2005bcd.c | 32 	const struct v4l2_pix_format *cap_mode;42 static const struct v4l2_pix_format cif_mode[] = {
 55 static const struct v4l2_pix_format vga_mode[] = {
 
 | 
| D | sq905c.c | 51 	const struct v4l2_pix_format *cap_mode;62 static struct v4l2_pix_format sq905c_mode[] = {
 
 | 
| D | ov534_9.c | 53 static const struct v4l2_pix_format ov965x_mode[] = {81 static const struct v4l2_pix_format ov971x_mode[] = {
 89 static const struct v4l2_pix_format ov562x_mode[] = {
 107 static const struct v4l2_pix_format ov361x_mode[] = {
 
 | 
| /Linux-v5.4/include/media/drv-intf/ | 
| D | saa7146_vv.h | 63 	struct v4l2_pix_format  *fmt;127 	struct v4l2_pix_format		video_fmt;
 
 | 
| /Linux-v5.4/drivers/media/platform/vimc/ | 
| D | vimc-capture.c | 25 	struct v4l2_pix_format format;41 static const struct v4l2_pix_format fmt_default = {
 72 				struct v4l2_pix_format *fmt)  in vimc_cap_get_format()
 93 	struct v4l2_pix_format *format = &f->fmt.pix;  in vimc_cap_try_fmt_vid_cap()
 
 | 
| D | vimc-common.h | 111 			      struct v4l2_pix_format *fmt);
 | 
| /Linux-v5.4/drivers/media/platform/xilinx/ | 
| D | xilinx-dma.h | 83 	struct v4l2_pix_format format;
 | 
| /Linux-v5.4/include/media/davinci/ | 
| D | vpbe_display.h | 84 	struct v4l2_pix_format pix_fmt;
 | 
| /Linux-v5.4/drivers/media/usb/gspca/gl860/ | 
| D | gl860.c | 223 static struct v4l2_pix_format mi2020_mode[] = {250 static struct v4l2_pix_format ov2640_mode[] = {
 277 static struct v4l2_pix_format mi1320_mode[] = {
 298 static struct v4l2_pix_format ov9655_mode[] = {
 
 | 
| /Linux-v5.4/drivers/media/platform/rcar-vin/ | 
| D | rcar-v4l2.c | 83 				    struct v4l2_pix_format *pix)  in rvin_format_bytesperline()98 static u32 rvin_format_sizeimage(struct v4l2_pix_format *pix)  in rvin_format_sizeimage()
 106 static void rvin_format_align(struct rvin_dev *vin, struct v4l2_pix_format *pix)  in rvin_format_align()
 181 			   struct v4l2_pix_format *pix,  in rvin_try_format()
 674 			       struct v4l2_pix_format *pix)  in rvin_mc_try_format()
 
 | 
| D | rcar-vin.h | 214 	struct v4l2_pix_format format;
 | 
| /Linux-v5.4/drivers/staging/media/omap4iss/ | 
| D | iss_video.h | 26 struct v4l2_pix_format;
 | 
        1234567