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

  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderAVC.cpp 26 #define INVALID_PTS (OMX_S64)-1
33 mTimeStamp(INVALID_PTS) {
83 mTimeStamp = INVALID_PTS;
90 mTimeStamp = INVALID_PTS;
164 if (mTimeStamp == INVALID_PTS) {
OMXVideoDecoderPAVC.cpp 25 #define INVALID_PTS (OMX_S64)-1
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderBase.cpp 26 #define INVALID_PTS ((uint64_t)-1)
39 mCurrentPTS(INVALID_PTS),
178 mCurrentPTS = INVALID_PTS;
223 mCurrentPTS = INVALID_PTS;
360 uint64_t pts = INVALID_PTS;
632 mAcquiredBuffer->renderBuffer.timeStamp = INVALID_PTS;
638 mAcquiredBuffer->renderBuffer.errBuf.timeStamp = INVALID_PTS;
    [all...]

Completed in 234 milliseconds