Searched refs:mMaxPtsGapUs (Results 1 – 2 of 2) sorted by relevance
284 int64_t mMaxPtsGapUs; member
567 mMaxPtsGapUs(0LL), in ACodec()1830 if (!msg->findInt64(KEY_MAX_PTS_GAP_TO_ENCODER, &mMaxPtsGapUs)) { in configureCodec()1831 mMaxPtsGapUs = 0LL; in configureCodec()1832 } else if (mMaxPtsGapUs > INT32_MAX || mMaxPtsGapUs < INT32_MIN) { in configureCodec()1833 ALOGW("Unsupported value for max pts gap %lld", (long long) mMaxPtsGapUs); in configureCodec()1834 mMaxPtsGapUs = 0LL; in configureCodec()1842 if (mMaxPtsGapUs < 0LL) { in configureCodec()6874 if (mCodec->mMaxPtsGapUs != 0LL) { in setupInputSurface()6878 maxPtsGapParams.nU32 = (uint32_t)mCodec->mMaxPtsGapUs; in setupInputSurface()6891 if (mCodec->mMaxFps > 0 || mCodec->mMaxPtsGapUs < 0) { in setupInputSurface()