Searched refs:dcblockr (Results 1 – 2 of 2) sorted by relevance
44 struct dcblock *dcblockr; in test_file() local49 dcblockr = dcblock_new(0.995, 48000); in test_file()52 process(dcblockr, data + frames, frames); in test_file()57 dcblock_free(dcblockr); in test_file()
216 struct dcblock *dcblockr; member248 if (!data->dcblockr) in dcblock_run()249 data->dcblockr = in dcblock_run()259 dcblock_process(data->dcblockr, data->ports[3], (int)sample_count); in dcblock_run()267 if (data->dcblockr) in dcblock_deinstantiate()268 dcblock_free(data->dcblockr); in dcblock_deinstantiate()