Home
last modified time | relevance | path

Searched refs:comp_type (Results 1 – 3 of 3) sorted by relevance

/device/linaro/hikey/hifi/xaf/host-apf/proxy/
Dxaf-api.c193 …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/
Dxaf-structs.h44 xaf_comp_type comp_type; member
Dxaf-api.h98 …oid **p_comp, xf_id_t comp_id, u32 ninbuf, u32 noutbuf, void *pp_inbuf[], xaf_comp_type comp_type);