Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/omx/
DOMXNodeInstance.cpp359 mMaxTimestampGapUs(0LL), in OMXNodeInstance()
1944 mMaxTimestampGapUs = (int32_t)((OMX_PARAM_U32TYPE*)params)->nU32; in setMaxPtsGapUs()
1952 if (mMaxTimestampGapUs > 0LL) { in getCodecTimestamp()
1962 timestamp = (timestampGapUs < mMaxTimestampGapUs ? in getCodecTimestamp()
1963 timestampGapUs : mMaxTimestampGapUs) + mPrevModifiedTimeUs; in getCodecTimestamp()
1968 } else if (mMaxTimestampGapUs < 0LL) { in getCodecTimestamp()
1977 timestamp = mPrevModifiedTimeUs - mMaxTimestampGapUs; in getCodecTimestamp()
1987 if (mMaxTimestampGapUs != 0LL && !mRestorePtsFailed) { in getCodecTimestamp()
2020 if (mMaxTimestampGapUs == 0LL || mRestorePtsFailed) { in codecBufferFilled()
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DOMXNodeInstance.h170 int64_t mMaxTimestampGapUs; member