Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/omx/
DGraphicBufferSource.cpp49 mMaxTimestampGapUs(-1ll), in GraphicBufferSource()
331 if (mMaxTimestampGapUs > 0ll in codecBufferFilled()
344 mMaxTimestampGapUs = -1ll; in codecBufferFilled()
350 mMaxTimestampGapUs = -1ll; in codecBufferFilled()
610 } else if (mMaxTimestampGapUs > 0ll) { in getTimestamp()
628 timeUs = (timestampGapUs < mMaxTimestampGapUs ? in getTimestamp()
629 timestampGapUs : mMaxTimestampGapUs) + mPrevModifiedTimeUs; in getTimestamp()
839 mMaxTimestampGapUs = maxGapUs; in setMaxTimestampGapUs()
DGraphicBufferSource.h248 int64_t mMaxTimestampGapUs; variable