Searched refs:XAF_INBUF_SIZE (Results 1 – 4 of 4) sorted by relevance
26 #define XAF_INBUF_SIZE 8192 macro
189 int buf_length = XAF_INBUF_SIZE; in main()
217 int buf_length = XAF_INBUF_SIZE; in main()
240 …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()