Home
last modified time | relevance | path

Searched refs:mCurrentPTS (Results 1 – 8 of 8) sorted by relevance

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderMPEG4.cpp185 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 …]
DVideoDecoderAVC.cpp188 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()
DVideoDecoderBase.h133 …uint64_t mCurrentPTS; // current presentation time stamp (unit is unknown, depend on the framework… variable
DVideoDecoderWMV.cpp166 mCurrentPTS = buffer->timeStamp; in decodeFrame()
187 mAcquiredBuffer->renderBuffer.timeStamp = mCurrentPTS; in decodeFrame()
DVideoDecoderBase.cpp40 mCurrentPTS(INVALID_PTS), in VideoDecoderBase()
185 mCurrentPTS = INVALID_PTS; in stop()
231 mCurrentPTS = INVALID_PTS; in flush()
DVideoDecoderVP8.cpp198 mCurrentPTS = buffer->timeStamp; in decodeFrame()
/hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
DVideoDecoderAVCSecure.cpp375 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()
/hardware/intel/common/libmix/videodecoder/securevideo/moorefield/
DVideoDecoderAVCSecure.cpp387 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()