Searched refs:XAF_INPUT_READY_FLAG (Results 1 – 5 of 5) sorted by relevance
/device/linaro/hikey/hifi/xaf/host-apf/utest/ |
D | xaf-dec-test.c | 157 …_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()
|
D | xaf-dec-mix-test.c | 171 …_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/ |
D | xaf-api.h | 48 XAF_INPUT_READY_FLAG = 4, enumerator
|
/device/linaro/hikey/hifi/xaf/host-apf/proxy/ |
D | xaf-api.c | 473 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/ |
D | audio_hw.c | 190 …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()
|