Searched refs:gs_enPayloadType (Results 1 - 2 of 2) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/dependency/ |
H A D | audio_test.c | 38 static PAYLOAD_TYPE_E gs_enPayloadType = PT_AAC;
variable 185 pfd = SAMPLE_AUDIO_OpenAdecFile_AAC(num, AdChn, gs_enPayloadType);
in SAMPLE_AUDIO_AdecAoInner() 238 s32Ret = SAMPLE_COMM_AUDIO_StartAdec(AdChn, gs_enPayloadType);
in SAMPLE_AUDIO_AdecAo() 276 s32Ret = SAMPLE_COMM_AUDIO_StartAdec(AdChn, gs_enPayloadType);
in SAMPLE_AUDIO_StartAdecAo() 286 pfd = SAMPLE_AUDIO_OpenAencFile(AdChn, gs_enPayloadType);
in SAMPLE_AUDIO_StartAdecAo()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/audio/ |
H A D | sample_audio.c | 37 static PAYLOAD_TYPE_E gs_enPayloadType = PT_AAC; variable 230 pfd = SAMPLE_AUDIO_OpenAdecFile(AdChn, gs_enPayloadType); in SAMPLE_AUDIO_AdecAoInner() 276 s32Ret = SAMPLE_COMM_AUDIO_StartAdec(AdChn, gs_enPayloadType); in SAMPLE_AUDIO_AdecAo() 338 s32Ret = SAMPLE_COMM_AUDIO_StartAdec(AdChn, gs_enPayloadType); in SAMPLE_AUDIO_StartAdecAo() 349 pfd = SAMPLE_AUDIO_OpenAencFile(AdChn, gs_enPayloadType); in SAMPLE_AUDIO_StartAdecAo() 472 s32Ret = SAMPLE_COMM_AUDIO_StartAenc(s32AencChnCnt, &stAioAttr, gs_enPayloadType); in SAMPLE_AUDIO_AiAenc()
|
Completed in 2 milliseconds