Lines Matching refs:rate_max
168 fp->rate_max = rate;
208 fp->rate_min = fp->rate_max = 0;
232 if (!fp->rate_max || rate > fp->rate_max)
233 fp->rate_max = rate;
245 fp->rate_max = combine_triple(&fmt[offset + 4]);
346 fp->rates = fp->rate_min = fp->rate_max = 0;
364 fp->rate_max = max;
385 if (!fp->rate_max || rate > fp->rate_max)
386 fp->rate_max = rate;