Searched defs:p_buf (Results 1 – 4 of 4) sorted by relevance
/device/linaro/hikey/hifi/xaf/host-apf/utest/ |
D | xaf-dec-test.c | 94 static int consume_output(void *p_buf, int buf_length, void *p_output) in consume_output() 112 static int read_input(void *p_buf, int buf_length, int *read_length, void *p_input) in read_input() 151 void *p_buf = (void *)comp_info.buf; in comp_process_entry() local 167 void *p_buf = (void *)comp_info.buf; in comp_process_entry() local 306 void *p_buf = (void *) comp_info.buf; in main() local
|
D | xaf-dec-mix-test.c | 105 static int consume_output(void *p_buf, int buf_length, void *p_output) in consume_output() 123 static int read_input(void *p_buf, int buf_length, int *read_length, void *p_input) in read_input() 165 void *p_buf = (void *) comp_info.buf; in comp_process_entry() local 181 void *p_buf = (void *) comp_info.buf; in comp_process_entry() local 338 void *p_buf = (void *) comp_info.buf; in main() local
|
/device/linaro/hikey/hifi/xaf/host-apf/proxy/ |
D | xaf-api.c | 415 s32 *p_buf = (s32 *) p_info; in xaf_comp_get_status() local 437 s32 *p_buf = (s32 *) p_info; in xaf_comp_get_status() local 461 XAF_ERR_CODE xaf_comp_process(void *adev_ptr, void *comp_ptr, void *p_buf, u32 length, xaf_comp_fla… in xaf_comp_process() 509 xf_buffer_t *p_buf; in xaf_comp_process() local
|
/device/linaro/hikey/audio/ |
D | audio_hw.c | 208 void *p_buf = (void *)adev->dsp_device.comp_info.buf; in xa_device_run() local
|