Searched refs:mfe_file_in (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/mfe/api/mfe/ |
| H A D | madp_mfe.c | 154 FILE_IN_INFO mfe_file_in; variable 1092 fclose(mfe_file_in.infile); in MAdp_MFE_Finish() 1093 fclose(mfe_file_in.outfile); in MAdp_MFE_Finish() 1321 nBufStatus = GetFrame_FileIn(&mfe_file_in, &tmp_frame, &input_frame); in MAdp_MFE_Proc() 1406 fwrite(Vaddr, mfe_file_in.nFrameSize , 1 , mfe_file_in.outfile); in MAdp_MFE_Proc() 1518 nBufStatus = GetFrame_FileIn(&mfe_file_in, &tmp_frame, &input_frame); in MAdp_MFE_Proc() 1780 if(!(mfe_file_in.infile = fopen("test.yuv","rb"))) in MAdp_MFE_Init() 1783 mfe_file_in.outfile = fopen("test_out.264","wb"); in MAdp_MFE_Init() 1784 mfe_file_in.nFrameSize = appPVR_Info.width*appPVR_Info.height*3/2; in MAdp_MFE_Init() 1785 fseek(mfe_file_in.infile,0 , SEEK_END); in MAdp_MFE_Init() [all …]
|