Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/sfplugin/
H A DC2OMXNode.cpp199 mAdjustTimestampGapUs(0), mFirstInputFrame(true), in C2OMXNode()
286 mAdjustTimestampGapUs = (int32_t)((OMX_PARAM_U32TYPE*)params)->nU32; in setParameter()
447 } else if (mAdjustTimestampGapUs > 0) { in emptyBuffer()
450 + c2_min((timestamp - mPrevInputTimestamp).peek(), mAdjustTimestampGapUs); in emptyBuffer()
451 } else if (mAdjustTimestampGapUs < 0) { in emptyBuffer()
452 work->input.ordinal.timestamp = mPrevCodecTimestamp - mAdjustTimestampGapUs; in emptyBuffer()
459 (long long)mAdjustTimestampGapUs); in emptyBuffer()
H A DC2OMXNode.h121 int32_t mAdjustTimestampGapUs; member