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

  /frameworks/av/media/libstagefright/omx/
GraphicBufferSource.cpp 49 mMaxTimestampGapUs(-1ll),
331 if (mMaxTimestampGapUs > 0ll
344 mMaxTimestampGapUs = -1ll;
350 mMaxTimestampGapUs = -1ll;
610 } else if (mMaxTimestampGapUs > 0ll) {
628 timeUs = (timestampGapUs < mMaxTimestampGapUs ?
629 timestampGapUs : mMaxTimestampGapUs) + mPrevModifiedTimeUs;
839 mMaxTimestampGapUs = maxGapUs;
GraphicBufferSource.h 248 int64_t mMaxTimestampGapUs;

Completed in 344 milliseconds