Home
last modified time | relevance | path

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

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