Home
last modified time | relevance | path

Searched refs:nTotalFramesInFile (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A Dmadp_mfe.c1128 if (Madp_enc_frame_count>=pInfo->nTotalFramesInFile) { in GetFrame_FileIn()
1786 mfe_file_in.nTotalFramesInFile = ftell( mfe_file_in.infile ) / mfe_file_in.nFrameSize; in MAdp_MFE_Init()
1789 ms_dprintf(ADP_L1,"_FILE_IN_ nTotalFramesInFile = %d\n",mfe_file_in.nTotalFramesInFile); in MAdp_MFE_Init()
H A Dmadp_mfe.h138 int nTotalFramesInFile; // How many frames in the specified file. member