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)
40 mCurrentPTS(INVALID_PTS),
185 mCurrentPTS = INVALID_PTS;
231 mCurrentPTS = INVALID_PTS;
376 uint64_t pts = INVALID_PTS;
648 mAcquiredBuffer->renderBuffer.timeStamp = INVALID_PTS;
654 mAcquiredBuffer->renderBuffer.errBuf.timeStamp = INVALID_PTS;
    [all...]

Completed in 238 milliseconds