Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DC2NodeImpl.cpp196 mAdjustTimestampGapUs(0), mFirstInputFrame(true), in C2NodeImpl()
255 mAdjustTimestampGapUs = gapUs; in setAdjustTimestampGapUs()
340 } else if (mAdjustTimestampGapUs > 0) { in submitBuffer()
343 + c2_min((timestamp - mPrevInputTimestamp).peek(), mAdjustTimestampGapUs); in submitBuffer()
344 } else if (mAdjustTimestampGapUs < 0) { in submitBuffer()
345 work->input.ordinal.timestamp = mPrevCodecTimestamp - mAdjustTimestampGapUs; in submitBuffer()
352 (long long)mAdjustTimestampGapUs); in submitBuffer()
DC2NodeImpl.h122 int32_t mAdjustTimestampGapUs; member