Home | History | Annotate | Download | only in lvpp

Lines Matching defs:ts

924     TimeSource *ts = (mFlags & AUDIO_AT_EOS) ? &mSystemTimeSource : mTimeSource;
926 if(ts == NULL) {
936 mTimeSourceDeltaUs = ts->getRealTimeUs() - timeUs;
945 int64_t nowUs = ts->getRealTimeUs() - mTimeSourceDeltaUs;
954 ts->getRealTimeUs(),timeUs);