HomeSort by relevance Sort by last modified time
    Searched refs:lastPTS (Results 1 - 4 of 4) sorted by null

  /hardware/intel/common/libmix/videodecoder/
VideoDecoderMPEG4.cpp 172 uint64_t lastPTS = mCurrentPTS;
175 if (lastPTS != mCurrentPTS) {
VideoDecoderAVC.cpp 174 uint64_t lastPTS = mCurrentPTS;
176 //if (lastPTS != mCurrentPTS) {
177 if (isNewFrame(data, lastPTS == mCurrentPTS)) {
    [all...]
  /hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
VideoDecoderAVCSecure.cpp 375 uint64_t lastPTS = mCurrentPTS;
401 if (isNewFrame(data, lastPTS == mCurrentPTS) == 0) {
  /hardware/intel/common/libmix/videodecoder/securevideo/moorefield/
VideoDecoderAVCSecure.cpp 387 uint64_t lastPTS = mCurrentPTS;
419 if (isNewFrame(data, lastPTS == mCurrentPTS) == 0) {

Completed in 4123 milliseconds