Searched refs:deltaTimeUs (Results 1 – 2 of 2) sorted by relevance
2721 const int64_t deltaTimeUs = timestampTimeUs - mStartFromZeroUs; in getTimestamp_l() local2725 if (deltaPositionByUs > deltaTimeUs + kTimeJitterUs) { in getTimestamp_l()2733 (long long)deltaTimeUs, (long long)deltaPositionByUs, in getTimestamp_l()
4288 int64_t deltaTimeUs = kMaxCttsOffsetTimeUs - getStartTimeOffsetTimeUs(); in writeCttsBox() local4289 int64_t delta = (deltaTimeUs * mTimeScale + 500000LL) / 1000000LL; in writeCttsBox()