Searched refs:nBufStatus (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/mfe/api/mfe/ |
| H A D | madp_mfe.c | 1178 static void MFE_GetFrame_Function(MEMMAP_t* input_frame,int* nBufStatus) in MFE_GetFrame_Function() argument 1192 nBufStatus[0] = BUF_STATE_OK; in MFE_GetFrame_Function() 1215 int nBufStatus; in MAdp_MFE_Proc() local 1315 nBufStatus = BUF_STATE_OK; in MAdp_MFE_Proc() 1318 …nBufStatus = GetFrame_YUVGen((MFE_U8)(100+src_inc*5), appPVR_Info.width, appPVR_Info.height, &tmp_… in MAdp_MFE_Proc() 1321 nBufStatus = GetFrame_FileIn(&mfe_file_in, &tmp_frame, &input_frame); in MAdp_MFE_Proc() 1512 MFE_GetFrame_Function(&input_frame,&nBufStatus); in MAdp_MFE_Proc() 1515 …nBufStatus = GetFrame_YUVGen((MFE_U8)(100+src_inc*5), appPVR_Info.width, appPVR_Info.height, &tmp_… in MAdp_MFE_Proc() 1518 nBufStatus = GetFrame_FileIn(&mfe_file_in, &tmp_frame, &input_frame); in MAdp_MFE_Proc() 1521 if (nBufStatus==BUF_STATE_STOP) { in MAdp_MFE_Proc() [all …]
|