Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/omx/
DOMXNodeInstance.cpp1961 int64_t timestampGapUs = originalTimeUs - mPrevOriginalTimeUs; in getCodecTimestamp() local
1962 timestamp = (timestampGapUs < mMaxTimestampGapUs ? in getCodecTimestamp()
1963 timestampGapUs : mMaxTimestampGapUs) + mPrevModifiedTimeUs; in getCodecTimestamp()