Searched refs:mMaxPtsGapUs (Results 1 – 2 of 2) sorted by relevance
216 int64_t mMaxPtsGapUs; member
421 mMaxPtsGapUs(-1ll), in ACodec()1259 if (!msg->findInt64("max-pts-gap-to-encoder", &mMaxPtsGapUs)) { in configureCodec()1260 mMaxPtsGapUs = -1ll; in configureCodec()5101 if (err == OK && mCodec->mMaxPtsGapUs > 0ll) { in onCreateInputSurface()5106 &mCodec->mMaxPtsGapUs, in onCreateInputSurface()5107 sizeof(mCodec->mMaxPtsGapUs)); in onCreateInputSurface()