Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DC2OMXNode.cpp385 mPrevCodecTimestamp = timestamp; in emptyBuffer()
389 mPrevCodecTimestamp in emptyBuffer()
392 work->input.ordinal.timestamp = mPrevCodecTimestamp - mAdjustTimestampGapUs; in emptyBuffer()
395 mPrevCodecTimestamp = work->input.ordinal.timestamp; in emptyBuffer()
DC2OMXNode.h113 c2_cntr64_t mPrevCodecTimestamp; // adjusted (codec) timestamp for previous frame member