Home
last modified time | relevance | path

Searched refs:INVALID_PTS (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderAVC.cpp26 #define INVALID_PTS (OMX_S64)-1 macro
33 mTimeStamp(INVALID_PTS) { in OMXVideoDecoderAVC()
83 mTimeStamp = INVALID_PTS; in ProcessorDeinit()
90 mTimeStamp = INVALID_PTS; in ProcessorFlush()
164 if (mTimeStamp == INVALID_PTS) { in PrepareDecodeBuffer()
DOMXVideoDecoderPAVC.cpp25 #define INVALID_PTS (OMX_S64)-1 macro
/hardware/intel/common/libmix/videodecoder/
DVideoDecoderBase.cpp26 #define INVALID_PTS ((uint64_t)-1) macro
39 mCurrentPTS(INVALID_PTS), in VideoDecoderBase()
178 mCurrentPTS = INVALID_PTS; in stop()
223 mCurrentPTS = INVALID_PTS; in flush()
360 uint64_t pts = INVALID_PTS; in findOutputByPts()
632 mAcquiredBuffer->renderBuffer.timeStamp = INVALID_PTS; in acquireSurfaceBuffer()
638 mAcquiredBuffer->renderBuffer.errBuf.timeStamp = INVALID_PTS; in acquireSurfaceBuffer()
1430 currentSurface->errBuf.timeStamp = INVALID_PTS; in drainDecodingErrors()