Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A Dmadp_mfe.c1114 void ConvertYUVToTile(MEMMAP_t* pmmapDest, MEMMAP_t* pmmapSrc, int width, int height) in ConvertYUVToTile() argument
1116 yuv2tile(pmmapDest->miuPointer, width, height, pmmapSrc->miuPointer, 1); in ConvertYUVToTile()
1117 yuv2tile((MFE_U8 *)((MFE_U32)pmmapDest->miuPointer+width*height), width, height, in ConvertYUVToTile()
1119 pmmapDest->miuAddress = (MFE_U32)MAdp_MPool_VA2PA((void*)(pmmapDest->miuPointer)); in ConvertYUVToTile()
1120 MsOS_Dcache_Flush(pmmapDest->miuPointer, width*height*3/2); in ConvertYUVToTile()