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.h281 int64_t mMaxPtsGapUs; member
/frameworks/av/media/libstagefright/
DACodec.cpp570 mMaxPtsGapUs(0ll), in ACodec()
1825 if (!msg->findInt64("max-pts-gap-to-encoder", &mMaxPtsGapUs)) { in configureCodec()
1826 mMaxPtsGapUs = 0ll; in configureCodec()
1827 } else if (mMaxPtsGapUs > INT32_MAX || mMaxPtsGapUs < INT32_MIN) { in configureCodec()
1828 ALOGW("Unsupported value for max pts gap %lld", (long long) mMaxPtsGapUs); in configureCodec()
1829 mMaxPtsGapUs = 0ll; in configureCodec()
1837 if (mMaxPtsGapUs < 0ll) { in configureCodec()
6694 if (mCodec->mMaxPtsGapUs != 0ll) { in setupInputSurface()
6698 maxPtsGapParams.nU32 = (uint32_t)mCodec->mMaxPtsGapUs; in setupInputSurface()
6711 if (mCodec->mMaxFps > 0 || mCodec->mMaxPtsGapUs < 0) { in setupInputSurface()