Searched refs:gs_bAioReSample (Results 1 - 2 of 2) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/audio/ |
H A D | sample_audio.c | 38 static HI_BOOL gs_bAioReSample = HI_FALSE; variable 214 gs_bAioReSample = HI_FALSE; in sample_audio_adec_ao_init_param() 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() 325 gs_bAioReSample = HI_FALSE; in sample_audio_ai_aenc_init_param() 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() 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() 508 gs_bAioReSample in sample_audio_ai_ao_init_param() [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/dependency/ |
H A D | audio_test.c | 39 static HI_BOOL gs_bAioReSample = HI_FALSE;
variable 169 gs_bAioReSample = HI_FALSE;
in sample_audio_adec_ao_init_param() 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() 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() 338 gs_bAioReSample = HI_FALSE;
in sample_audio_ai_ao_init_param() 343 if (gs_bAioReSample == HI_TRUE) {
in sample_audio_ai_ao_init_param() 351 gs_bUserGetMode = (gs_bAioReSample == HI_TRUE) ? HI_TRUE : HI_FALSE;
in sample_audio_ai_ao_init_param() 432 s32Ret = SAMPLE_COMM_AUDIO_StartAi(AiDev, s32AiChnCnt, &stAioAttr, g_out_sample_rate, gs_bAioReSample, NUL in SAMPLE_AUDIO_AiAo() [all...] |
Completed in 2 milliseconds