Searched refs:frameperiod (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/drivers/media/usb/pvrusb2/ |
| D | pvrusb2-std.c | 228 .frameperiod = 239 .frameperiod = 248 .frameperiod = 257 .frameperiod =
|
| /Linux-v5.4/drivers/media/i2c/ |
| D | tvp514x.c | 240 .frameperiod = {1001, 30000}, 253 .frameperiod = {1, 25}, 759 decoder->std_list[current_std].standard.frameperiod; in tvp514x_g_frame_interval() 787 decoder->std_list[current_std].standard.frameperiod; in tvp514x_s_frame_interval()
|
| /Linux-v5.4/Documentation/media/uapi/v4l/ |
| D | vidioc-g-parm.rst | 126 (struct :c:type:`v4l2_standard` ``frameperiod`` 183 (struct :c:type:`v4l2_standard` ``frameperiod``
|
| D | vidioc-enumstd.rst | 83 - ``frameperiod``
|
| D | hist-v4l2.rst | 421 ``frameperiod``. The now obsolete ``colorstandard`` information,
|
| /Linux-v5.4/drivers/media/v4l2-core/ |
| D | v4l2-compat-ioctl32.c | 429 struct v4l2_fract frameperiod; /* Frames, not fields */ member 451 copy_in_user(&p32->frameperiod, &p64->frameperiod, in put_v4l2_standard32() 452 sizeof(p32->frameperiod)) || in put_v4l2_standard32()
|
| D | v4l2-ioctl.c | 100 void v4l2_video_std_frame_period(int id, struct v4l2_fract *frameperiod) in v4l2_video_std_frame_period() argument 103 frameperiod->numerator = 1001; in v4l2_video_std_frame_period() 104 frameperiod->denominator = 30000; in v4l2_video_std_frame_period() 106 frameperiod->numerator = 1; in v4l2_video_std_frame_period() 107 frameperiod->denominator = 25; in v4l2_video_std_frame_period() 118 v4l2_video_std_frame_period(id, &vs->frameperiod); in v4l2_video_std_construct() 441 p->frameperiod.numerator, in v4l_print_standard() 442 p->frameperiod.denominator, in v4l_print_standard()
|
| /Linux-v5.4/include/media/ |
| D | v4l2-ioctl.h | 629 void v4l2_video_std_frame_period(int id, struct v4l2_fract *frameperiod);
|
| /Linux-v5.4/include/uapi/linux/ |
| D | videodev2.h | 1341 struct v4l2_fract frameperiod; /* Frames, not fields */ member
|