Home
last modified time | relevance | path

Searched refs:mMaxPtsGapUs (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/include/media/stagefright/
DACodec.h284 int64_t mMaxPtsGapUs; member
/frameworks/av/media/libstagefright/
DACodec.cpp567 mMaxPtsGapUs(0LL), in ACodec()
1847 if (!msg->findInt64(KEY_MAX_PTS_GAP_TO_ENCODER, &mMaxPtsGapUs)) { in configureCodec()
1848 mMaxPtsGapUs = 0LL; in configureCodec()
1849 } else if (mMaxPtsGapUs > INT32_MAX || mMaxPtsGapUs < INT32_MIN) { in configureCodec()
1850 ALOGW("Unsupported value for max pts gap %lld", (long long) mMaxPtsGapUs); in configureCodec()
1851 mMaxPtsGapUs = 0LL; in configureCodec()
1859 if (mMaxPtsGapUs < 0LL) { in configureCodec()
6905 if (mCodec->mIsVideo && mCodec->mMaxPtsGapUs != 0LL) { in setupInputSurface()
6909 maxPtsGapParams.nU32 = (uint32_t)mCodec->mMaxPtsGapUs; in setupInputSurface()
6922 if (mCodec->mMaxFps > 0 || mCodec->mMaxPtsGapUs < 0) { in setupInputSurface()