Searched defs:iDur (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_EditAudio.c1546 M4OSA_Int32 iDur; local
1581 iDur = (M4OSA_Int32)pFx->uiDuration;
1592 if( iPos > iDur )
1594 iPos = iDur;
1602 * At this point, iPos is the effect progress, in a 0 to iDur base */
1611 * iPos max value is iDur, so we test iDur. */
1612 while( iDur > PWR_FXP_FRACT_MAX )
1614 iDur >>=
1630 i32sample /= iDur;
1707 M4OSA_Int32 iDur = (M4OSA_Int32)pC-> local
[all...]
H A DM4VSS3GPP_EditVideo.c2033 const M4OSA_Int32 iDur = (M4OSA_Int32)pC-> local
2054 iProgress = ( ( iDur - iProgress) * 1000) / iDur;

Completed in 314 milliseconds