Home
last modified time | relevance | path

Searched refs:fifo_t (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dfifo.h33 } 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 Ddft_filter.h12 fifo_t input_fifo, output_fifo;
H A Drate_half_fir.h22 static void FUNCTION(stage_t * p, fifo_t * output_fifo) in FUNCTION()
H A Drate.c91 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 Drate_poly_fir0.h23 static void FUNCTION(stage_t * p, fifo_t * output_fifo) in FUNCTION()
H A Drate_poly_fir.h37 static void FUNCTION(stage_t * p, fifo_t * output_fifo) in FUNCTION()
H A Dtempo.c36 fifo_t input_fifo;
38 fifo_t output_fifo;
H A Dreverb.c115 fifo_t input_fifo;
/OK3568_Linux_fs/external/common_algorithm/misc/include/
H A Dmp3_enc_types.h37 } fifo_t; typedef
148 fifo_t fifo[FIFO_SIZE];