Searched refs:best_psize (Results 1 – 1 of 1) sorted by relevance
1619 unsigned int best_psize = UINT_MAX; in uvc_init_video() local1648 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()