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

/frameworks/av/media/libstagefright/omx/
H A DGraphicBufferSource.cpp627 int64_t timestampGapUs = originalTimeUs - mPrevOriginalTimeUs; local
628 timeUs = (timestampGapUs < mMaxTimestampGapUs ?
629 timestampGapUs : mMaxTimestampGapUs) + mPrevModifiedTimeUs;

Completed in 484 milliseconds