/linux-4.4.14/include/media/davinci/ |
D | vpbe_types.h | 75 struct v4l2_fract aspect; 76 struct v4l2_fract fps;
|
/linux-4.4.14/include/media/ |
D | v4l2-dv-timings.h | 170 u32 polarities, bool interlaced, struct v4l2_fract aspect, 184 struct v4l2_fract v4l2_calc_aspect_ratio(u8 hor_landscape, u8 vert_portrait);
|
D | v4l2-ioctl.h | 311 extern void v4l2_video_std_frame_period(int id, struct v4l2_fract *frameperiod);
|
/linux-4.4.14/include/uapi/linux/ |
D | v4l2-subdev.h | 108 struct v4l2_fract interval; 128 struct v4l2_fract interval;
|
D | videodev2.h | 385 struct v4l2_fract { struct 701 struct v4l2_fract min; /* Minimum frame interval [s] */ 702 struct v4l2_fract max; /* Maximum frame interval [s] */ 703 struct v4l2_fract step; /* Frame interval step size [s] */ 714 struct v4l2_fract discrete; 994 struct v4l2_fract timeperframe; /* Time per frame in seconds */ 1007 struct v4l2_fract timeperframe; /* Time per frame in seconds */ 1020 struct v4l2_fract pixelaspect; 1186 struct v4l2_fract frameperiod; /* Frames, not fields */
|
/linux-4.4.14/drivers/staging/media/omap4iss/ |
D | iss_video.h | 94 struct v4l2_fract max_timeperframe; 185 struct v4l2_fract timeperframe;
|
/linux-4.4.14/drivers/media/platform/omap3isp/ |
D | ispvideo.h | 99 struct v4l2_fract max_timeperframe; 191 struct v4l2_fract timeperframe;
|
D | ispccp2.c | 389 struct v4l2_fract *timeperframe; in ccp2_adjust_bandwidth()
|
D | ispresizer.c | 547 struct v4l2_fract *timeperframe; in resizer_adjust_bandwidth()
|
D | isppreview.c | 1171 struct v4l2_fract *timeperframe; in preview_adjust_bandwidth()
|
/linux-4.4.14/drivers/media/i2c/ |
D | ov7670.c | 203 int (*set_framerate)(struct v4l2_subdev *, struct v4l2_fract *); 204 void (*get_framerate)(struct v4l2_subdev *, struct v4l2_fract *); 763 struct v4l2_fract *tpf) in ov7675_get_framerate() 784 struct v4l2_fract *tpf) in ov7675_set_framerate() 840 struct v4l2_fract *tpf) in ov7670_get_framerate_legacy() 851 struct v4l2_fract *tpf) in ov7670_set_framerate_legacy() 1059 struct v4l2_fract *tpf = &cp->timeperframe; in ov7670_s_parm() 1555 struct v4l2_fract tpf; in ov7670_probe()
|
D | vs6624.c | 42 struct v4l2_fract frame_rate; 683 struct v4l2_fract *tpf = &cp->timeperframe; in vs6624_s_parm()
|
D | mt9m032.c | 164 struct v4l2_fract frame_interval; 193 struct v4l2_fract *interval) in mt9m032_update_timing()
|
D | mt9v011.c | 384 struct v4l2_fract *tpf = &cp->timeperframe; in mt9v011_s_parm()
|
D | tvp514x.c | 793 struct v4l2_fract *timeperframe; in tvp514x_s_parm()
|
D | s5k5baf.c | 1151 struct v4l2_fract *i = &fi->interval; in s5k5baf_set_frame_interval() 1166 *i = (struct v4l2_fract){ state->fiv, 10000 }; in s5k5baf_set_frame_interval()
|
D | ov9650.c | 235 struct v4l2_fract interval;
|
D | s5k6aa.c | 225 struct v4l2_fract interval;
|
D | adv7604.c | 185 struct v4l2_fract aspect_ratio;
|
D | adv7842.c | 118 struct v4l2_fract aspect_ratio;
|
/linux-4.4.14/drivers/staging/media/davinci_vpfe/ |
D | vpfe_video.h | 115 struct v4l2_fract timeperframe;
|
/linux-4.4.14/drivers/media/platform/vivid/ |
D | vivid-core.h | 368 struct v4l2_fract timeperframe_vid_cap; 396 struct v4l2_fract timeperframe_vid_out;
|
D | vivid-vid-cap.c | 36 static const struct v4l2_fract 82 static const struct v4l2_fract webcam_intervals[VIVID_WEBCAM_IVALS] = { 424 dev->timeperframe_vid_cap = (struct v4l2_fract) { 1001, 30000 }; in vivid_update_format_cap() 428 dev->timeperframe_vid_cap = (struct v4l2_fract) { 1000, 25000 }; in vivid_update_format_cap() 437 dev->timeperframe_vid_cap = (struct v4l2_fract) { in vivid_update_format_cap() 1640 struct v4l2_fract aspect_ratio; in valid_cvt_gtf_timings() 1815 struct v4l2_fract tpf; in vivid_vid_cap_s_parm()
|
D | vivid-vid-out.c | 235 dev->timeperframe_vid_out = (struct v4l2_fract) { 1001, 30000 }; in vivid_update_format_out() 239 dev->timeperframe_vid_out = (struct v4l2_fract) { 1000, 25000 }; in vivid_update_format_out() 248 dev->timeperframe_vid_out = (struct v4l2_fract) { in vivid_update_format_out()
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-dv-timings.c | 592 struct v4l2_fract aspect, in v4l2_detect_gtf() 708 struct v4l2_fract v4l2_calc_aspect_ratio(u8 hor_landscape, u8 vert_portrait) in v4l2_calc_aspect_ratio() 710 struct v4l2_fract aspect = { 16, 9 }; in v4l2_calc_aspect_ratio()
|
D | v4l2-compat-ioctl32.c | 293 struct v4l2_fract frameperiod; /* Frames, not fields */
|
D | v4l2-ioctl.c | 101 void v4l2_video_std_frame_period(int id, struct v4l2_fract *frameperiod) in v4l2_video_std_frame_period()
|
/linux-4.4.14/drivers/media/usb/cpia2/ |
D | cpia2_v4l.c | 509 struct v4l2_fract period; 544 struct v4l2_fract tpf = cap->timeperframe; in cpia2_s_parm() 558 struct v4l2_fract f1 = tpf; in cpia2_s_parm() 559 struct v4l2_fract f2 = framerate_controls[i].period; in cpia2_s_parm()
|
/linux-4.4.14/drivers/media/platform/coda/ |
D | coda-common.c | 797 struct v4l2_fract *tpf; in coda_g_parm() 815 static void coda_approximate_timeperframe(struct v4l2_fract *timeperframe) in coda_approximate_timeperframe() 817 struct v4l2_fract s = *timeperframe; in coda_approximate_timeperframe() 818 struct v4l2_fract f0; in coda_approximate_timeperframe() 819 struct v4l2_fract f1 = { 1, 0 }; in coda_approximate_timeperframe() 820 struct v4l2_fract f2 = { 0, 1 }; in coda_approximate_timeperframe() 871 static uint32_t coda_timeperframe_to_frate(struct v4l2_fract *timeperframe) in coda_timeperframe_to_frate() 880 struct v4l2_fract *tpf; in coda_s_parm()
|
/linux-4.4.14/drivers/media/i2c/s5c73m3/ |
D | s5c73m3.h | 375 struct v4l2_fract interval;
|
/linux-4.4.14/drivers/media/i2c/soc_camera/ |
D | ov6650.c | 204 struct v4l2_fract tpf; /* as requested with s_parm */ 527 static u8 to_clkrc(struct v4l2_fract *timeperframe, in to_clkrc() 769 struct v4l2_fract *tpf = &cp->timeperframe; in ov6650_s_parm()
|
/linux-4.4.14/drivers/media/usb/gspca/ |
D | ov534.c | 1478 struct v4l2_fract *tpf = &cp->timeperframe; in sd_get_streamparm() 1491 struct v4l2_fract *tpf = &cp->timeperframe; in sd_set_streamparm()
|
D | topro.c | 4779 struct v4l2_fract *tpf = &cp->timeperframe; in sd_get_streamparm() 4802 struct v4l2_fract *tpf = &cp->timeperframe; in sd_set_streamparm()
|
/linux-4.4.14/drivers/media/usb/go7007/ |
D | go7007-v4l2.c | 496 struct v4l2_fract timeperframe = { in vidioc_g_parm()
|
/linux-4.4.14/drivers/media/pci/solo6x10/ |
D | solo6x10-v4l2-enc.c | 1071 struct v4l2_fract *t = &sp->parm.capture.timeperframe; in solo_s_parm()
|
/linux-4.4.14/drivers/media/usb/uvc/ |
D | uvc_v4l2.c | 365 struct v4l2_fract timeperframe; in uvc_v4l2_set_streamparm()
|
/linux-4.4.14/drivers/media/platform/davinci/ |
D | vpfe_capture.c | 100 struct v4l2_fract pixelaspect;
|
/linux-4.4.14/drivers/media/platform/am437x/ |
D | am437x-vpfe.c | 62 struct v4l2_fract pixelaspect;
|
/linux-4.4.14/Documentation/video4linux/ |
D | vivid.txt | 1126 - Improve pixel aspect support in the tpg code by passing a real v4l2_fract
|