Lines Matching full:frame
13 VIDIOC_ENUM_FRAMEINTERVALS - Enumerate frame intervals
30 that contains a pixel format and size and receives a frame interval.
35 This ioctl allows applications to enumerate all frame intervals that the
36 device supports for the given pixel format and frame size.
38 The supported pixel formats and frame sizes can be obtained by using the
43 depend on the type of frame intervals the device supports. Here are the
67 the ``type`` field to determine the type of frame interval enumeration
69 does it make sense to increase the index value to receive more frame
74 The order in which the frame intervals are returned has no
76 default frame intervals.
81 other ioctl calls while it runs the frame interval enumeration.
85 **Frame intervals and frame rates:** The V4L2 API uses frame
86 intervals instead of frame rates. Given the frame interval the frame
111 - Minimum frame interval [s].
114 - Maximum frame interval [s].
117 - Frame interval step size [s].
130 - IN: Index of the given frame interval in the enumeration.
133 - IN: Pixel format for which the frame intervals are enumerated.
136 - IN: Frame width for which the frame intervals are enumerated.
139 - IN: Frame height for which the frame intervals are enumerated.
142 - OUT: Frame interval type the device supports.
145 - OUT: Frame interval with the given index.
148 - Frame interval [s].
176 - Discrete frame interval.
179 - Continuous frame interval.
182 - Step-wise defined frame interval.