Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/usb/uvc/
Duvc_video.c1619 unsigned int best_psize = UINT_MAX; in uvc_init_video() local
1648 if (psize >= bandwidth && psize <= best_psize) { in uvc_init_video()
1650 best_psize = psize; in uvc_init_video()
1662 "(%u B/frame bandwidth).\n", altsetting, best_psize); in uvc_init_video()