Home
last modified time | relevance | path

Searched refs:pESBufInfo (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c4772 St_Audio_Buf_Info *pESBufInfo; in AU_CUS_ESBufInit() local
4778 pESBufInfo = &ES1BufInfo; in AU_CUS_ESBufInit()
4784 pESBufInfo = &ES3BufInfo; in AU_CUS_ESBufInit()
4792 pESBufInfo = &ES1BufInfo; in AU_CUS_ESBufInit()
4797 MApi_AUDIO_GetAudioInfo2(DecID, Audio_infoType_UNI_ES_Base, &(pESBufInfo->u32BufStartAddr_P)); in AU_CUS_ESBufInit()
4798 MApi_AUDIO_GetAudioInfo2(DecID, Audio_infoType_UNI_ES_Size, &(pESBufInfo->u32BufSize)); in AU_CUS_ESBufInit()
4799 pESBufInfo->u32BufEndAddr_P = pESBufInfo->u32BufStartAddr_P + pESBufInfo->u32BufSize; in AU_CUS_ESBufInit()
4800 pESBufInfo->u32BufWptr_P = pESBufInfo->u32BufStartAddr_P; in AU_CUS_ESBufInit()
4801 pESBufInfo->u32BufRptr_P = pESBufInfo->u32BufStartAddr_P; in AU_CUS_ESBufInit()
4803 pESBufInfo->u32BufStartAddr_V = MsOS_MPool_PA2KSEG1(pESBufInfo->u32BufStartAddr_P); in AU_CUS_ESBufInit()
[all …]