Home
last modified time | relevance | path

Searched refs:XAF_INBUF_SIZE (Results 1 – 4 of 4) sorted by relevance

/device/linaro/hikey/hifi/xaf/host-apf/include/
Dxaf-api.h26 #define XAF_INBUF_SIZE 8192 macro
/device/linaro/hikey/hifi/xaf/host-apf/utest/
Dxaf-dec-test.c189 int buf_length = XAF_INBUF_SIZE; in main()
Dxaf-dec-mix-test.c217 int buf_length = XAF_INBUF_SIZE; in main()
/device/linaro/hikey/hifi/xaf/host-apf/proxy/
Dxaf-api.c240 …XF_CHK_API(xf_pool_alloc(&p_adev->proxy, ninbuf, XAF_INBUF_SIZE, XF_POOL_INPUT, &p_comp->inpool, X… in xaf_comp_create()
473 if (flag == XAF_INPUT_READY_FLAG) XAF_CHK_RANGE(length, 0, XAF_INBUF_SIZE); in xaf_comp_process()