Home
last modified time | relevance | path

Searched refs:mStartFromZeroUs (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libaudioclient/
DAudioTrack.cpp679 mStartFromZeroUs = 0; in set()
830 mStartFromZeroUs = mStartNs / 1000; in start()
3322 if (mStartFromZeroUs != 0 && mSampleRate != 0) { in getTimestamp_l()
3328 if (timeNow < mStartFromZeroUs + k1SecUs) { // within first second of starting in getTimestamp_l()
3330 if (timestampTimeUs < mStartFromZeroUs) { in getTimestamp_l()
3333 const int64_t deltaTimeUs = timestampTimeUs - mStartFromZeroUs; in getTimestamp_l()
3357 mStartFromZeroUs = 0; // don't check again, we got valid nonzero position. in getTimestamp_l()
3360 mStartFromZeroUs = 0; // don't check again, start time expired. in getTimestamp_l()
3727 return mStartFromZeroUs > 0; in hasStarted()
/frameworks/av/media/libaudioclient/include/media/
DAudioTrack.h1399 int64_t mStartFromZeroUs; // the start time after flush or stop, variable