Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/sfplugin/
H A DC2OMXNode.cpp444 mPrevInputTimestamp = timestamp; in emptyBuffer()
450 + c2_min((timestamp - mPrevInputTimestamp).peek(), mAdjustTimestampGapUs); in emptyBuffer()
454 mPrevInputTimestamp = work->input.ordinal.customOrdinal; in emptyBuffer()
H A DC2OMXNode.h123 c2_cntr64_t mPrevInputTimestamp; // input timestamp for previous frame member