Searched defs:head_flag (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc.c3405 uchar_t head_flag, head_len; local
3420 head_flag = data->b_rptr[1];
3437 if ((actual_len == head_len) && !(head_flag & USBVC_STREAM_EOF)) {
3449 "usbvc_decode_stream_header: dwMaxVideoFrameSize=%x, head_flag=%x",
3450 len, head_flag);
3458 strm_if->fid = head_flag & USBVC_STREAM_FID;
3484 if ((head_flag & USBVC_STREAM_EOF) &&
3514 (head_flag & USBVC_STREAM_FID)) {
3521 strm_if->fid = head_flag & USBVC_STREAM_FID;
3524 } else if (strm_if->fid != (head_flag
[all...]

Completed in 67 milliseconds