We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4bbfb1 commit ed8fff7Copy full SHA for ed8fff7
1 file changed
drivers/usb/usbvideo/usbvideo.h
@@ -60,11 +60,12 @@ typedef struct
60
}STILL_PROBE_COMMIT, *PSTILL_PROBE_COMMIT;;
61
62
63
-#define ISO_PACKET_COUNT 24 // FIXME determine packet count by bInterval
+#define ISO_PACKET_COUNT 16 // FIXME determine packet count by bInterval
64
#define BULK_TRANSFER_SIZE (64*1024)
65
#define ISO_TRANSFER_SIZE (64*1024)
66
#define URB_POOL_COUNT 4
67
68
+
69
typedef struct _FRAME_CONTEXT {
70
PUCHAR FrameBuffer;
71
ULONG FrameSize;
0 commit comments