Lines Matching +full:max +full:- +full:bitrate
18 #include <media/v4l2-device.h>
19 #include <media/v4l2-ctrls.h>
20 #include <media/i2c/ir-kbd-i2c.h>
33 #define UNSET (-1U)
54 u8 bitrate; /* in 100kbps */ member
74 /* v4l2-device unused */
76 struct { /* video mode/bitrate control cluster */
84 /* the max packet size of the bulk endpoint */
121 /* For passing data to ir-kbd-i2c */
198 * BITRATE SETTING
199 * 1st and 2nd byte (little endian): average bitrate in 100 000 bit/s
200 * min: 1 mbit/s, max: 13.5 mbit/s
201 * 3rd and 4th byte (little endian): peak bitrate in 100 000 bit/s
203 * max: 20.2 mbit/s
225 * 3rd byte MF enable chroma, min=0, max=1
235 /* ret = usb_control_msg(dev->udev, */
236 /* usb_sndctrlpipe(dev->udev, 0), */