Searched refs:s32AiChnCnt (Results 1 - 4 of 4) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/audio/ |
H A D | sample_audio.c | 447 HI_S32 s32AiChnCnt; in SAMPLE_AUDIO_AiAenc() local 456 s32AiChnCnt = stAioAttr.u32ChnCnt; in SAMPLE_AUDIO_AiAenc() 457 s32Ret = SAMPLE_COMM_AUDIO_StartAi(AiDev, s32AiChnCnt, &stAioAttr, g_out_sample_rate, gs_bAioReSample, NULL, 0); in SAMPLE_AUDIO_AiAenc() 486 s32Ret = SAMPLE_COMM_AUDIO_StopAi(AiDev, s32AiChnCnt, gs_bAioReSample, HI_FALSE); in SAMPLE_AUDIO_AiAenc() 585 HI_S32 s32AiChnCnt; in SAMPLE_AUDIO_AiAo() local 596 s32AiChnCnt = stAioAttr.u32ChnCnt; in SAMPLE_AUDIO_AiAo() 597 s32Ret = SAMPLE_COMM_AUDIO_StartAi(AiDev, s32AiChnCnt, &stAioAttr, g_out_sample_rate, gs_bAioReSample, NULL, 0); in SAMPLE_AUDIO_AiAo() 627 s32Ret = SAMPLE_COMM_AUDIO_StopAi(AiDev, s32AiChnCnt, gs_bAioReSample, HI_FALSE); in SAMPLE_AUDIO_AiAo() 669 HI_S32 s32Ret, s32AiChnCnt, s32AoChnCnt; in SAMPLE_AUDIO_AiToAoSysChn() local 678 s32AiChnCnt in SAMPLE_AUDIO_AiToAoSysChn() 784 HI_S32 i, j, s32Ret, s32AiChnCnt, s32AoChnCnt; SAMPLE_AUDIO_AiVqeProcessAo() local 882 HI_S32 s32Ret, s32AiChnCnt; SAMPLE_AUDIO_AiHdmiAo() local [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/dependency/ |
H A D | audio_test.c | 417 HI_S32 s32AiChnCnt;
in SAMPLE_AUDIO_AiAo() local 431 s32AiChnCnt = stAioAttr.u32ChnCnt;
in SAMPLE_AUDIO_AiAo() 432 s32Ret = SAMPLE_COMM_AUDIO_StartAi(AiDev, s32AiChnCnt, &stAioAttr, g_out_sample_rate, gs_bAioReSample, NULL, 0);
in SAMPLE_AUDIO_AiAo() 468 s32Ret = SAMPLE_COMM_AUDIO_StopAi(AiDev, s32AiChnCnt, gs_bAioReSample, HI_FALSE);
in SAMPLE_AUDIO_AiAo()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/ |
H A D | sample_comm_audio.c | 815 HI_S32 SAMPLE_COMM_AUDIO_StartAi(AUDIO_DEV AiDevId, HI_S32 s32AiChnCnt, AIO_ATTR_S *pstAioAttr, in SAMPLE_COMM_AUDIO_StartAi() argument 834 for (hi_u32 i = 0; i < ((HI_U32)s32AiChnCnt >> (HI_U32)pstAioAttr->enSoundmode); i++) { in SAMPLE_COMM_AUDIO_StartAi() 858 HI_S32 SAMPLE_COMM_AUDIO_StopAi(AUDIO_DEV AiDevId, HI_S32 s32AiChnCnt, HI_BOOL bResampleEn, HI_BOOL bVqeEn) in SAMPLE_COMM_AUDIO_StopAi() argument 863 for (i = 0; i < s32AiChnCnt; i++) { in SAMPLE_COMM_AUDIO_StopAi()
|
H A D | sample_comm.h | 674 HI_S32 SAMPLE_COMM_AUDIO_StartAi(AUDIO_DEV AiDevId, HI_S32 s32AiChnCnt, AIO_ATTR_S *pstAioAttr, 676 HI_S32 SAMPLE_COMM_AUDIO_StopAi(AUDIO_DEV AiDevId, HI_S32 s32AiChnCnt, HI_BOOL bResampleEn, HI_BOOL bVqeEn);
|
Completed in 5 milliseconds