Searched refs:bNumCompressionPattern (Results 1 – 2 of 2) sorted by relevance
1559 frame->bNumCompressionPattern = *p; in uvc_parse_vs_still_image_frame()1561 if(frame->bNumCompressionPattern) in uvc_parse_vs_still_image_frame()1563 frame->bCompression = calloc(frame->bNumCompressionPattern, sizeof(frame->bCompression[0])); in uvc_parse_vs_still_image_frame()1564 for(i = 0; i < frame->bNumCompressionPattern; ++i) in uvc_parse_vs_still_image_frame()
144 uint8_t bNumCompressionPattern; member