Searched refs:input_frame (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/mfe/api/mfe/ |
| H A D | madp_mfe.c | 1166 static void MFE_CleanDi_Function(MEMMAP_t* input_frame) in MFE_CleanDi_Function() argument 1171 g_CleanCallBackFunc(1,(MFE_U32)input_frame->miuAddress ); in MFE_CleanDi_Function() 1178 static void MFE_GetFrame_Function(MEMMAP_t* input_frame,int* nBufStatus) in MFE_GetFrame_Function() argument 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() 1191 ms_dprintf(ADP_L2,"Video Frame(PA): 0x%x\n",(unsigned int) input_frame->miuAddress); in MFE_GetFrame_Function() 1218 MEMMAP_t input_frame; in MAdp_MFE_Proc() local [all …]
|
| /utopia/UTPA2-700.0.x/modules/mfe/api/mfe_ex/ |
| H A D | madp_mfe.c | 167 static MS_BOOL MAdp_MFE_Proc_nonThread(MEMMAP_CUR_t input_frame) in MAdp_MFE_Proc_nonThread() argument 193 mfe_ioctl((MS_VIRT)appPVR_Info->mfe_drvHandle, MFE_IOC_ENC_ONEFRAME, (MS_VIRT)&input_frame); in MAdp_MFE_Proc_nonThread() 219 mfe_fake_row_mode(input_frame,appPVR_Info->nBufWidth,appPVR_Info->nBufHeight); in MAdp_MFE_Proc_nonThread() 312 appPVR_Info->g_CleanCallBackFunc(1, (MS_VIRT)&input_frame); in MAdp_MFE_Proc_nonThread()
|