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

  /hardware/intel/common/libmix/videodecoder/
VideoDecoderMPEG4.cpp 172 uint64_t lastPTS = mCurrentPTS;
173 mCurrentPTS = buffer->timeStamp;
175 if (lastPTS != mCurrentPTS) {
243 mLastReference->renderBuffer.timeStamp = mCurrentPTS;
253 mAcquiredBuffer->renderBuffer.timeStamp = mCurrentPTS;
354 mPackedFrame.timestamp = mCurrentPTS;
355 mCurrentPTS = mAcquiredBuffer->renderBuffer.timeStamp;
367 mPackedFrame.timestamp = mCurrentPTS + increment;
370 mCurrentPTS += increment;
375 mPackedFrame.timestamp = mCurrentPTS + 30000
    [all...]
VideoDecoderBase.h 133 uint64_t mCurrentPTS; // current presentation time stamp (unit is unknown, depend on the framework: GStreamer 100-nanosec, Android: microsecond)
VideoDecoderAVC.cpp 174 uint64_t lastPTS = mCurrentPTS;
175 mCurrentPTS = buffer->timeStamp;
176 //if (lastPTS != mCurrentPTS) {
177 if (isNewFrame(data, lastPTS == mCurrentPTS)) {
238 mAcquiredBuffer->renderBuffer.timeStamp = mCurrentPTS;
273 mPackedFrame.timestamp = mCurrentPTS; // use the current time stamp for the packed frame
    [all...]
VideoDecoderWMV.cpp 153 mCurrentPTS = buffer->timeStamp;
174 mAcquiredBuffer->renderBuffer.timeStamp = mCurrentPTS;
VideoDecoderVP8.cpp 185 mCurrentPTS = buffer->timeStamp;
VideoDecoderBase.cpp 40 mCurrentPTS(INVALID_PTS),
185 mCurrentPTS = INVALID_PTS;
231 mCurrentPTS = INVALID_PTS;
    [all...]
  /hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
VideoDecoderAVCSecure.cpp 375 uint64_t lastPTS = mCurrentPTS;
376 mCurrentPTS = buffer->timeStamp;
401 if (isNewFrame(data, lastPTS == mCurrentPTS) == 0) {
427 mAcquiredBuffer->renderBuffer.timeStamp = mCurrentPTS;
  /hardware/intel/common/libmix/videodecoder/securevideo/moorefield/
VideoDecoderAVCSecure.cpp 387 uint64_t lastPTS = mCurrentPTS;
388 mCurrentPTS = buffer->timeStamp;
419 if (isNewFrame(data, lastPTS == mCurrentPTS) == 0) {
445 mAcquiredBuffer->renderBuffer.timeStamp = mCurrentPTS;

Completed in 401 milliseconds