Searched refs:pcm_block (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/drivers/audio/ |
D | mpxxdtyy-i2s.c | 29 void *pdm_block, *pcm_block; in mpxxdtyy_i2s_read() local 40 &pcm_block, K_NO_WAIT); in mpxxdtyy_i2s_read() 45 sw_filter_lib_run(pdm_filter, pdm_block, pcm_block, pdm_size, in mpxxdtyy_i2s_read() 49 *buffer = pcm_block; in mpxxdtyy_i2s_read()
|
D | mpxxdtyy.c | 90 void *pdm_block, void *pcm_block, in sw_filter_lib_run() argument 97 if (pdm_block == NULL || pcm_block == NULL || pdm_filter == NULL) { in sw_filter_lib_run() 135 &((uint16_t *) pcm_block)[j + i], in sw_filter_lib_run() 142 &((uint16_t *) pcm_block)[j + i], in sw_filter_lib_run()
|
D | mpxxdtyy.h | 35 void *pdm_block, void *pcm_block,
|