Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/sfplugin/
H A DC2OMXNode.cpp445 mPrevCodecTimestamp = timestamp; in emptyBuffer()
449 mPrevCodecTimestamp in emptyBuffer()
452 work->input.ordinal.timestamp = mPrevCodecTimestamp - mAdjustTimestampGapUs; in emptyBuffer()
455 mPrevCodecTimestamp = work->input.ordinal.timestamp; in emptyBuffer()
H A DC2OMXNode.h124 c2_cntr64_t mPrevCodecTimestamp; // adjusted (codec) timestamp for previous frame member