Searched refs:s32AoChnCnt (Results 1 - 4 of 4) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/audio/ |
H A D | sample_audio.c | 268 HI_S32 s32Ret, s32AoChnCnt; in SAMPLE_AUDIO_AdecAo() local 282 s32AoChnCnt = stAioAttr.u32ChnCnt; in SAMPLE_AUDIO_AdecAo() 283 s32Ret = SAMPLE_COMM_AUDIO_StartAo(AoDev, s32AoChnCnt, &stAioAttr, g_in_sample_rate, gs_bAioReSample); in SAMPLE_AUDIO_AdecAo() 298 s32Ret = SAMPLE_COMM_AUDIO_StopAo(AoDev, s32AoChnCnt, gs_bAioReSample); in SAMPLE_AUDIO_AdecAo() 332 HI_S32 s32Ret, s32AoChnCnt; in SAMPLE_AUDIO_StartAdecAo() local 343 s32AoChnCnt = pstAioAttr->u32ChnCnt; in SAMPLE_AUDIO_StartAdecAo() 344 s32Ret = SAMPLE_COMM_AUDIO_StartAo(AoDev, s32AoChnCnt, pstAioAttr, g_in_sample_rate, gs_bAioReSample); in SAMPLE_AUDIO_StartAdecAo() 385 (HI_VOID)SAMPLE_COMM_AUDIO_StopAo(AoDev, s32AoChnCnt, gs_bAioReSample); in SAMPLE_AUDIO_StartAdecAo() 586 HI_S32 s32AoChnCnt; in SAMPLE_AUDIO_AiAo() local 604 s32AoChnCnt in SAMPLE_AUDIO_AiAo() 669 HI_S32 s32Ret, s32AiChnCnt, s32AoChnCnt; SAMPLE_AUDIO_AiToAoSysChn() local 784 HI_S32 i, j, s32Ret, s32AiChnCnt, s32AoChnCnt; SAMPLE_AUDIO_AiVqeProcessAo() local [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/dependency/ |
H A D | audio_test.c | 230 HI_S32 s32Ret, s32AoChnCnt;
in SAMPLE_AUDIO_AdecAo() local 242 s32AoChnCnt = stAioAttr.u32ChnCnt;
in SAMPLE_AUDIO_AdecAo() 243 s32Ret = SAMPLE_COMM_AUDIO_StartAo(AoDev, s32AoChnCnt, &stAioAttr, g_in_sample_rate, gs_bAioReSample);
in SAMPLE_AUDIO_AdecAo() 254 s32Ret = SAMPLE_COMM_AUDIO_StopAo(AoDev, s32AoChnCnt, gs_bAioReSample);
in SAMPLE_AUDIO_AdecAo() 270 HI_S32 s32Ret, s32AoChnCnt;
in SAMPLE_AUDIO_StartAdecAo() local 281 s32AoChnCnt = pstAioAttr->u32ChnCnt;
in SAMPLE_AUDIO_StartAdecAo() 282 s32Ret = SAMPLE_COMM_AUDIO_StartAo(AoDev, s32AoChnCnt, pstAioAttr, g_in_sample_rate, gs_bAioReSample);
in SAMPLE_AUDIO_StartAdecAo() 318 (HI_VOID)SAMPLE_COMM_AUDIO_StopAo(AoDev, s32AoChnCnt, gs_bAioReSample);
in SAMPLE_AUDIO_StartAdecAo() 418 HI_S32 s32AoChnCnt;
in SAMPLE_AUDIO_AiAo() local 443 s32AoChnCnt in SAMPLE_AUDIO_AiAo() [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/ |
H A D | sample_comm_audio.c | 979 HI_S32 SAMPLE_COMM_AUDIO_StartAo(AUDIO_DEV AoDevId, HI_S32 s32AoChnCnt, AIO_ATTR_S *pstAioAttr, in SAMPLE_COMM_AUDIO_StartAo() argument 1007 for (i = 0; i < ((HI_U32)s32AoChnCnt >> (HI_U32)pstAioAttr->enSoundmode); i++) { in SAMPLE_COMM_AUDIO_StartAo() 1038 HI_S32 SAMPLE_COMM_AUDIO_StopAo(AUDIO_DEV AoDevId, HI_S32 s32AoChnCnt, HI_BOOL bResampleEn) in SAMPLE_COMM_AUDIO_StopAo() argument 1043 for (i = 0; i < s32AoChnCnt; i++) { in SAMPLE_COMM_AUDIO_StopAo()
|
H A D | sample_comm.h | 677 HI_S32 SAMPLE_COMM_AUDIO_StartAo(AUDIO_DEV AoDevId, HI_S32 s32AoChnCnt, AIO_ATTR_S *pstAioAttr, 679 HI_S32 SAMPLE_COMM_AUDIO_StopAo(AUDIO_DEV AoDevId, HI_S32 s32AoChnCnt, HI_BOOL bResampleEn);
|
Completed in 9 milliseconds