Lines Matching full:frame
13 VIDIOC_ENUM_FRAMESIZES - Enumerate frame sizes
30 that contains an index and pixel format and receives a frame width
36 This ioctl allows applications to enumerate all frame sizes (i. e. width
44 depend on the type of frame sizes the device supports. Here are the
68 the ``type`` field to determine the type of frame size enumeration the
70 it make sense to increase the index value to receive more frame sizes.
74 The order in which the frame sizes are returned has no special
81 other ioctl calls while it runs the frame size enumeration.
99 - Width of the frame [pixel].
102 - Height of the frame [pixel].
114 - Minimum frame width [pixel].
117 - Maximum frame width [pixel].
120 - Frame width step size [pixel].
123 - Minimum frame height [pixel].
126 - Maximum frame height [pixel].
129 - Frame height step size [pixel].
142 - IN: Index of the given frame size in the enumeration.
145 - IN: Pixel format for which the frame sizes are enumerated.
148 - OUT: Frame size type the device supports.
151 - OUT: Frame size with the given index.
181 - Discrete frame size.
184 - Continuous frame size.
187 - Step-wise defined frame size.