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

/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_EditAudio.c1545 M4OSA_Int32 iPos; local
1586 iPos =
1592 if( iPos > iDur )
1594 iPos = iDur;
1596 else if( iPos < 0 )
1598 iPos = 0;
1602 * At this point, iPos is the effect progress, in a 0 to iDur base */
1609 * We convert it to signed 32bits and multiply it by iPos.
1610 * So we must assure that iPos is not higher that 16bits max.
1611 * iPos ma
[all...]

Completed in 594 milliseconds