Home | History | Annotate | Download | only in src

Lines Matching refs:i32sample

1544         i32sample; /**< we will cast each Int16 sample into this Int32 variable */
1628 i32sample = *pPCMdata;
1629 i32sample *= iPos;
1630 i32sample /= iDur;
1631 *pPCMdata++ = (M4OSA_Int16)i32sample;
1663 i32sample = *pPCMdata;
1664 i32sample *= iPos;
1665 i32sample /= iDur;
1666 *pPCMdata++ = (M4OSA_Int16)i32sample;