Searched refs:num_extra_samples (Results 1 – 1 of 1) sorted by relevance
237 const size_t num_extra_samples = seq->options ? seq->options->extra_samplings : 0; in tla202x_start_read() local238 const size_t num_samples = (1 + num_extra_samples) * POPCOUNT(seq->channels); in tla202x_start_read()