Searched refs:bestspeed (Results 1 – 1 of 1) sorted by relevance
2355 uint32_t bestformat, bestspeed, besthwformat, *vchanformat, *vchanrate; in chn_notify() local2402 bestspeed = *vchanrate; in chn_notify()2405 bestspeed = 0; in chn_notify()2420 bestspeed = ch->speed; in chn_notify()2427 bestspeed = ch->speed; in chn_notify()2428 RANGE(bestspeed, caps->minspeed, in chn_notify()2444 if (ch->speed > bestspeed) { in chn_notify()2445 bestspeed = ch->speed; in chn_notify()2446 RANGE(bestspeed, caps->minspeed, in chn_notify()2466 if (bestspeed == 0) in chn_notify()[all …]