Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/usb/uvc/
Duvc_video.c1608 unsigned int best_psize = UINT_MAX; in uvc_init_video() local
1637 if (psize >= bandwidth && psize <= best_psize) { in uvc_init_video()
1639 best_psize = psize; in uvc_init_video()
1651 "(%u B/frame bandwidth).\n", altsetting, best_psize); in uvc_init_video()