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

/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_EditAudio.c1706 M4OSA_Int32 iPos1, iPos2; local
1713 iPos1 = pC->pC1->iEndTime - (M4OSA_Int32)(pC->ewc.dATo
1718 if( iPos1 > iDur )
1720 iPos1 = iDur;
1722 else if( iPos1 < 0 )
1724 iPos1 = 0;
1729 iPos2 = iDur - iPos1;
1733 * iPos1 is the transition progress, in a iDUr to 0 base. */
1748 iPos1 >>= 2; /**< idem */
1761 i32sample1 *= iPos1; /**< multipl
[all...]

Completed in 303 milliseconds