Searched refs:best_psize (Results 1 – 1 of 1) sorted by relevance
1760 unsigned int best_psize = UINT_MAX; in uvc_init_video() local1789 if (psize >= bandwidth && psize <= best_psize) { in uvc_init_video()1791 best_psize = psize; in uvc_init_video()1803 "(%u B/frame bandwidth).\n", altsetting, best_psize); in uvc_init_video()