Searched refs:pmmapTmp (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/mfe/api/mfe/ |
| H A D | madp_mfe.c | 1124 int GetFrame_FileIn(FILE_IN_INFO* pInfo, MEMMAP_t* pmmapTmp, MEMMAP_t* pmmapDst) in GetFrame_FileIn() argument 1138 err = fread((MFE_U8 *)pmmapTmp->miuPointer, sizeof(MFE_U8), pInfo->nFrameSize, pInfo->infile); in GetFrame_FileIn() 1145 ConvertYUVToTile(pmmapDst, pmmapTmp, appPVR_Info.width, appPVR_Info.height); in GetFrame_FileIn() 1150 int GetFrame_YUVGen(MFE_U8 seed, int width, int height, MEMMAP_t* pmmapTmp, MEMMAP_t* pmmapDst) in GetFrame_YUVGen() argument 1157 YuvGen(seed, width, height, (MFE_U8 *) pmmapTmp->miuPointer); in GetFrame_YUVGen() 1158 ConvertYUVToTile(pmmapDst, pmmapTmp, width, height); in GetFrame_YUVGen() 1159 MsOS_Dcache_Flush(pmmapTmp->miuPointer ,width*height*3/2); in GetFrame_YUVGen()
|