/Linux-v6.6/include/media/ |
D | v4l2-dv-timings.h | 22 struct v4l2_fract v4l2_calc_timeperframe(const struct v4l2_dv_timings *t); 180 u32 polarities, bool interlaced, struct v4l2_fract aspect, 194 struct v4l2_fract v4l2_calc_aspect_ratio(u8 hor_landscape, u8 vert_portrait); 202 struct v4l2_fract v4l2_dv_timings_aspect_ratio(const struct v4l2_dv_timings *t);
|
/Linux-v6.6/drivers/media/platform/mediatek/mdp3/ |
D | mtk-mdp3-regs.h | 300 struct v4l2_fract left_subpix; 301 struct v4l2_fract top_subpix; 302 struct v4l2_fract width_subpix; 303 struct v4l2_fract height_subpix;
|
/Linux-v6.6/drivers/media/platform/ti/omap3isp/ |
D | ispvideo.h | 96 struct v4l2_fract max_timeperframe; 194 struct v4l2_fract timeperframe;
|
/Linux-v6.6/drivers/staging/media/omap4iss/ |
D | iss_video.h | 87 struct v4l2_fract max_timeperframe; 184 struct v4l2_fract timeperframe;
|
/Linux-v6.6/include/uapi/linux/ |
D | v4l2-subdev.h | 123 struct v4l2_fract interval; 146 struct v4l2_fract interval;
|
D | videodev2.h | 441 struct v4l2_fract { struct 919 struct v4l2_fract min; /* Minimum frame interval [s] */ 920 struct v4l2_fract max; /* Maximum frame interval [s] */ 921 struct v4l2_fract step; /* Frame interval step size [s] */ 932 struct v4l2_fract discrete; 1280 struct v4l2_fract timeperframe; /* Time per frame in seconds */ 1293 struct v4l2_fract timeperframe; /* Time per frame in seconds */ 1306 struct v4l2_fract pixelaspect; 1476 struct v4l2_fract frameperiod; /* Frames, not fields */ 1537 struct v4l2_fract picture_aspect;
|
/Linux-v6.6/Documentation/userspace-api/media/v4l/ |
D | vidioc-enum-frameintervals.rst | 107 * - struct :c:type:`v4l2_fract` 110 * - struct :c:type:`v4l2_fract` 113 * - struct :c:type:`v4l2_fract` 144 * - struct :c:type:`v4l2_fract`
|
D | vidioc-enumstd.rst | 74 * - struct :c:type:`v4l2_fract` 87 .. c:type:: v4l2_fract 91 .. flat-table:: struct v4l2_fract
|
/Linux-v6.6/drivers/media/v4l2-core/ |
D | v4l2-dv-timings.c | 378 struct v4l2_fract v4l2_dv_timings_aspect_ratio(const struct v4l2_dv_timings *t) in v4l2_dv_timings_aspect_ratio() 380 struct v4l2_fract ratio = { 1, 1 }; in v4l2_dv_timings_aspect_ratio() 407 struct v4l2_fract v4l2_calc_timeperframe(const struct v4l2_dv_timings *t) in v4l2_calc_timeperframe() 410 struct v4l2_fract fps_fract = { 1, 1 }; in v4l2_calc_timeperframe() 713 struct v4l2_fract aspect, in v4l2_detect_gtf() 829 struct v4l2_fract v4l2_calc_aspect_ratio(u8 hor_landscape, u8 vert_portrait) in v4l2_calc_aspect_ratio() 831 struct v4l2_fract aspect = { 16, 9 }; in v4l2_calc_aspect_ratio()
|
/Linux-v6.6/drivers/media/platform/st/sti/delta/ |
D | delta.h | 73 struct v4l2_fract pixelaspect; 141 struct v4l2_fract pixelaspect;
|
/Linux-v6.6/drivers/media/i2c/et8ek8/ |
D | et8ek8_reg.h | 41 struct v4l2_fract timeperframe;
|
/Linux-v6.6/drivers/media/platform/amphion/ |
D | vpu_codec.h | 15 struct v4l2_fract frame_rate;
|
D | vpu_defs.h | 133 struct v4l2_fract frame_rate;
|
/Linux-v6.6/drivers/media/test-drivers/vivid/ |
D | vivid-core.h | 383 struct v4l2_fract timeperframe_vid_cap; 428 struct v4l2_fract timeperframe_tch_cap; 434 struct v4l2_fract timeperframe_vid_out;
|
D | vivid-vid-out.h | 26 int vivid_vid_out_g_pixelaspect(struct file *file, void *priv, int type, struct v4l2_fract *f);
|
D | vivid-vid-cap.h | 31 int vivid_vid_cap_g_pixelaspect(struct file *file, void *priv, int type, struct v4l2_fract *f);
|
D | vivid-vid-cap.c | 38 static const struct v4l2_fract webcam_intervals[] = { 396 dev->timeperframe_vid_cap = (struct v4l2_fract) { 1001, 30000 }; in vivid_update_format_cap() 400 dev->timeperframe_vid_cap = (struct v4l2_fract) { 1000, 25000 }; in vivid_update_format_cap() 416 dev->timeperframe_vid_cap = (struct v4l2_fract) { in vivid_update_format_cap() 1040 int type, struct v4l2_fract *f) in vivid_vid_cap_g_pixelaspect() 1474 struct v4l2_fract aspect_ratio; in valid_cvt_gtf_timings() 1686 struct v4l2_fract tpf; in vivid_vid_cap_s_parm()
|
/Linux-v6.6/drivers/media/i2c/ |
D | ov7670.c | 210 int (*set_framerate)(struct v4l2_subdev *, struct v4l2_fract *); 211 void (*get_framerate)(struct v4l2_subdev *, struct v4l2_fract *); 795 struct v4l2_fract *tpf) in ov7675_get_framerate() 829 struct v4l2_fract *tpf) in ov7675_set_framerate() 879 struct v4l2_fract *tpf) in ov7670_get_framerate_legacy() 890 struct v4l2_fract *tpf) in ov7670_set_framerate_legacy() 1188 struct v4l2_fract *tpf = &ival->interval; in ov7670_s_frame_interval() 1853 struct v4l2_fract tpf; in ov7670_probe()
|
D | video-i2c.c | 91 struct v4l2_fract frame_interval; 129 const struct v4l2_fract *frame_intervals; 348 static const struct v4l2_fract amg88xx_frame_intervals[] = { 353 static const struct v4l2_fract mlx90640_frame_intervals[] = {
|
D | mt9v111.c | 449 struct v4l2_fract *tpf) in mt9v111_calc_frame_rate() 728 struct v4l2_fract *tpf = &ival->interval; in mt9v111_s_frame_interval() 780 struct v4l2_fract *tpf = &ival->interval; in mt9v111_g_frame_interval() 1111 struct v4l2_fract tpf; in mt9v111_probe()
|
/Linux-v6.6/drivers/staging/vc04_services/bcm2835-camera/ |
D | bcm2835-camera.h | 73 struct v4l2_fract timeperframe;
|
/Linux-v6.6/drivers/staging/media/imx/ |
D | imx-media-fim.c | 77 const struct v4l2_fract *fi) in update_fim_nominal() 375 const struct v4l2_fract *fi, in imx_media_fim_set_stream()
|
D | imx-media-csi.c | 80 struct v4l2_fract frame_interval[CSI_NUM_PADS]; 748 struct v4l2_fract *input_fi, *output_fi; in csi_start() 844 struct v4l2_fract *interval) in csi_apply_skip_interval() 864 static const struct csi_skip_desc *csi_find_best_skip(struct v4l2_fract *in, in csi_find_best_skip() 865 struct v4l2_fract *out) in csi_find_best_skip() 926 struct v4l2_fract *input_fi; in csi_s_frame_interval() 1311 struct v4l2_fract *input_fi; in csi_enum_frame_interval()
|
/Linux-v6.6/drivers/staging/media/meson/vdec/ |
D | vdec.h | 251 struct v4l2_fract pixelaspect;
|
/Linux-v6.6/drivers/media/platform/st/sti/hva/ |
D | hva.h | 87 struct v4l2_fract time_per_frame;
|