Searched refs:noutbuf (Results 1 – 3 of 3) sorted by relevance
/device/linaro/hikey/hifi/xaf/host-apf/proxy/ |
D | xaf-api.c | 82 if (p_comp->noutbuf) in xaf_comp_post_init_config() 84 …XF_CHK_API(xf_pool_alloc(p_proxy, p_comp->noutbuf, smsg->output_length, XF_POOL_OUTPUT, &p_comp->o… in xaf_comp_post_init_config() 193 …_create(void *adev_ptr, void **pp_comp, xf_id_t comp_id, u32 ninbuf, u32 noutbuf, void *pp_inbuf[]… in xaf_comp_create() argument 209 XAF_CHK_RANGE(noutbuf, 0, 1); in xaf_comp_create() 250 p_comp->noutbuf = noutbuf; in xaf_comp_create() 512 for (i=0; i<p_comp->noutbuf; i++) in xaf_comp_process() 520 if (!p_comp->inpool) p_comp->pending_resp = p_comp->noutbuf; in xaf_comp_process()
|
/device/linaro/hikey/hifi/xaf/host-apf/include/ |
D | xaf-structs.h | 55 u32 noutbuf; member
|
D | xaf-api.h | 98 XAF_ERR_CODE xaf_comp_create(void* p_adev, void **p_comp, xf_id_t comp_id, u32 ninbuf, u32 noutbuf,…
|