Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A Dmadp_mfe.c476 int MAdp_MPool_GetBlockVa(MFE_U32 opt, MFE_U32 *buf_start, MFE_U32 *buf_size) in MAdp_MPool_GetBlockVa() function
502 int MAdp_MPool_GetBlockVa(int opt, MFE_U32 *buf_start, MFE_U32 *buf_size) in MAdp_MPool_GetBlockVa() function
1673 if (!MAdp_MPool_GetBlockVa((int)E_SYS_MMAP_MPOOL, &madp_mfe_buff_info.mfe_buf_va, &madp_mfe_buff_in… in MFE_SetMemory()
1695 …if (!MAdp_MPool_GetBlockVa((int)E_SYS_MMAP_MFE, &madp_mfe_buff_info.mfe_buf_va, &madp_mfe_buff_inf… in MFE_SetMemory()
H A Dmadp_mfe.h228 int MAdp_MPool_GetBlockVa(MFE_U32 opt, MFE_U32 *buf_start, MFE_U32 *buf_size);
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe_ex/
H A Dmadp_mfe.h173 MS_S32 MAdp_MPool_GetBlockVa(MS_U32 opt, MS_U32 *buf_start, MS_U32 *buf_size);
/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c4814 …if(!(MAdp_MPool_GetBlockVa( E_SYS_MMAP_AUDIO_CLIP_MEM, &(ExternalBufInfo.u32BufStartAddr_V) , &(Ex… in AU_CUS_ExternalBufInit()