Home | History | Annotate | Download | only in lvpp

Lines Matching defs:ts

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