Lines Matching defs:diff
2816 int64_t diff = ets.mPosition[ExtendedTimestamp::LOCATION_CLIENT]
2818 if (diff < 0) {
2822 int64_t ms = (int64_t)((double)diff * 1000 /
2841 int32_t diff = (Modulo<uint32_t>(mFramesWritten) - mPosition).signedValue();
2842 *msec = (diff <= 0) ? 0
2843 : (int32_t)((double)diff * 1000 / ((double)mSampleRate * mPlaybackRate.mSpeed));