Home
last modified time | relevance | path

Searched refs:strip_header (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/drivers/media/usb/usbvision/
Dusbvision-core.c693 unsigned char strip_header[USBVISION_STRIP_HEADER_LEN]; in usbvision_parse_compress() local
728 scratch_get_extra(usbvision, &strip_header[0], &strip_ptr, in usbvision_parse_compress()
731 if (strip_header[0] != USBVISION_STRIP_MAGIC) { in usbvision_parse_compress()
737 if (frame->curline != (int)strip_header[2]) { in usbvision_parse_compress()
742 strip_len = 2 * (unsigned int)strip_header[1]; in usbvision_parse_compress()