Searched refs:frameperiod (Results 1 – 6 of 6) sorted by relevance
| /linux-4.4.14/drivers/media/usb/pvrusb2/ |
| D | pvrusb2-std.c | 242 .frameperiod = 253 .frameperiod = 262 .frameperiod = 271 .frameperiod =
|
| /linux-4.4.14/drivers/media/i2c/ |
| D | tvp514x.c | 249 .frameperiod = {1001, 30000}, 262 .frameperiod = {1, 25}, 776 decoder->std_list[current_std].standard.frameperiod; in tvp514x_g_parm() 809 decoder->std_list[current_std].standard.frameperiod; in tvp514x_s_parm()
|
| /linux-4.4.14/drivers/media/v4l2-core/ |
| D | v4l2-compat-ioctl32.c | 293 struct v4l2_fract frameperiod; /* Frames, not fields */ member 313 copy_to_user(&up->frameperiod, &kp->frameperiod, sizeof(kp->frameperiod)) || in put_v4l2_standard32()
|
| D | v4l2-ioctl.c | 101 void v4l2_video_std_frame_period(int id, struct v4l2_fract *frameperiod) in v4l2_video_std_frame_period() argument 104 frameperiod->numerator = 1001; in v4l2_video_std_frame_period() 105 frameperiod->denominator = 30000; in v4l2_video_std_frame_period() 107 frameperiod->numerator = 1; in v4l2_video_std_frame_period() 108 frameperiod->denominator = 25; in v4l2_video_std_frame_period() 119 v4l2_video_std_frame_period(id, &vs->frameperiod); in v4l2_video_std_construct() 407 p->frameperiod.numerator, in v4l_print_standard() 408 p->frameperiod.denominator, in v4l_print_standard()
|
| /linux-4.4.14/include/media/ |
| 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 | videodev2.h | 1186 struct v4l2_fract frameperiod; /* Frames, not fields */ member
|