Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c1355 St_Audio_Buf_Info ExternalBufInfo; variable
4814 …p_MPool_GetBlockVa( E_SYS_MMAP_AUDIO_CLIP_MEM, &(ExternalBufInfo.u32BufStartAddr_V) , &(ExternalBu… in AU_CUS_ExternalBufInit()
4822 ExternalBufInfo.u32BufStartAddr_P = 0x8C600000; in AU_CUS_ExternalBufInit()
4823 ExternalBufInfo.u32BufSize = 0x200000; in AU_CUS_ExternalBufInit()
4826ExternalBufInfo.u32BufEndAddr_P = ExternalBufInfo.u32BufStartAddr_P + ExternalBufInfo.u32BufSize; in AU_CUS_ExternalBufInit()
4827 ExternalBufInfo.u32BufWptr_P = ExternalBufInfo.u32BufStartAddr_P; in AU_CUS_ExternalBufInit()
4828 ExternalBufInfo.u32BufRptr_P = ExternalBufInfo.u32BufStartAddr_P; in AU_CUS_ExternalBufInit()
4830 ExternalBufInfo.u32BufStartAddr_V = MsOS_MPool_PA2KSEG1(ExternalBufInfo.u32BufStartAddr_P); in AU_CUS_ExternalBufInit()
4831ExternalBufInfo.u32BufEndAddr_V = ExternalBufInfo.u32BufStartAddr_V + ExternalBufInfo.u32BufSize; in AU_CUS_ExternalBufInit()
4832 ExternalBufInfo.u32BufWptr_V = ExternalBufInfo.u32BufStartAddr_V; in AU_CUS_ExternalBufInit()
[all …]