/linux/Documentation/userspace-api/media/v4l/ |
A D | pixfmt-v4l2-mplane.rst | 44 lines. See struct :c:type:`v4l2_pix_format`. 67 :c:type:`v4l2_pix_format`. 71 :c:type:`v4l2_pix_format`. 79 See struct :c:type:`v4l2_pix_format`. 83 See struct :c:type:`v4l2_pix_format`. 101 See struct :c:type:`v4l2_pix_format`. 105 See struct :c:type:`v4l2_pix_format`. 111 See struct :c:type:`v4l2_pix_format`. 115 See struct :c:type:`v4l2_pix_format`.
|
A D | dev-output.rst | 67 :c:type:`v4l2_pix_format` ``pix`` or the struct 73 fields of the struct :c:type:`v4l2_pix_format` 84 The contents of struct :c:type:`v4l2_pix_format` and
|
A D | dev-capture.rst | 70 :c:type:`v4l2_pix_format` ``pix`` or the struct 76 fields of the struct :c:type:`v4l2_pix_format` 87 The contents of struct :c:type:`v4l2_pix_format` and
|
/linux/drivers/media/platform/omap/ |
A 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,
|
A 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/drivers/media/test-drivers/vivid/ |
A D | vivid-touch-cap.c | 16 struct v4l2_pix_format *f = &dev->tch_format; in touch_cap_queue_setup() 36 struct v4l2_pix_format *f = &dev->tch_format; in touch_cap_buf_prepare() 187 struct v4l2_pix_format *f = &dev->tch_format; in vivid_set_touch() 227 static void vivid_tch_buf_set(struct v4l2_pix_format *f, in vivid_tch_buf_set() 258 struct v4l2_pix_format *f = &dev->tch_format; in vivid_fillbuff_tch()
|
/linux/drivers/staging/media/sunxi/cedrus/ |
A D | cedrus.h | 116 struct v4l2_pix_format src_fmt; 117 struct v4l2_pix_format dst_fmt; 223 struct v4l2_pix_format *pix_fmt, in cedrus_buf_addr()
|
A D | cedrus_video.c | 103 void cedrus_prepare_format(struct v4l2_pix_format *pix_fmt) in cedrus_prepare_format() 249 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() 401 struct v4l2_pix_format *pix_fmt; in cedrus_queue_setup() 451 struct v4l2_pix_format *pix_fmt; in cedrus_buf_prepare()
|
A D | cedrus_video.h | 29 void cedrus_prepare_format(struct v4l2_pix_format *pix_fmt);
|
A D | cedrus_hw.h | 23 struct v4l2_pix_format *fmt);
|
/linux/drivers/media/platform/sunxi/sun8i-rotate/ |
A D | sun8i-rotate.h | 108 struct v4l2_pix_format src_fmt; 109 struct v4l2_pix_format dst_fmt;
|
A D | sun8i_rotate.c | 176 static void rotate_prepare_format(struct v4l2_pix_format *pix_fmt) in rotate_prepare_format() 259 struct v4l2_pix_format *f, in rotate_set_cap_format() 429 struct v4l2_pix_format *pix_fmt; in rotate_queue_setup() 451 struct v4l2_pix_format *pix_fmt; in rotate_buf_prepare() 573 struct v4l2_pix_format fmt; in rotate_s_ctrl()
|
/linux/drivers/media/platform/ |
A 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()
|
A 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() 1222 struct v4l2_pix_format *pix; in sh_vou_probe()
|
/linux/include/media/ |
A D | v4l2-mediabus.h | 137 v4l2_fill_pix_format(struct v4l2_pix_format *pix_fmt, in v4l2_fill_pix_format() 159 const struct v4l2_pix_format *pix_fmt, in v4l2_fill_mbus_format()
|
/linux/drivers/media/platform/sunxi/sun8i-di/ |
A D | sun8i-di.h | 202 struct v4l2_pix_format src_fmt; 203 struct v4l2_pix_format dst_fmt;
|
/linux/drivers/media/usb/gspca/ |
A D | gspca.h | 51 const struct v4l2_pix_format *cam_mode; /* size nmodes */ 192 struct v4l2_pix_format pixfmt; /* current mode parameters */
|
A 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[] = {
|
A D | sq905c.c | 51 const struct v4l2_pix_format *cap_mode; 62 static struct v4l2_pix_format sq905c_mode[] = {
|
/linux/drivers/media/test-drivers/vimc/ |
A D | vimc-capture.c | 18 struct v4l2_pix_format format; 35 static const struct v4l2_pix_format fmt_default = { 66 struct v4l2_pix_format *fmt) in vimc_cap_get_format() 87 struct v4l2_pix_format *format = &f->fmt.pix; in vimc_cap_try_fmt_vid_cap()
|
/linux/include/media/drv-intf/ |
A D | saa7146_vv.h | 63 struct v4l2_pix_format *fmt; 127 struct v4l2_pix_format video_fmt;
|
/linux/drivers/media/usb/gspca/gl860/ |
A 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/drivers/staging/media/imx/ |
A D | imx-media.h | 108 struct v4l2_pix_format fmt; 199 int imx_media_mbus_fmt_to_pix_fmt(struct v4l2_pix_format *pix,
|
/linux/drivers/media/platform/xilinx/ |
A D | xilinx-dma.h | 83 struct v4l2_pix_format format;
|
/linux/drivers/staging/media/atomisp/pci/ |
A D | atomisp_subdev.h | 93 struct v4l2_pix_format pix; 337 struct v4l2_pix_format dvs_envelop;
|