Lines Matching refs:miuPointer

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()
1118 (MFE_U8 *)((MFE_U32)pmmapSrc->miuPointer+width*height), 0); 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()
1138 err = fread((MFE_U8 *)pmmapTmp->miuPointer, sizeof(MFE_U8), pInfo->nFrameSize, pInfo->infile); in GetFrame_FileIn()
1157 YuvGen(seed, width, height, (MFE_U8 *) pmmapTmp->miuPointer); in GetFrame_YUVGen()
1159 MsOS_Dcache_Flush(pmmapTmp->miuPointer ,width*height*3/2); in GetFrame_YUVGen()
1182 input_frame->miuPointer = (unsigned char*)mfe_pInfo.Currentindex; in MFE_GetFrame_Function()
1184 input_frame->miuPointer = (unsigned char*)VVOIP_MFE_input_VAaddr; in MFE_GetFrame_Function()
1186 MAdp_MFE_GetDiBuff((MFE_U32*)(&input_frame->miuPointer)); in MFE_GetFrame_Function()
1189 ms_dprintf(ADP_L2,"Video Frame: 0x%x\n",(unsigned int) input_frame->miuPointer); in MFE_GetFrame_Function()
1190 input_frame->miuAddress = (MFE_U32)MAdp_MPool_VA2PA((void*)(input_frame->miuPointer)); in MFE_GetFrame_Function()
1270 … input_frame.miuPointer = my_malloc(&madp_mfe_buff_info.mfe_buf_va, nFrameSize,"input_frame"); in MAdp_MFE_Proc()
1271 input_frame.miuAddress = MAdp_MPool_VA2PA(input_frame.miuPointer); in MAdp_MFE_Proc()
1272 tmp_frame.miuPointer = my_malloc(&madp_mfe_buff_info.mfe_buf_va, nFrameSize,"tmp_frame"); in MAdp_MFE_Proc()
1273 tmp_frame.miuAddress = MAdp_MPool_VA2PA(tmp_frame.miuPointer); in MAdp_MFE_Proc()
1289 input_frame.miuPointer = (unsigned char*)VVOIP_MFE_input_VAaddr; in MAdp_MFE_Proc()
1296 input_frame.miuPointer = (unsigned char*)mfe_pInfo.Currentindex; in MAdp_MFE_Proc()
1300 MAdp_MFE_GetDiBuff((MFE_U32*)&input_frame.miuPointer); in MAdp_MFE_Proc()
1306 ms_dprintf(ADP_L2,"DIP buffer: 0x%x\n", (unsigned int)input_frame.miuPointer); in MAdp_MFE_Proc()
1307 … ms_dprintf(ADP_L2,"debug code: 0x%x %02x %02x %02x %02x\n", (unsigned int)input_frame.miuPointer, in MAdp_MFE_Proc()
1308 …)input_frame.miuPointer)[0], ((MFE_U8 *)input_frame.miuPointer)[1], ((MFE_U8 *)input_frame.miuPoin… in MAdp_MFE_Proc()
1313 input_frame.miuAddress = (MFE_U32)MAdp_MPool_VA2PA((void*)(input_frame.miuPointer)); in MAdp_MFE_Proc()