Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DC2NodeImpl.cpp338 mPrevCodecTimestamp = timestamp; in submitBuffer()
342 mPrevCodecTimestamp in submitBuffer()
345 work->input.ordinal.timestamp = mPrevCodecTimestamp - mAdjustTimestampGapUs; in submitBuffer()
348 mPrevCodecTimestamp = work->input.ordinal.timestamp; in submitBuffer()
DC2NodeImpl.h125 c2_cntr64_t mPrevCodecTimestamp; // adjusted (codec) timestamp for previous frame member