Home
last modified time | relevance | path

Searched refs:lastPTS (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderMPEG4.cpp172 uint64_t lastPTS = mCurrentPTS; in decodeFrame() local
175 if (lastPTS != mCurrentPTS) { in decodeFrame()
DVideoDecoderAVC.cpp174 uint64_t lastPTS = mCurrentPTS; in decodeFrame() local
177 if (isNewFrame(data, lastPTS == mCurrentPTS)) { in decodeFrame()
/hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
DVideoDecoderAVCSecure.cpp375 uint64_t lastPTS = mCurrentPTS; in decodeFrame() local
401 if (isNewFrame(data, lastPTS == mCurrentPTS) == 0) { in decodeFrame()
/hardware/intel/common/libmix/videodecoder/securevideo/moorefield/
DVideoDecoderAVCSecure.cpp387 uint64_t lastPTS = mCurrentPTS; in decodeFrame() local
419 if (isNewFrame(data, lastPTS == mCurrentPTS) == 0) { in decodeFrame()