Home | History | Annotate | Download | only in media

Lines Matching refs:startVolume

269             const T startVolume = first().second;
271 if (endVolume == startVolume) {
273 const T offset = volume - startVolume;
279 const T scale = (volume - endVolume) / (startVolume - endVolume);