Searched refs:DSP_BUFFER_SIZE (Results 1 – 4 of 4) sorted by relevance
318 cras_dsp_pipeline_run(p, DSP_BUFFER_SIZE); in TEST_F()326 cras_dsp_pipeline_run(p, DSP_BUFFER_SIZE); in TEST_F()466 int16_t* samples = new int16_t[DSP_BUFFER_SIZE]; in TEST_F()467 fill_test_data(samples, DSP_BUFFER_SIZE); in TEST_F()
53 static float cras_dsp_pipeline_source_buffer[2][DSP_BUFFER_SIZE];54 static float cras_dsp_pipeline_sink_buffer[2][DSP_BUFFER_SIZE];
33 #define DSP_BUFFER_SIZE 2048 macro
550 size_t size = DSP_BUFFER_SIZE * sizeof(float); in allocate_buffers()866 chunk = MIN(remaining, (size_t)DSP_BUFFER_SIZE); in cras_dsp_pipeline_apply()