Searched refs:fifo_read_ptr (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | tempo.c | 109 …fifo_write(&t->output_fifo, t->overlap, (float *) fifo_read_ptr(&t->input_fifo) + t->channels * of… in tempo_process() 111 offset = tempo_best_overlap_position(t, fifo_read_ptr(&t->input_fifo)); in tempo_process() 113 (float *) fifo_read_ptr(&t->input_fifo) + t->channels * offset, in tempo_process() 118 (float *) fifo_read_ptr(&t->input_fifo) + in tempo_process() 124 (float *) fifo_read_ptr(&t->input_fifo) + in tempo_process()
|
| H A D | fifo.h | 104 #define fifo_read_ptr(f) fifo_read(f, (FIFO_SIZE_T)0, NULL) macro
|
| H A D | dft_filter.c | 58 double const * input = fifo_read_ptr(&p->input_fifo); in filter()
|
| H A D | reverb.c | 152 …filter_array_process(p->chan + i, length, (float *) fifo_read_ptr(&p->input_fifo), p->out[i], &p->… in reverb_process()
|
| H A D | rate.c | 123 #define stage_read_p(s) ((sample_t *)fifo_read_ptr(&(s)->fifo) + (s)->pre) 154 sample_t const * input = fifo_read_ptr(&p->fifo); in dft_stage_fn()
|