/Linux-v4.19/include/media/ |
D | v4l2-dv-timings.h | 169 u32 polarities, bool interlaced, struct v4l2_fract aspect, 183 struct v4l2_fract v4l2_calc_aspect_ratio(u8 hor_landscape, u8 vert_portrait); 191 struct v4l2_fract v4l2_dv_timings_aspect_ratio(const struct v4l2_dv_timings *t);
|
/Linux-v4.19/include/media/davinci/ |
D | vpbe_types.h | 71 struct v4l2_fract aspect; 72 struct v4l2_fract fps;
|
/Linux-v4.19/include/uapi/linux/ |
D | v4l2-subdev.h | 109 struct v4l2_fract interval; 129 struct v4l2_fract interval;
|
D | videodev2.h | 400 struct v4l2_fract { struct 775 struct v4l2_fract min; /* Minimum frame interval [s] */ 776 struct v4l2_fract max; /* Maximum frame interval [s] */ 777 struct v4l2_fract step; /* Frame interval step size [s] */ 788 struct v4l2_fract discrete; 1067 struct v4l2_fract timeperframe; /* Time per frame in seconds */ 1080 struct v4l2_fract timeperframe; /* Time per frame in seconds */ 1093 struct v4l2_fract pixelaspect; 1259 struct v4l2_fract frameperiod; /* Frames, not fields */ 1320 struct v4l2_fract picture_aspect;
|
/Linux-v4.19/drivers/staging/media/omap4iss/ |
D | iss_video.h | 94 struct v4l2_fract max_timeperframe; 184 struct v4l2_fract timeperframe;
|
/Linux-v4.19/drivers/media/platform/omap3isp/ |
D | ispvideo.h | 99 struct v4l2_fract max_timeperframe; 190 struct v4l2_fract timeperframe;
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | vidioc-enum-frameintervals.rst | 112 * - struct :c:type:`v4l2_fract` 115 * - struct :c:type:`v4l2_fract` 118 * - struct :c:type:`v4l2_fract` 157 - struct :c:type:`v4l2_fract`
|
D | vidioc-enumstd.rst | 75 * - struct :c:type:`v4l2_fract` 89 .. c:type:: v4l2_fract 93 .. flat-table:: struct v4l2_fract
|
/Linux-v4.19/drivers/media/platform/sti/delta/ |
D | delta.h | 73 struct v4l2_fract pixelaspect; 141 struct v4l2_fract pixelaspect;
|
/Linux-v4.19/drivers/media/i2c/et8ek8/ |
D | et8ek8_reg.h | 49 struct v4l2_fract timeperframe;
|
/Linux-v4.19/drivers/media/i2c/ |
D | ov7670.c | 212 int (*set_framerate)(struct v4l2_subdev *, struct v4l2_fract *); 213 void (*get_framerate)(struct v4l2_subdev *, struct v4l2_fract *); 792 struct v4l2_fract *tpf) in ov7675_get_framerate() 813 struct v4l2_fract *tpf) in ov7675_set_framerate() 869 struct v4l2_fract *tpf) in ov7670_get_framerate_legacy() 880 struct v4l2_fract *tpf) in ov7670_set_framerate_legacy() 1145 struct v4l2_fract *tpf = &ival->interval; in ov7670_s_frame_interval() 1763 struct v4l2_fract tpf; in ov7670_probe()
|
D | vs6624.c | 38 struct v4l2_fract frame_rate; 674 struct v4l2_fract *tpf = &ival->interval; in vs6624_s_frame_interval()
|
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() 1110 struct v4l2_fract tpf; in mt9v111_probe()
|
D | ov7251.c | 59 struct v4l2_fract timeperframe; 995 static inline u32 avg_fps(const struct v4l2_fract *t) in avg_fps() 1001 ov7251_find_mode_by_ival(struct ov7251 *ov7251, struct v4l2_fract *timeperframe) in ov7251_find_mode_by_ival()
|
/Linux-v4.19/drivers/media/v4l2-core/ |
D | v4l2-dv-timings.c | 355 struct v4l2_fract v4l2_dv_timings_aspect_ratio(const struct v4l2_dv_timings *t) in v4l2_dv_timings_aspect_ratio() 357 struct v4l2_fract ratio = { 1, 1 }; in v4l2_dv_timings_aspect_ratio() 651 struct v4l2_fract aspect, in v4l2_detect_gtf() 767 struct v4l2_fract v4l2_calc_aspect_ratio(u8 hor_landscape, u8 vert_portrait) in v4l2_calc_aspect_ratio() 769 struct v4l2_fract aspect = { 16, 9 }; in v4l2_calc_aspect_ratio()
|
/Linux-v4.19/drivers/staging/media/davinci_vpfe/ |
D | vpfe_video.h | 116 struct v4l2_fract timeperframe;
|
/Linux-v4.19/drivers/staging/vc04_services/bcm2835-camera/ |
D | bcm2835-camera.h | 74 struct v4l2_fract timeperframe;
|
/Linux-v4.19/drivers/media/platform/vivid/ |
D | vivid-core.h | 372 struct v4l2_fract timeperframe_vid_cap; 400 struct v4l2_fract timeperframe_vid_out;
|
D | vivid-vid-cap.c | 25 static const struct v4l2_fract 71 static const struct v4l2_fract webcam_intervals[VIVID_WEBCAM_IVALS] = { 394 dev->timeperframe_vid_cap = (struct v4l2_fract) { 1001, 30000 }; in vivid_update_format_cap() 398 dev->timeperframe_vid_cap = (struct v4l2_fract) { 1000, 25000 }; in vivid_update_format_cap() 414 dev->timeperframe_vid_cap = (struct v4l2_fract) { in vivid_update_format_cap() 1639 struct v4l2_fract aspect_ratio; in valid_cvt_gtf_timings() 1835 struct v4l2_fract tpf; in vivid_vid_cap_s_parm()
|
/Linux-v4.19/drivers/staging/media/imx/ |
D | imx-media-fim.c | 80 const struct v4l2_fract *fi) in update_fim_nominal() 427 const struct v4l2_fract *fi, in imx_media_fim_set_stream()
|
D | imx-media-csi.c | 83 struct v4l2_fract frame_interval[CSI_NUM_PADS]; 717 struct v4l2_fract *output_fi; in csi_start() 785 struct v4l2_fract *interval) in csi_apply_skip_interval() 805 static const struct csi_skip_desc *csi_find_best_skip(struct v4l2_fract *in, in csi_find_best_skip() 806 struct v4l2_fract *out) in csi_find_best_skip() 867 struct v4l2_fract *input_fi; in csi_s_frame_interval() 1252 struct v4l2_fract *input_fi; in csi_enum_frame_interval()
|
D | imx-media.h | 235 const struct v4l2_fract *frame_interval,
|
/Linux-v4.19/drivers/media/platform/sti/hva/ |
D | hva.h | 87 struct v4l2_fract time_per_frame;
|
/Linux-v4.19/drivers/media/usb/cpia2/ |
D | cpia2_v4l.c | 505 struct v4l2_fract period; 540 struct v4l2_fract tpf = cap->timeperframe; in cpia2_s_parm() 554 struct v4l2_fract f1 = tpf; in cpia2_s_parm() 555 struct v4l2_fract f2 = framerate_controls[i].period; in cpia2_s_parm()
|
/Linux-v4.19/drivers/media/platform/qcom/venus/ |
D | core.h | 293 struct v4l2_fract timeperframe;
|