Searched refs:curr_fmtgrp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc.c3760 usbvc_format_group_t *curr_fmtgrp; local
3784 curr_fmtgrp = &strm_if->format_group[i];
3790 if (!curr_fmtgrp || !curr_fmtgrp->v4l2_pixelformat ||
3791 curr_fmtgrp->frame_cnt == 0) {
3802 if (!curr_fmtgrp || curr_fmtgrp->frame_cnt == 0) {
3811 ctrl.bFormatIndex = curr_fmtgrp->format->bFormatIndex;
3814 ctrl.bFrameIndex = curr_fmtgrp->frames[0].descr->bFrameIndex;
3817 bcopy(&(curr_fmtgrp
[all...]

Completed in 61 milliseconds