Searched refs:comp_type (Results 1 – 3 of 3) sorted by relevance
/device/linaro/hikey/hifi/xaf/host-apf/proxy/ |
D | xaf-api.c | 193 …oid **pp_comp, xf_id_t comp_id, u32 ninbuf, u32 noutbuf, void *pp_inbuf[], xaf_comp_type comp_type) in xaf_comp_create() argument 210 XAF_CHK_RANGE(comp_type, XAF_DECODER, XAF_POST_PROC); in xaf_comp_create() 252 p_comp->comp_type = comp_type; in xaf_comp_create() 255 switch (comp_type) in xaf_comp_create() 488 if(p_comp->comp_type != XAF_DECODER) in xaf_comp_process()
|
/device/linaro/hikey/hifi/xaf/host-apf/include/ |
D | xaf-structs.h | 44 xaf_comp_type comp_type; member
|
D | xaf-api.h | 98 …oid **p_comp, xf_id_t comp_id, u32 ninbuf, u32 noutbuf, void *pp_inbuf[], xaf_comp_type comp_type);
|