HomeSort by relevance Sort by last modified time
    Searched refs:XAF_INBUF_SIZE (Results 1 - 4 of 4) sorted by null

  /device/linaro/hikey/hifi/xaf/host-apf/include/
xaf-api.h 26 #define XAF_INBUF_SIZE 8192
  /device/linaro/hikey/hifi/xaf/host-apf/utest/
xaf-dec-test.c 189 int buf_length = XAF_INBUF_SIZE;
xaf-dec-mix-test.c 217 int buf_length = XAF_INBUF_SIZE;
  /device/linaro/hikey/hifi/xaf/host-apf/proxy/
xaf-api.c 240 XF_CHK_API(xf_pool_alloc(&p_adev->proxy, ninbuf, XAF_INBUF_SIZE, XF_POOL_INPUT, &p_comp->inpool, XAF_MEM_ID_COMP,
473 if (flag == XAF_INPUT_READY_FLAG) XAF_CHK_RANGE(length, 0, XAF_INBUF_SIZE);

Completed in 46 milliseconds