Searched refs:bestspeed (Results 1 – 1 of 1) sorted by relevance
2349 uint32_t bestformat, bestspeed, besthwformat, *vchanformat, *vchanrate; in chn_notify() local2420 bestspeed = *vchanrate; in chn_notify()2423 bestspeed = 0; in chn_notify()2437 bestspeed = ch->speed; in chn_notify()2445 bestspeed = ch->speed; in chn_notify()2446 RANGE(bestspeed, caps->minspeed, in chn_notify()2464 if (ch->speed > bestspeed) { in chn_notify()2465 bestspeed = ch->speed; in chn_notify()2466 RANGE(bestspeed, caps->minspeed, in chn_notify()2488 if (bestspeed == 0) in chn_notify()[all …]