| /Linux-v5.10/include/media/ | 
| D | v4l2-ioctl.h | 321 				    struct v4l2_format *f); 323 					struct v4l2_format *f); 325 				    struct v4l2_format *f); 327 					    struct v4l2_format *f); 329 				    struct v4l2_format *f); 331 				    struct v4l2_format *f); 333 					   struct v4l2_format *f); 335 					   struct v4l2_format *f); 337 					   struct v4l2_format *f); 339 					   struct v4l2_format *f); [all …] 
 | 
| /Linux-v5.10/drivers/media/test-drivers/vivid/ | 
| D | vivid-vid-out.h | 15 int vivid_g_fmt_vid_out(struct file *file, void *priv, struct v4l2_format *f); 16 int vivid_try_fmt_vid_out(struct file *file, void *priv, struct v4l2_format *f); 17 int vivid_s_fmt_vid_out(struct file *file, void *priv, struct v4l2_format *f); 18 int vidioc_g_fmt_vid_out_mplane(struct file *file, void *priv, struct v4l2_format *f); 19 int vidioc_try_fmt_vid_out_mplane(struct file *file, void *priv, struct v4l2_format *f); 20 int vidioc_s_fmt_vid_out_mplane(struct file *file, void *priv, struct v4l2_format *f); 21 int vidioc_g_fmt_vid_out(struct file *file, void *priv, struct v4l2_format *f); 22 int vidioc_try_fmt_vid_out(struct file *file, void *priv, struct v4l2_format *f); 23 int vidioc_s_fmt_vid_out(struct file *file, void *priv, struct v4l2_format *f); 28 int vidioc_g_fmt_vid_out_overlay(struct file *file, void *priv, struct v4l2_format *f); [all …] 
 | 
| D | vivid-vid-cap.h | 20 int vivid_g_fmt_vid_cap(struct file *file, void *priv, struct v4l2_format *f); 21 int vivid_try_fmt_vid_cap(struct file *file, void *priv, struct v4l2_format *f); 22 int vivid_s_fmt_vid_cap(struct file *file, void *priv, struct v4l2_format *f); 23 int vidioc_g_fmt_vid_cap_mplane(struct file *file, void *priv, struct v4l2_format *f); 24 int vidioc_try_fmt_vid_cap_mplane(struct file *file, void *priv, struct v4l2_format *f); 25 int vidioc_s_fmt_vid_cap_mplane(struct file *file, void *priv, struct v4l2_format *f); 26 int vidioc_g_fmt_vid_cap(struct file *file, void *priv, struct v4l2_format *f); 27 int vidioc_try_fmt_vid_cap(struct file *file, void *priv, struct v4l2_format *f); 28 int vidioc_s_fmt_vid_cap(struct file *file, void *priv, struct v4l2_format *f); 33 int vidioc_g_fmt_vid_overlay(struct file *file, void *priv, struct v4l2_format *f); [all …] 
 | 
| D | vivid-vbi-out.h | 13 					struct v4l2_format *f); 15 					struct v4l2_format *f); 16 int vidioc_g_fmt_sliced_vbi_out(struct file *file, void *fh, struct v4l2_format *fmt); 17 int vidioc_try_fmt_sliced_vbi_out(struct file *file, void *fh, struct v4l2_format *fmt); 18 int vidioc_s_fmt_sliced_vbi_out(struct file *file, void *fh, struct v4l2_format *fmt);
  | 
| D | vivid-vbi-cap.h | 16 					struct v4l2_format *f); 18 					struct v4l2_format *f); 19 int vidioc_g_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt); 20 int vidioc_try_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt); 21 int vidioc_s_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt);
  | 
| D | vivid-vid-common.h | 11 typedef int (*fmtfunc)(struct file *file, void *priv, struct v4l2_format *f); 17 void fmt_sp2mp(const struct v4l2_format *sp_fmt, struct v4l2_format *mp_fmt); 19 		struct v4l2_format *f, fmtfunc func);
  | 
| D | vivid-sdr-cap.h | 17 int vidioc_g_fmt_sdr_cap(struct file *file, void *fh, struct v4l2_format *f); 18 int vidioc_s_fmt_sdr_cap(struct file *file, void *fh, struct v4l2_format *f); 19 int vidioc_try_fmt_sdr_cap(struct file *file, void *fh, struct v4l2_format *f);
  | 
| D | vivid-meta-out.h | 19 			  struct v4l2_format *f); 21 			  struct v4l2_format *f);
  | 
| D | vivid-vbi-out.c | 137 					struct v4l2_format *f)  in vidioc_g_fmt_vbi_out() 160 					struct v4l2_format *f)  in vidioc_s_fmt_vbi_out() 174 int vidioc_g_fmt_sliced_vbi_out(struct file *file, void *fh, struct v4l2_format *fmt)  in vidioc_g_fmt_sliced_vbi_out() 186 int vidioc_try_fmt_sliced_vbi_out(struct file *file, void *fh, struct v4l2_format *fmt)  in vidioc_try_fmt_sliced_vbi_out() 203 		struct v4l2_format *fmt)  in vidioc_s_fmt_sliced_vbi_out()
  | 
| D | vivid-touch-cap.h | 30 int vivid_g_fmt_tch(struct file *file, void *priv, struct v4l2_format *f); 31 int vivid_g_fmt_tch_mplane(struct file *file, void *priv, struct v4l2_format *f);
  | 
| D | vivid-vbi-cap.c | 238 					struct v4l2_format *f)  in vidioc_g_fmt_vbi_cap() 251 					struct v4l2_format *f)  in vidioc_s_fmt_vbi_cap() 289 int vidioc_g_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt)  in vidioc_g_fmt_sliced_vbi_cap() 301 int vidioc_try_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt)  in vidioc_try_fmt_sliced_vbi_cap() 317 int vidioc_s_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt)  in vidioc_s_fmt_sliced_vbi_cap()
  | 
| /Linux-v5.10/Documentation/userspace-api/media/v4l/ | 
| D | vidioc-g-fmt.rst | 20 ``int ioctl(int fd, VIDIOC_G_FMT, struct v4l2_format *argp)`` 24 ``int ioctl(int fd, VIDIOC_S_FMT, struct v4l2_format *argp)`` 28 ``int ioctl(int fd, VIDIOC_TRY_FMT, struct v4l2_format *argp)`` 37     Pointer to struct :c:type:`v4l2_format`. 46 struct :c:type:`v4l2_format` to the respective buffer (stream) 64 a pointer to a struct :c:type:`v4l2_format` structure the driver 90 .. c:type:: v4l2_format 94 .. flat-table:: struct v4l2_format 147     The struct :c:type:`v4l2_format` ``type`` field is
  | 
| /Linux-v5.10/drivers/staging/media/rkvdec/ | 
| D | rkvdec.h | 65 			  struct v4l2_format *f); 97 	struct v4l2_format coded_fmt; 98 	struct v4l2_format decoded_fmt;
  | 
| D | rkvdec.c | 127 static void rkvdec_reset_fmt(struct rkvdec_ctx *ctx, struct v4l2_format *f,  in rkvdec_reset_fmt() 141 	struct v4l2_format *f = &ctx->coded_fmt;  in rkvdec_reset_coded_fmt() 156 	struct v4l2_format *f = &ctx->decoded_fmt;  in rkvdec_reset_decoded_fmt() 201 				  struct v4l2_format *f)  in rkvdec_try_capture_fmt() 242 				 struct v4l2_format *f)  in rkvdec_try_output_fmt() 274 			struct v4l2_format *f,  in rkvdec_s_fmt()  argument 276 				       struct v4l2_format *))  in rkvdec_s_fmt() 292 				struct v4l2_format *f)  in rkvdec_s_capture_fmt() 306 			       struct v4l2_format *f)  in rkvdec_s_output_fmt() 311 	struct v4l2_format *cap_fmt;  in rkvdec_s_output_fmt() [all …] 
 | 
| /Linux-v5.10/drivers/media/platform/ti-vpe/ | 
| D | csc.h | 61 		   struct v4l2_format *src_fmt, struct v4l2_format *dst_fmt);
  | 
| /Linux-v5.10/drivers/media/platform/ | 
| D | mx2_emmaprp.c | 179 static struct emmaprp_fmt *find_format(struct v4l2_format *f)  in find_format() 427 static int vidioc_g_fmt(struct emmaprp_ctx *ctx, struct v4l2_format *f)  in vidioc_g_fmt() 452 				struct v4l2_format *f)  in vidioc_g_fmt_vid_out() 458 				struct v4l2_format *f)  in vidioc_g_fmt_vid_cap() 463 static int vidioc_try_fmt(struct v4l2_format *f)  in vidioc_try_fmt() 498 				  struct v4l2_format *f)  in vidioc_try_fmt_vid_cap() 515 				  struct v4l2_format *f)  in vidioc_try_fmt_vid_out() 531 static int vidioc_s_fmt(struct emmaprp_ctx *ctx, struct v4l2_format *f)  in vidioc_s_fmt() 570 				struct v4l2_format *f)  in vidioc_s_fmt_vid_cap() 582 				struct v4l2_format *f)  in vidioc_s_fmt_vid_out()
  | 
| D | m2m-deinterlace.c | 103 static struct deinterlace_fmt *find_format(struct v4l2_format *f)  in find_format() 481 static int vidioc_g_fmt(struct deinterlace_ctx *ctx, struct v4l2_format *f)  in vidioc_g_fmt() 513 				struct v4l2_format *f)  in vidioc_g_fmt_vid_out() 519 				struct v4l2_format *f)  in vidioc_g_fmt_vid_cap() 524 static int vidioc_try_fmt(struct v4l2_format *f, struct deinterlace_fmt *fmt)  in vidioc_try_fmt() 540 				  struct v4l2_format *f)  in vidioc_try_fmt_vid_cap() 560 				  struct v4l2_format *f)  in vidioc_try_fmt_vid_out() 578 static int vidioc_s_fmt(struct deinterlace_ctx *ctx, struct v4l2_format *f)  in vidioc_s_fmt() 629 				struct v4l2_format *f)  in vidioc_s_fmt_vid_cap() 640 				struct v4l2_format *f)  in vidioc_s_fmt_vid_out()
  | 
| /Linux-v5.10/drivers/media/usb/uvc/ | 
| D | uvc_metadata.c | 42 				    struct v4l2_format *format)  in uvc_meta_v4l2_get_format() 60 				    struct v4l2_format *format)  in uvc_meta_v4l2_try_format() 81 				    struct v4l2_format *format)  in uvc_meta_v4l2_set_format()
  | 
| /Linux-v5.10/drivers/media/platform/mtk-mdp/ | 
| D | mtk_mdp_regs.c | 28 static int32_t mtk_mdp_map_color_format(int v4l2_format)  in mtk_mdp_map_color_format()  argument 30 	switch (v4l2_format) {  in mtk_mdp_map_color_format() 43 	mtk_mdp_err("Unknown format 0x%x", v4l2_format);  in mtk_mdp_map_color_format()
  | 
| /Linux-v5.10/drivers/staging/media/sunxi/cedrus/ | 
| D | cedrus_video.c | 219 				struct v4l2_format *f)  in cedrus_g_fmt_vid_cap() 228 				struct v4l2_format *f)  in cedrus_g_fmt_vid_out() 237 				  struct v4l2_format *f)  in cedrus_try_fmt_vid_cap() 258 				  struct v4l2_format *f)  in cedrus_try_fmt_vid_out() 277 				struct v4l2_format *f)  in cedrus_s_fmt_vid_cap() 297 				struct v4l2_format *f)  in cedrus_s_fmt_vid_out()
  | 
| /Linux-v5.10/drivers/staging/media/atomisp/pci/ | 
| D | atomisp_cmd.h | 333 int atomisp_get_fmt(struct video_device *vdev, struct v4l2_format *f); 336 int atomisp_try_fmt(struct video_device *vdev, struct v4l2_format *f, 339 int atomisp_set_fmt(struct video_device *vdev, struct v4l2_format *f); 340 int atomisp_set_fmt_file(struct video_device *vdev, struct v4l2_format *f);
  | 
| /Linux-v5.10/drivers/media/platform/sunxi/sun6i-csi/ | 
| D | sun6i_video.c | 341 				struct v4l2_format *fmt)  in vidioc_g_fmt_vid_cap() 351 			       struct v4l2_format *f)  in sun6i_video_try_fmt() 377 static int sun6i_video_set_fmt(struct sun6i_video *video, struct v4l2_format *f)  in sun6i_video_set_fmt() 391 				struct v4l2_format *f)  in vidioc_s_fmt_vid_cap() 402 				  struct v4l2_format *f)  in vidioc_try_fmt_vid_cap() 600 	struct v4l2_format fmt = { 0 };  in sun6i_video_init()
  | 
| /Linux-v5.10/drivers/media/pci/ivtv/ | 
| D | ivtv-ioctl.c | 314 static int ivtv_g_fmt_sliced_vbi_out(struct file *file, void *fh, struct v4l2_format *fmt)  in ivtv_g_fmt_sliced_vbi_out() 336 static int ivtv_g_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *fmt)  in ivtv_g_fmt_vid_cap() 359 static int ivtv_g_fmt_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt)  in ivtv_g_fmt_vbi_cap() 377 static int ivtv_g_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt)  in ivtv_g_fmt_sliced_vbi_cap() 400 static int ivtv_g_fmt_vid_out(struct file *file, void *fh, struct v4l2_format *fmt)  in ivtv_g_fmt_vid_out() 440 static int ivtv_g_fmt_vid_out_overlay(struct file *file, void *fh, struct v4l2_format *fmt)  in ivtv_g_fmt_vid_out_overlay() 462 static int ivtv_try_fmt_sliced_vbi_out(struct file *file, void *fh, struct v4l2_format *fmt)  in ivtv_try_fmt_sliced_vbi_out() 467 static int ivtv_try_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *fmt)  in ivtv_try_fmt_vid_cap() 490 static int ivtv_try_fmt_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt)  in ivtv_try_fmt_vbi_cap() 495 static int ivtv_try_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt)  in ivtv_try_fmt_sliced_vbi_cap() [all …] 
 | 
| /Linux-v5.10/drivers/staging/most/video/ | 
| D | video.c | 216 static void comp_set_format_struct(struct v4l2_format *f)  in comp_set_format_struct() 229 			   struct v4l2_format *format)  in comp_set_format() 270 				struct v4l2_format *f)  in vidioc_g_fmt_vid_cap() 277 				  struct v4l2_format *f)  in vidioc_try_fmt_vid_cap() 286 				struct v4l2_format *f)  in vidioc_s_fmt_vid_cap()
  | 
| /Linux-v5.10/drivers/staging/media/hantro/ | 
| D | hantro_v4l2.c | 210 				   struct v4l2_format *f)  in vidioc_g_fmt_out_mplane() 223 				   struct v4l2_format *f)  in vidioc_g_fmt_cap_mplane() 300 				     struct v4l2_format *f)  in vidioc_try_fmt_cap_mplane() 306 				     struct v4l2_format *f)  in vidioc_try_fmt_out_mplane() 534 vidioc_s_fmt_out_mplane(struct file *file, void *priv, struct v4l2_format *f)  in vidioc_s_fmt_out_mplane() 540 vidioc_s_fmt_cap_mplane(struct file *file, void *priv, struct v4l2_format *f)  in vidioc_s_fmt_cap_mplane()
  |