Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videoencoder/
DPVSoftMPEG4Encoder.cpp248 mCurTimestampUs = 0; in initEncoder()
389 if (mCurTimestampUs <= inBuffer->timeStamp) { in encode()
390 mLastTimestampUs = mCurTimestampUs; in encode()
391 mCurTimestampUs = inBuffer->timeStamp; in encode()
473 outBuffer->timeStamp = mCurTimestampUs; in getOutput()
DPVSoftMPEG4Encoder.h67 int64_t mCurTimestampUs; variable