Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c1345 MS_U32 u32BufStartAddr_V; member
4803 pESBufInfo->u32BufStartAddr_V = MsOS_MPool_PA2KSEG1(pESBufInfo->u32BufStartAddr_P); in AU_CUS_ESBufInit()
4804 pESBufInfo->u32BufEndAddr_V = pESBufInfo->u32BufStartAddr_V + pESBufInfo->u32BufSize; in AU_CUS_ESBufInit()
4805 pESBufInfo->u32BufWptr_V = pESBufInfo->u32BufStartAddr_V; in AU_CUS_ESBufInit()
4806 pESBufInfo->u32BufRptr_V = pESBufInfo->u32BufStartAddr_V; in AU_CUS_ESBufInit()
4814 …if(!(MAdp_MPool_GetBlockVa( E_SYS_MMAP_AUDIO_CLIP_MEM, &(ExternalBufInfo.u32BufStartAddr_V) , &(Ex… in AU_CUS_ExternalBufInit()
4830 ExternalBufInfo.u32BufStartAddr_V = MsOS_MPool_PA2KSEG1(ExternalBufInfo.u32BufStartAddr_P); in AU_CUS_ExternalBufInit()
4831 … ExternalBufInfo.u32BufEndAddr_V = ExternalBufInfo.u32BufStartAddr_V + ExternalBufInfo.u32BufSize; in AU_CUS_ExternalBufInit()
4832 ExternalBufInfo.u32BufWptr_V = ExternalBufInfo.u32BufStartAddr_V; in AU_CUS_ExternalBufInit()
4833 ExternalBufInfo.u32BufRptr_V = ExternalBufInfo.u32BufStartAddr_V; in AU_CUS_ExternalBufInit()
[all …]