Searched refs:timestampGapUs (Results 1 – 1 of 1) sorted by relevance
1961 int64_t timestampGapUs = originalTimeUs - mPrevOriginalTimeUs; in getCodecTimestamp() local1962 timestamp = (timestampGapUs < mMaxTimestampGapUs ? in getCodecTimestamp()1963 timestampGapUs : mMaxTimestampGapUs) + mPrevModifiedTimeUs; in getCodecTimestamp()