Searched refs:stAioAttr (Results 1 - 2 of 2) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/audio/ |
H A D | sample_audio.c | 271 AIO_ATTR_S stAioAttr; in SAMPLE_AUDIO_AdecAo() local 274 sample_audio_adec_ao_init_param(&stAioAttr); in SAMPLE_AUDIO_AdecAo() 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() 289 s32Ret = SAMPLE_COMM_AUDIO_CfgAcodec(&stAioAttr); in SAMPLE_AUDIO_AdecAo() 449 AIO_ATTR_S stAioAttr; in SAMPLE_AUDIO_AiAenc() local 453 sample_audio_ai_aenc_init_param(&stAioAttr); in SAMPLE_AUDIO_AiAenc() 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() 464 s32Ret = SAMPLE_COMM_AUDIO_CfgAcodec(&stAioAttr); in SAMPLE_AUDIO_AiAenc() 589 AIO_ATTR_S stAioAttr; SAMPLE_AUDIO_AiAo() local 671 AIO_ATTR_S stAioAttr; SAMPLE_AUDIO_AiToAoSysChn() local 787 AIO_ATTR_S stAioAttr; SAMPLE_AUDIO_AiVqeProcessAo() local 887 AIO_ATTR_S stAioAttr; SAMPLE_AUDIO_AiHdmiAo() local [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/dependency/ |
H A D | audio_test.c | 233 AIO_ATTR_S stAioAttr;
in SAMPLE_AUDIO_AdecAo() local 236 sample_audio_adec_ao_init_param(&stAioAttr);
in SAMPLE_AUDIO_AdecAo() 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() 247 s32Ret = SAMPLE_COMM_AUDIO_CfgAcodec(&stAioAttr);
in SAMPLE_AUDIO_AdecAo() 421 AIO_ATTR_S stAioAttr;
in SAMPLE_AUDIO_AiAo() local 425 sample_audio_ai_ao_init_param(&stAioAttr);
in SAMPLE_AUDIO_AiAo() 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() 443 s32AoChnCnt = stAioAttr in SAMPLE_AUDIO_AiAo() [all...] |
Completed in 3 milliseconds