in_hdr
hdr_state = in_hdr;
case in_hdr:
if (hdr_state == in_hdr) {
usbvc_input_header_t *in_hdr;
in_hdr = strm->input_header;
if (in_hdr) {
fmt_cnt = in_hdr->descr->bNumFormats;
if (in_hdr) {
kmem_free(in_hdr, sizeof (usbvc_input_header_t));
usbvc_input_header_t *in_hdr;
in_hdr = strm_if->input_header;
in_hdr->descr = (usbvc_input_header_descr_t *)cvs_buf;
if (in_hdr->descr->bNumFormats > 0) {
in_hdr->bmaControls = &cvs_buf[13];