Searched refs:mMaxPtsGapUs (Results 1 – 2 of 2) sorted by relevance
294 int64_t mMaxPtsGapUs; member
567 mMaxPtsGapUs(0LL), in ACodec()1855 if (!msg->findInt64(KEY_MAX_PTS_GAP_TO_ENCODER, &mMaxPtsGapUs)) { in configureCodec()1856 mMaxPtsGapUs = 0LL; in configureCodec()1857 } else if (mMaxPtsGapUs > INT32_MAX || mMaxPtsGapUs < INT32_MIN) { in configureCodec()1858 ALOGW("Unsupported value for max pts gap %lld", (long long) mMaxPtsGapUs); in configureCodec()1859 mMaxPtsGapUs = 0LL; in configureCodec()1867 if (mMaxPtsGapUs < 0LL) { in configureCodec()6974 if (mCodec->mIsVideo && mCodec->mMaxPtsGapUs != 0LL) { in setupInputSurface()6978 maxPtsGapParams.nU32 = (uint32_t)mCodec->mMaxPtsGapUs; in setupInputSurface()6991 if (mCodec->mMaxFps > 0 || mCodec->mMaxPtsGapUs < 0) { in setupInputSurface()