Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c1359 St_Audio_Buf_Info AD_ExternalBufInfo; variable
10432 AD_ExternalBufInfo.u32BufStartAddr_V = (MS_U32)AU_Demo_MM_New_Mode_AD_DecInfo.extBufaddr_V; in AU_CUS_Demo_MM_New_Mode_AD_ExternalBufInit()
10433AD_ExternalBufInfo.u32BufEndAddr_V = AD_ExternalBufInfo.u32BufStartAddr_V + AU_Demo_MM_New_Mode_AD… in AU_CUS_Demo_MM_New_Mode_AD_ExternalBufInit()
10434 AD_ExternalBufInfo.u32BufWptr_V = AD_ExternalBufInfo.u32BufStartAddr_V; in AU_CUS_Demo_MM_New_Mode_AD_ExternalBufInit()
10435 AD_ExternalBufInfo.u32BufRptr_V = AD_ExternalBufInfo.u32BufStartAddr_V; in AU_CUS_Demo_MM_New_Mode_AD_ExternalBufInit()
10436 AD_ExternalBufInfo.u32BufSize = AU_Demo_MM_New_Mode_AD_DecInfo.u32Size; in AU_CUS_Demo_MM_New_Mode_AD_ExternalBufInit()
10438 …2BufStartAddr_V = 0x%X] \n", __FUNCTION__, __LINE__, (unsigned int)AD_ExternalBufInfo.u32BufStartA… in AU_CUS_Demo_MM_New_Mode_AD_ExternalBufInit()
10439 …2BufEndAddr_V = 0x%X] \n", __FUNCTION__, __LINE__, (unsigned int)AD_ExternalBufInfo.u32BufEndAdd… in AU_CUS_Demo_MM_New_Mode_AD_ExternalBufInit()
10440 …2BufWptr_V = 0x%X] \n", __FUNCTION__, __LINE__, (unsigned int)AD_ExternalBufInfo.u32BufWptr_V… in AU_CUS_Demo_MM_New_Mode_AD_ExternalBufInit()
10441 …2BufRptr_V = 0x%X] \n", __FUNCTION__, __LINE__, (unsigned int)AD_ExternalBufInfo.u32BufRptr_V… in AU_CUS_Demo_MM_New_Mode_AD_ExternalBufInit()
[all …]