Lines Matching refs:diff
2914 int64_t diff = ets.mPosition[ExtendedTimestamp::LOCATION_CLIENT]
2916 if (diff < 0) {
2920 int64_t ms = (int64_t)((double)diff * 1000 /
2939 int32_t diff = (Modulo<uint32_t>(mFramesWritten) - mPosition).signedValue();
2940 *msec = (diff <= 0) ? 0
2941 : (int32_t)((double)diff * 1000 / ((double)mSampleRate * mPlaybackRate.mSpeed));