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.h318 int64_t mMaxPtsGapUs; member
/frameworks/av/media/libstagefright/
DACodec.cpp601 mMaxPtsGapUs(0LL), in ACodec()
1940 if (!msg->findInt64(KEY_MAX_PTS_GAP_TO_ENCODER, &mMaxPtsGapUs)) { in configureCodec()
1941 mMaxPtsGapUs = 0LL; in configureCodec()
1942 } else if (mMaxPtsGapUs > INT32_MAX || mMaxPtsGapUs < INT32_MIN) { in configureCodec()
1943 ALOGW("Unsupported value for max pts gap %lld", (long long) mMaxPtsGapUs); in configureCodec()
1944 mMaxPtsGapUs = 0LL; in configureCodec()
1952 if (mMaxPtsGapUs < 0LL) { in configureCodec()
7313 if (mCodec->mIsVideo && mCodec->mMaxPtsGapUs != 0LL) { in setupInputSurface()
7317 maxPtsGapParams.nU32 = (uint32_t)mCodec->mMaxPtsGapUs; in setupInputSurface()
7330 if (mCodec->mMaxFps > 0 || mCodec->mMaxPtsGapUs < 0) { in setupInputSurface()