Home
last modified time | relevance | path

Searched defs:p_buf (Results 1 – 4 of 4) sorted by relevance

/device/linaro/hikey/hifi/xaf/host-apf/utest/
Dxaf-dec-test.c94 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
Dxaf-dec-mix-test.c105 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/
Dxaf-api.c415 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/
Daudio_hw.c208 void *p_buf = (void *)adev->dsp_device.comp_info.buf; in xa_device_run() local