Home
last modified time | relevance | path

Searched refs:XAF_INPUT_READY_FLAG (Results 1 – 5 of 5) sorted by relevance

/device/linaro/hikey/hifi/xaf/host-apf/utest/
Dxaf-dec-test.c157 …_CHK_API(xaf_comp_process(NULL, p_comp, (void *)comp_info.buf, read_length, XAF_INPUT_READY_FLAG)); in comp_process_entry()
282 … XF_CHK_API(xaf_comp_process(p_adev, p_decoder, dec_inbuf[i], read_length, XAF_INPUT_READY_FLAG)); in main()
312 XF_CHK_API(xaf_comp_process(p_adev, p_decoder, p_buf, read_length, XAF_INPUT_READY_FLAG)); in main()
Dxaf-dec-mix-test.c171 …_CHK_API(xaf_comp_process(NULL, p_comp, (void *)comp_info.buf, read_length, XAF_INPUT_READY_FLAG)); in comp_process_entry()
324 …HK_API(xaf_comp_process(p_adev, p_decoder[i], dec_inbuf[i][j], read_length, XAF_INPUT_READY_FLAG)); in main()
344 … XF_CHK_API(xaf_comp_process(p_adev, p_decoder[i], p_buf, read_length, XAF_INPUT_READY_FLAG)); in main()
/device/linaro/hikey/hifi/xaf/host-apf/include/
Dxaf-api.h48 XAF_INPUT_READY_FLAG = 4, enumerator
/device/linaro/hikey/hifi/xaf/host-apf/proxy/
Dxaf-api.c473 if (flag == XAF_INPUT_READY_FLAG) XAF_CHK_RANGE(length, 0, XAF_INBUF_SIZE); in xaf_comp_process()
533 case XAF_INPUT_READY_FLAG: in xaf_comp_process()
/device/linaro/hikey/audio/
Daudio_hw.c190 …ice.p_decoder, adev->dsp_device.dec_inbuf[0], adev->dsp_device.read_length, XAF_INPUT_READY_FLAG)); in xa_device_run()
199 …ice.p_decoder, adev->dsp_device.dec_inbuf[0], adev->dsp_device.read_length, XAF_INPUT_READY_FLAG)); in xa_device_run()