Searched refs:v4l2_format (Results 76 - 100 of 219) sorted by relevance

123456789

/linux-master/drivers/media/platform/sunxi/sun6i-csi/
H A Dsun6i_csi_capture.c666 static void sun6i_csi_capture_format_prepare(struct v4l2_format *format)
744 struct v4l2_format *format)
754 struct v4l2_format *format)
770 struct v4l2_format *format)
979 struct v4l2_format *format = &csi_dev->capture.format;
/linux-master/drivers/media/platform/renesas/rcar-vin/
H A Drcar-v4l2.c319 struct v4l2_format *f)
327 struct v4l2_format *f)
355 struct v4l2_format *f)
887 struct v4l2_format *f)
897 struct v4l2_format *f)
/linux-master/drivers/media/platform/ti/j721e-csi2rx/
H A Dj721e-csi2rx.c107 struct v4l2_format v_fmt;
243 struct v4l2_format *v4l2_fmt)
303 struct v4l2_format *f)
313 struct v4l2_format *f)
334 struct v4l2_format *f)
/linux-master/drivers/media/pci/solo6x10/
H A Dsolo6x10-v4l2.c461 struct v4l2_format *f)
480 struct v4l2_format *f)
493 struct v4l2_format *f)
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-sdr-cap.c457 int vidioc_g_fmt_sdr_cap(struct file *file, void *fh, struct v4l2_format *f)
466 int vidioc_s_fmt_sdr_cap(struct file *file, void *fh, struct v4l2_format *f)
490 int vidioc_try_fmt_sdr_cap(struct file *file, void *fh, struct v4l2_format *f)
H A Dvivid-vid-common.c822 void fmt_sp2mp(const struct v4l2_format *sp_fmt, struct v4l2_format *mp_fmt)
849 struct v4l2_format *f, fmtfunc func)
851 struct v4l2_format fmt;
H A Dvivid-meta-cap.c146 struct v4l2_format *f)
/linux-master/drivers/media/platform/xilinx/
H A Dxilinx-dma.c508 xvip_dma_get_format(struct file *file, void *fh, struct v4l2_format *format)
568 xvip_dma_try_format(struct file *file, void *fh, struct v4l2_format *format)
578 xvip_dma_set_format(struct file *file, void *fh, struct v4l2_format *format)
/linux-master/drivers/media/pci/mgb4/
H A Dmgb4_vout.c205 static int vidioc_g_fmt(struct file *file, void *priv, struct v4l2_format *f)
220 static int vidioc_try_fmt(struct file *file, void *priv, struct v4l2_format *f)
236 static int vidioc_s_fmt(struct file *file, void *priv, struct v4l2_format *f)
/linux-master/samples/v4l/
H A Dv4l2-pci-skeleton.c341 struct v4l2_format *f)
359 struct v4l2_format *f)
381 struct v4l2_format *f)
/linux-master/drivers/usb/gadget/function/
H A Duvc_v4l2.c217 uvc_v4l2_get_format(struct file *file, void *fh, struct v4l2_format *fmt)
236 uvc_v4l2_try_format(struct file *file, void *fh, struct v4l2_format *fmt)
276 uvc_v4l2_set_format(struct file *file, void *fh, struct v4l2_format *fmt)
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-isp-video.c374 struct v4l2_format *f)
408 struct v4l2_format *f)
417 struct v4l2_format *f)
/linux-master/drivers/media/platform/st/sti/hva/
H A Dhva-v4l2.c296 static int hva_g_fmt_stream(struct file *file, void *fh, struct v4l2_format *f)
315 static int hva_g_fmt_frame(struct file *file, void *fh, struct v4l2_format *f)
336 struct v4l2_format *f)
400 struct v4l2_format *f)
450 static int hva_s_fmt_stream(struct file *file, void *fh, struct v4l2_format *f)
480 static int hva_s_fmt_frame(struct file *file, void *fh, struct v4l2_format *f)
/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-v4l2.c74 static struct v4l2_format pvr_format [] = {
392 static int pvr2_g_fmt_vid_cap(struct file *file, void *priv, struct v4l2_format *vf)
398 memcpy(vf, &pvr_format[PVR_FORMAT_PIX], sizeof(struct v4l2_format));
412 static int pvr2_try_fmt_vid_cap(struct file *file, void *priv, struct v4l2_format *vf)
444 sizeof(struct v4l2_format));
450 static int pvr2_s_fmt_vid_cap(struct file *file, void *priv, struct v4l2_format *vf)
/linux-master/drivers/media/pci/cobalt/
H A Dcobalt-v4l2.c703 struct v4l2_format *f)
732 struct v4l2_format *f)
793 struct v4l2_format *f)
827 struct v4l2_format *f)
868 struct v4l2_format *f)
905 struct v4l2_format *f)
/linux-master/drivers/media/platform/nxp/dw100/
H A Ddw100.c197 static const struct dw100_fmt *dw100_find_format(struct v4l2_format *f)
738 static int dw100_g_fmt_vid(struct file *file, void *priv, struct v4l2_format *f)
755 static int dw100_try_fmt(struct file *file, struct v4l2_format *f)
803 static int dw100_s_fmt(struct dw100_ctx *ctx, struct v4l2_format *f)
868 struct v4l2_format *f)
877 struct v4l2_format *f)
894 struct v4l2_format *f)
903 struct v4l2_format *f)
/linux-master/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-core.h393 int gsc_try_fmt_mplane(struct gsc_ctx *ctx, struct v4l2_format *f);
395 int gsc_g_fmt_mplane(struct gsc_ctx *ctx, struct v4l2_format *f);
/linux-master/drivers/staging/vc04_services/bcm2835-camera/
H A Dbcm2835-camera.c189 static struct mmal_fmt *get_format(struct v4l2_format *f)
710 struct v4l2_format *f)
720 struct v4l2_format *f)
751 struct v4l2_format *f)
905 struct v4l2_format *f)
930 struct v4l2_format *f)
1006 struct v4l2_format *f)
1052 struct v4l2_format *f,
1140 struct v4l2_format *f)
1282 struct v4l2_format *
[all...]
/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-vbi.c37 struct v4l2_format *f)
/linux-master/drivers/media/usb/gspca/
H A Dgspca.h96 struct v4l2_format *fmt);
/linux-master/drivers/media/pci/cx88/
H A Dcx88-vbi.c24 struct v4l2_format *f)
/linux-master/drivers/media/platform/samsung/s5p-g2d/
H A Dg2d.c71 static struct g2d_fmt *find_fmt(struct v4l2_format *f)
308 static int vidioc_g_fmt(struct file *file, void *prv, struct v4l2_format *f)
330 static int vidioc_try_fmt(struct file *file, void *prv, struct v4l2_format *f)
360 static int vidioc_s_fmt(struct file *file, void *prv, struct v4l2_format *f)
/linux-master/drivers/media/common/saa7146/
H A Dsaa7146_video.c340 static int vidioc_g_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *f)
349 static int vidioc_g_fmt_vbi_cap(struct file *file, void *fh, struct v4l2_format *f)
358 static int vidioc_try_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *f)
420 static int vidioc_s_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *f)
/linux-master/drivers/media/platform/ti/cal/
H A Dcal.h236 struct v4l2_format v_fmt;
/linux-master/drivers/staging/media/deprecated/atmel/
H A Datmel-isc.h283 struct v4l2_format fmt;

Completed in 204 milliseconds

123456789