Lines Matching refs:sampling_rate
23 u8 *buf, unsigned sampling_rate)
41 unsigned n = ((bit + 1) * sampling_rate) / rate;
49 u8 *buf, unsigned sampling_rate)
58 sampling_rate /= 10;
61 unsigned n = ((bit + 1) * sampling_rate) / rate;
84 u8 *buf, unsigned sampling_rate)
102 unsigned n = ((bit + 1) * sampling_rate) / rate;
132 vivid_vbi_gen_cc_raw(data, linebuf, vbi_fmt->sampling_rate);
134 vivid_vbi_gen_wss_raw(data, linebuf, vbi_fmt->sampling_rate);
136 vivid_vbi_gen_teletext_raw(data, linebuf, vbi_fmt->sampling_rate);