Searched refs:fifo_t (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | fifo.h | 33 } fifo_t; typedef 37 UNUSED static void fifo_clear(fifo_t * f) in fifo_clear() 42 UNUSED static void * fifo_reserve(fifo_t * f, FIFO_SIZE_T n) in fifo_reserve() 67 UNUSED static void * fifo_write(fifo_t * f, FIFO_SIZE_T n, void const * data) in fifo_write() 75 UNUSED static void fifo_trim_to(fifo_t * f, FIFO_SIZE_T n) in fifo_trim_to() 81 UNUSED static void fifo_trim_by(fifo_t * f, FIFO_SIZE_T n) in fifo_trim_by() 87 UNUSED static FIFO_SIZE_T fifo_occupancy(fifo_t * f) in fifo_occupancy() 92 UNUSED static void * fifo_read(fifo_t * f, FIFO_SIZE_T n, void * data) in fifo_read() 106 UNUSED static void fifo_delete(fifo_t * f) in fifo_delete() 111 UNUSED static void fifo_create(fifo_t * f, FIFO_SIZE_T item_size) in fifo_create()
|
| H A D | dft_filter.h | 12 fifo_t input_fifo, output_fifo;
|
| H A D | rate_half_fir.h | 22 static void FUNCTION(stage_t * p, fifo_t * output_fifo) in FUNCTION()
|
| H A D | rate.c | 91 typedef void (* stage_fn_t)(struct stage * input, fifo_t * output); 95 fifo_t fifo; 125 static void cubic_stage_fn(stage_t * p, fifo_t * output_fifo) in cubic_stage_fn() 144 static void dft_stage_fn(stage_t * p, fifo_t * output_fifo) in dft_stage_fn() 477 fifo_t * fifo = &p->stages[p->num_stages].fifo; in rate_output() 484 fifo_t * fifo = &p->stages[p->num_stages].fifo; in rate_flush()
|
| H A D | rate_poly_fir0.h | 23 static void FUNCTION(stage_t * p, fifo_t * output_fifo) in FUNCTION()
|
| H A D | rate_poly_fir.h | 37 static void FUNCTION(stage_t * p, fifo_t * output_fifo) in FUNCTION()
|
| H A D | tempo.c | 36 fifo_t input_fifo; 38 fifo_t output_fifo;
|
| H A D | reverb.c | 115 fifo_t input_fifo;
|
| /OK3568_Linux_fs/external/common_algorithm/misc/include/ |
| H A D | mp3_enc_types.h | 37 } fifo_t; typedef 148 fifo_t fifo[FIFO_SIZE];
|