/linux-4.1.27/include/media/davinci/ |
D | vpbe_types.h | 75 struct v4l2_fract aspect; 76 struct v4l2_fract fps;
|
/linux-4.1.27/include/media/ |
D | v4l2-dv-timings.h | 147 u32 polarities, struct v4l2_fract aspect, 159 struct v4l2_fract v4l2_calc_aspect_ratio(u8 hor_landscape, u8 vert_portrait);
|
D | v4l2-ioctl.h | 303 extern void v4l2_video_std_frame_period(int id, struct v4l2_fract *frameperiod);
|
/linux-4.1.27/include/uapi/linux/ |
D | v4l2-subdev.h | 108 struct v4l2_fract interval; 128 struct v4l2_fract interval;
|
D | videodev2.h | 296 struct v4l2_fract { struct 609 struct v4l2_fract min; /* Minimum frame interval [s] */ 610 struct v4l2_fract max; /* Maximum frame interval [s] */ 611 struct v4l2_fract step; /* Frame interval step size [s] */ 622 struct v4l2_fract discrete; 900 struct v4l2_fract timeperframe; /* Time per frame in seconds */ 913 struct v4l2_fract timeperframe; /* Time per frame in seconds */ 926 struct v4l2_fract pixelaspect; 1092 struct v4l2_fract frameperiod; /* Frames, not fields */
|
/linux-4.1.27/drivers/staging/media/omap4iss/ |
D | iss_video.h | 94 struct v4l2_fract max_timeperframe; 185 struct v4l2_fract timeperframe;
|
/linux-4.1.27/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 | 1175 struct v4l2_fract *timeperframe; in preview_adjust_bandwidth()
|
/linux-4.1.27/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() 1052 struct v4l2_fract *tpf = &cp->timeperframe; in ov7670_s_parm() 1526 struct v4l2_fract tpf; in ov7670_probe()
|
D | vs6624.c | 42 struct v4l2_fract frame_rate; 679 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 | 369 struct v4l2_fract *tpf = &cp->timeperframe; in mt9v011_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 | tvp514x.c | 841 struct v4l2_fract *timeperframe; in tvp514x_s_parm()
|
D | ov9650.c | 235 struct v4l2_fract interval;
|
D | s5k6aa.c | 225 struct v4l2_fract interval;
|
D | adv7842.c | 84 struct v4l2_fract aspect_ratio;
|
D | adv7604.c | 160 struct v4l2_fract aspect_ratio;
|
/linux-4.1.27/drivers/staging/media/davinci_vpfe/ |
D | vpfe_video.h | 114 struct v4l2_fract timeperframe;
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | v4l2-dv-timings.c | 511 struct v4l2_fract aspect, in v4l2_detect_gtf() 592 struct v4l2_fract v4l2_calc_aspect_ratio(u8 hor_landscape, u8 vert_portrait) in v4l2_calc_aspect_ratio() 594 struct v4l2_fract aspect = { 16, 9 }; in v4l2_calc_aspect_ratio()
|
D | v4l2-compat-ioctl32.c | 272 struct v4l2_fract frameperiod; /* Frames, not fields */
|
D | v4l2-ioctl.c | 102 void v4l2_video_std_frame_period(int id, struct v4l2_fract *frameperiod) in v4l2_video_std_frame_period()
|
/linux-4.1.27/drivers/media/platform/vivid/ |
D | vivid-core.h | 367 struct v4l2_fract timeperframe_vid_cap; 395 struct v4l2_fract timeperframe_vid_out;
|
D | vivid-vid-cap.c | 36 static const struct v4l2_fract 84 static const struct v4l2_fract webcam_intervals[VIVID_WEBCAM_IVALS] = { 420 dev->timeperframe_vid_cap = (struct v4l2_fract) { 1001, 30000 }; in vivid_update_format_cap() 424 dev->timeperframe_vid_cap = (struct v4l2_fract) { 1000, 25000 }; in vivid_update_format_cap() 433 dev->timeperframe_vid_cap = (struct v4l2_fract) { in vivid_update_format_cap() 1628 struct v4l2_fract aspect_ratio; in valid_cvt_gtf_timings() 1802 struct v4l2_fract tpf; in vivid_vid_cap_s_parm()
|
D | vivid-vid-out.c | 231 dev->timeperframe_vid_out = (struct v4l2_fract) { 1001, 30000 }; in vivid_update_format_out() 235 dev->timeperframe_vid_out = (struct v4l2_fract) { 1000, 25000 }; in vivid_update_format_out() 244 dev->timeperframe_vid_out = (struct v4l2_fract) { in vivid_update_format_out()
|
/linux-4.1.27/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.1.27/drivers/media/i2c/s5c73m3/ |
D | s5c73m3.h | 375 struct v4l2_fract interval;
|
/linux-4.1.27/drivers/media/i2c/soc_camera/ |
D | ov6650.c | 204 struct v4l2_fract tpf; /* as requested with s_parm */ 522 static u8 to_clkrc(struct v4l2_fract *timeperframe, in to_clkrc() 755 struct v4l2_fract *tpf = &cp->timeperframe; in ov6650_s_parm()
|
/linux-4.1.27/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.1.27/drivers/media/usb/go7007/ |
D | go7007-v4l2.c | 492 struct v4l2_fract timeperframe = { in vidioc_g_parm()
|
/linux-4.1.27/drivers/media/pci/solo6x10/ |
D | solo6x10-v4l2-enc.c | 1065 struct v4l2_fract *t = &sp->parm.capture.timeperframe; in solo_s_parm()
|
/linux-4.1.27/drivers/media/usb/uvc/ |
D | uvc_v4l2.c | 365 struct v4l2_fract timeperframe; in uvc_v4l2_set_streamparm()
|
/linux-4.1.27/drivers/media/platform/davinci/ |
D | vpfe_capture.c | 100 struct v4l2_fract pixelaspect;
|
/linux-4.1.27/drivers/media/platform/am437x/ |
D | am437x-vpfe.c | 62 struct v4l2_fract pixelaspect;
|
/linux-4.1.27/Documentation/video4linux/ |
D | vivid.txt | 1118 - Improve pixel aspect support in the tpg code by passing a real v4l2_fract
|