Searched refs:fifo_reserve (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | fifo.h | 42 UNUSED static void * fifo_reserve(fifo_t * f, FIFO_SIZE_T n) in fifo_reserve() function 69 void * s = fifo_reserve(f, n); in fifo_write()
|
| H A D | dft_filter.c | 44 memset(fifo_reserve(&p->input_fifo, in start() 62 output = fifo_reserve(&p->output_fifo, f->dft_length); in filter()
|
| H A D | rate_half_fir.h | 26 sample_t * output = fifo_reserve(output_fifo, num_out); in FUNCTION()
|
| H A D | rate_poly_fir0.h | 27 sample_t * output = fifo_reserve(output_fifo, max_num_out); in FUNCTION()
|
| H A D | rate_poly_fir.h | 41 sample_t * output = fifo_reserve(output_fifo, max_num_out); in FUNCTION()
|
| H A D | rate.c | 129 sample_t * output = fifo_reserve(output_fifo, max_num_out); in cubic_stage_fn() 158 output = fifo_reserve(output_fifo, f->dft_length); in dft_stage_fn() 453 memset(fifo_reserve(&s->fifo, s->preload), 0, sizeof(sample_t)*s->preload); in rate_init()
|
| H A D | tempo.c | 182 …memset(fifo_reserve(&t->input_fifo, t->search / 2), 0, (t->search / 2) * t->channels * sizeof(floa… in tempo_setup()
|