Searched refs:iProgress (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_EditVideo.c2029 M4OSA_Int32 iProgress; local
2040 iProgress = (M4OSA_Int32)((M4OSA_Double)pC->pC1->iEndTime) - pC->ewc.dInputVidCts +
2045 iProgress -= (M4OSA_Int32)pC->dOutputFrameDuration;
2047 if( iProgress < 0 ) /**< Sanity checks */
2049 iProgress = 0;
2054 iProgress = ( ( iDur - iProgress) * 1000) / iDur;
2058 if( iProgress < 0 )
2060 iProgress = 0;
2062 else if( iProgress > 100
[all...]

Completed in 74 milliseconds