Searched refs:mCurrentPTS (Results 1 – 8 of 8) sorted by relevance
185 uint64_t lastPTS = mCurrentPTS; in decodeFrame()186 mCurrentPTS = buffer->timeStamp; in decodeFrame()188 if (lastPTS != mCurrentPTS) { in decodeFrame()256 mLastReference->renderBuffer.timeStamp = mCurrentPTS; in beginDecodingFrame()266 mAcquiredBuffer->renderBuffer.timeStamp = mCurrentPTS; in beginDecodingFrame()367 mPackedFrame.timestamp = mCurrentPTS; in continueDecodingFrame()368 mCurrentPTS = mAcquiredBuffer->renderBuffer.timeStamp; in continueDecodingFrame()380 mPackedFrame.timestamp = mCurrentPTS + increment; in continueDecodingFrame()383 mCurrentPTS += increment; in continueDecodingFrame()388 mPackedFrame.timestamp = mCurrentPTS + 30000; in continueDecodingFrame()[all …]
188 uint64_t lastPTS = mCurrentPTS; in decodeFrame()189 mCurrentPTS = buffer->timeStamp; in decodeFrame()191 if (isNewFrame(data, lastPTS == mCurrentPTS)) { in decodeFrame()252 mAcquiredBuffer->renderBuffer.timeStamp = mCurrentPTS; in beginDecodingFrame()287 mPackedFrame.timestamp = mCurrentPTS; // use the current time stamp for the packed frame in continueDecodingFrame()
133 …uint64_t mCurrentPTS; // current presentation time stamp (unit is unknown, depend on the framework… variable
166 mCurrentPTS = buffer->timeStamp; in decodeFrame()187 mAcquiredBuffer->renderBuffer.timeStamp = mCurrentPTS; in decodeFrame()
40 mCurrentPTS(INVALID_PTS), in VideoDecoderBase()185 mCurrentPTS = INVALID_PTS; in stop()231 mCurrentPTS = INVALID_PTS; in flush()
198 mCurrentPTS = buffer->timeStamp; in decodeFrame()
375 uint64_t lastPTS = mCurrentPTS; in decodeFrame()376 mCurrentPTS = buffer->timeStamp; in decodeFrame()401 if (isNewFrame(data, lastPTS == mCurrentPTS) == 0) { in decodeFrame()427 mAcquiredBuffer->renderBuffer.timeStamp = mCurrentPTS; in beginDecodingFrame()
387 uint64_t lastPTS = mCurrentPTS; in decodeFrame()388 mCurrentPTS = buffer->timeStamp; in decodeFrame()419 if (isNewFrame(data, lastPTS == mCurrentPTS) == 0) { in decodeFrame()445 mAcquiredBuffer->renderBuffer.timeStamp = mCurrentPTS; in beginDecodingFrame()