Searched refs:packsize (Results 1 – 2 of 2) sorted by relevance
107 unsigned int packsize[2]; /* small/large packet sizes in samples */ member
200 ret = ep->packsize[1]; in next_packet_size()202 ret = ep->packsize[0]; in next_packet_size()1366 ep->packsize[0] = ep->cur_rate / ep->pps; in snd_usb_endpoint_set_params()1367 ep->packsize[1] = (ep->cur_rate + (ep->pps - 1)) / ep->pps; in snd_usb_endpoint_set_params()
Completed in 7 milliseconds