Lines Matching refs:uint8

127 	uint8	length;
128 uint8 descriptorType;
129 uint8 descriptorSubtype;
133 uint8 length;
134 uint8 descriptorType;
135 uint8 descriptorSubtype;
136 uint8 numFormats;
138 uint8 endpointAddress;
139 uint8 info;
140 uint8 terminalLink;
141 uint8 stillCaptureMethod;
142 uint8 triggerSupport;
143 uint8 triggerUsage;
144 uint8 controlSize;
145 uint8 controls[0];
149 uint8 length;
150 uint8 descriptorType;
151 uint8 descriptorSubtype;
152 uint8 numFormats;
154 uint8 endpointAddress;
155 uint8 terminalLink;
156 uint8 controlSize;
157 uint8 controls[0];
160 typedef uint8 usbvc_guid[16];
163 uint8 length;
164 uint8 descriptorType;
165 uint8 descriptorSubtype;
166 uint8 formatIndex;
167 uint8 numFrameDescriptors;
171 uint8 bytesPerPixel;
172 uint8 defaultFrameIndex;
173 uint8 aspectRatioX;
174 uint8 aspectRatioY;
175 uint8 interlaceFlags;
176 uint8 copyProtect;
179 uint8 flags;
180 uint8 defaultFrameIndex;
181 uint8 aspectRatioX;
182 uint8 aspectRatioY;
183 uint8 interlaceFlags;
184 uint8 copyProtect;
190 uint8 length;
191 uint8 descriptorType;
192 uint8 descriptorSubtype;
193 uint8 frameIndex;
194 uint8 capabilities;
201 uint8 frameIntervalType;
218 uint8 length;
219 uint8 descriptorType;
220 uint8 descriptorSubtype;
221 uint8 endpointAddress;
222 uint8 numImageSizePatterns;
224 uint8 NumCompressionPatterns() const { return *(CompressionPatterns() - 1); }
225 const uint8* CompressionPatterns() const {
226 return ((const uint8*)imageSizePatterns + sizeof(usbvc_image_size_pattern)
227 * numImageSizePatterns + sizeof(uint8));
232 uint8 length;
233 uint8 descriptorType;
234 uint8 descriptorSubtype;
235 uint8 colorPrimaries;
236 uint8 transferCharacteristics;
237 uint8 matrixCoefficients;
242 uint8 length;
243 uint8 descriptorType;
244 uint8 descriptorSubtype;
248 uint8 numInterfacesNumbers;
249 uint8 interfaceNumbers[0];
253 uint8 length;
254 uint8 descriptorType;
255 uint8 descriptorSubtype;
256 uint8 terminalID;
258 uint8 associatedTerminal;
259 uint8 terminal;
263 uint8 length;
264 uint8 descriptorType;
265 uint8 descriptorSubtype;
266 uint8 terminalID;
268 uint8 associatedTerminal;
269 uint8 sourceID;
270 uint8 terminal;
274 uint8 length;
275 uint8 descriptorType;
276 uint8 descriptorSubtype;
277 uint8 terminalID;
279 uint8 associatedTerminal;
280 uint8 terminal;
284 uint8 controlSize;
285 uint8 controls[0];
289 uint8 length;
290 uint8 descriptorType;
291 uint8 descriptorSubtype;
292 uint8 unitID;
293 uint8 numInputPins;
294 uint8 sourceID[0];
295 uint8 Selector() const { return sourceID[numInputPins]; }
299 uint8 length;
300 uint8 descriptorType;
301 uint8 descriptorSubtype;
302 uint8 unitID;
303 uint8 sourceID;
305 uint8 controlSize;
306 uint8 controls[0];
307 uint8 Processing() const { return controls[controlSize]; }
308 uint8 VideoStandards() const { return controls[controlSize+1]; }
312 uint8 length;
313 uint8 descriptorType;
314 uint8 descriptorSubtype;
315 uint8 unitID;
317 uint8 numControls;
318 uint8 numInputPins;
319 uint8 sourceID[0];
320 uint8 ControlSize() const { return sourceID[numInputPins]; }
321 const uint8* Controls() const { return &sourceID[numInputPins+1]; }
322 uint8 Extension() const
328 uint8 formatIndex;
329 uint8 frameIndex;
339 uint8 framingInfo;
340 uint8 preferredVersion;
341 uint8 minVersion;
342 uint8 maxVersion;