Home
last modified time | relevance | path

Searched refs:pmmapSrc (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()
1118 (MFE_U8 *)((MFE_U32)pmmapSrc->miuPointer+width*height), 0); in ConvertYUVToTile()