Searched refs:frameperiod (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/media/usb/pvrusb2/ |
D | pvrusb2-std.c | 238 .frameperiod = 249 .frameperiod = 258 .frameperiod = 267 .frameperiod =
|
/Linux-v4.19/drivers/media/i2c/ |
D | tvp514x.c | 249 .frameperiod = {1001, 30000}, 262 .frameperiod = {1, 25}, 768 decoder->std_list[current_std].standard.frameperiod; in tvp514x_g_frame_interval() 796 decoder->std_list[current_std].standard.frameperiod; in tvp514x_s_frame_interval()
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | vidioc-g-parm.rst | 116 (struct :c:type:`v4l2_standard` ``frameperiod`` 173 (struct :c:type:`v4l2_standard` ``frameperiod``
|
D | vidioc-enumstd.rst | 76 - ``frameperiod``
|
D | hist-v4l2.rst | 414 ``frameperiod``. The now obsolete ``colorstandard`` information,
|
/Linux-v4.19/drivers/media/v4l2-core/ |
D | v4l2-compat-ioctl32.c | 423 struct v4l2_fract frameperiod; /* Frames, not fields */ member 445 copy_in_user(&p32->frameperiod, &p64->frameperiod, in put_v4l2_standard32() 446 sizeof(p32->frameperiod)) || in put_v4l2_standard32()
|
D | v4l2-ioctl.c | 104 void v4l2_video_std_frame_period(int id, struct v4l2_fract *frameperiod) in v4l2_video_std_frame_period() argument 107 frameperiod->numerator = 1001; in v4l2_video_std_frame_period() 108 frameperiod->denominator = 30000; in v4l2_video_std_frame_period() 110 frameperiod->numerator = 1; in v4l2_video_std_frame_period() 111 frameperiod->denominator = 25; in v4l2_video_std_frame_period() 122 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-v4.19/include/media/ |
D | v4l2-ioctl.h | 628 void v4l2_video_std_frame_period(int id, struct v4l2_fract *frameperiod);
|
/Linux-v4.19/include/uapi/linux/ |
D | videodev2.h | 1259 struct v4l2_fract frameperiod; /* Frames, not fields */ member
|