Searched refs:mMaxFps (Results 1 – 2 of 2) sorted by relevance
282 float mMaxFps; member
571 mMaxFps(-1), in ACodec()1832 if (!msg->findFloat("max-fps-to-encoder", &mMaxFps)) { in configureCodec()1833 mMaxFps = -1; in configureCodec()1838 mMaxFps = -1; in configureCodec()6711 if (mCodec->mMaxFps > 0 || mCodec->mMaxPtsGapUs < 0) { in setupInputSurface()6713 mCodec->mGraphicBufferSource->setMaxFps(mCodec->mMaxFps)); in setupInputSurface()