Searched refs:mCurTimestampUs (Results 1 – 2 of 2) sorted by relevance
248 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()
67 int64_t mCurTimestampUs; variable