Searched refs:frameperiod (Results 1 – 8 of 8) sorted by relevance
/linux-3.4.99/drivers/staging/media/easycap/ |
D | easycap_settings.c | 50 .frameperiod = {1, 25}, 62 .frameperiod = {1, 25}, 74 .frameperiod = {1, 25}, 86 .frameperiod = {1, 25}, 98 .frameperiod = {1, 25}, 110 .frameperiod = {1, 30}, 122 .frameperiod = {1, 30}, 134 .frameperiod = {1, 30}, 146 .frameperiod = {1, 30}, 158 .frameperiod = {1, 30}, [all …]
|
D | easycap_ioctl.c | 97 peasycap->fps = peasycap_standard->v4l2_standard.frameperiod.denominator / in adjust_standard() 98 peasycap_standard->v4l2_standard.frameperiod.numerator; in adjust_standard()
|
/linux-3.4.99/drivers/media/video/pvrusb2/ |
D | pvrusb2-std.c | 242 .frameperiod = 253 .frameperiod = 262 .frameperiod = 271 .frameperiod =
|
/linux-3.4.99/drivers/media/video/ |
D | tvp514x.c | 218 .frameperiod = {1001, 30000}, 231 .frameperiod = {1, 25}, 857 decoder->std_list[current_std].standard.frameperiod; in tvp514x_g_parm() 890 decoder->std_list[current_std].standard.frameperiod; in tvp514x_s_parm()
|
D | v4l2-compat-ioctl32.c | 274 struct v4l2_fract frameperiod; /* Frames, not fields */ member 294 copy_to_user(&up->frameperiod, &kp->frameperiod, sizeof(kp->frameperiod)) || in put_v4l2_standard32()
|
D | v4l2-ioctl.c | 131 void v4l2_video_std_frame_period(int id, struct v4l2_fract *frameperiod) in v4l2_video_std_frame_period() argument 134 frameperiod->numerator = 1001; in v4l2_video_std_frame_period() 135 frameperiod->denominator = 30000; in v4l2_video_std_frame_period() 137 frameperiod->numerator = 1; in v4l2_video_std_frame_period() 138 frameperiod->denominator = 25; in v4l2_video_std_frame_period() 149 v4l2_video_std_frame_period(id, &vs->frameperiod); in v4l2_video_std_construct() 1065 p->frameperiod.numerator, in __video_do_ioctl() 1066 p->frameperiod.denominator, in __video_do_ioctl()
|
/linux-3.4.99/include/media/ |
D | v4l2-ioctl.h | 309 extern void v4l2_video_std_frame_period(int id, struct v4l2_fract *frameperiod);
|
/linux-3.4.99/include/linux/ |
D | videodev2.h | 937 struct v4l2_fract frameperiod; /* Frames, not fields */ member
|