Searched refs:SDR_CAP_SAMPLES_PER_BUF (Results 1 – 2 of 2) sorted by relevance
146 (HZ * SDR_CAP_SAMPLES_PER_BUF) / 2; in vivid_thread_sdr_cap()147 do_div(buffers_since_start, HZ * SDR_CAP_SAMPLES_PER_BUF); in vivid_thread_sdr_cap()169 samples_since_start = buffers_since_start * SDR_CAP_SAMPLES_PER_BUF; in vivid_thread_sdr_cap()175 samples_since_start += SDR_CAP_SAMPLES_PER_BUF; in vivid_thread_sdr_cap()199 sizes[0] = SDR_CAP_SAMPLES_PER_BUF * 2; in sdr_cap_queue_setup()207 unsigned size = SDR_CAP_SAMPLES_PER_BUF * 2; in sdr_cap_buf_prepare()422 f->fmt.sdr.buffersize = SDR_CAP_SAMPLES_PER_BUF * 2; in vidioc_g_fmt_sdr_cap()
69 #define SDR_CAP_SAMPLES_PER_BUF 0x4000 macro