Home
last modified time | relevance | path

Searched refs:mMaxFps (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/display/msm8994/libqdutils/
Dmdp_version.h97 uint32_t mMaxFps; // Max fps supported by panel member
101 mDynFpsSupported(0), mMinFps(0), mMaxFps(0) {} in PanelInfo()
140 uint32_t getMaxFpsSupported() { return mPanelInfo.mMaxFps; } in getMaxFpsSupported()
Dmdp_version.cpp247 mPanelInfo.mMaxFps = atoi(tokens[1]); in updatePanelInfo()
248 ALOGI("Max Panel fps: %d", mPanelInfo.mMaxFps); in updatePanelInfo()
/hardware/google/av/media/sfplugin/
DInputSurfaceWrapper.h65 float mMaxFps; // max fps (via frame drop) member
DCCodec.cpp286 if ((config.mMaxFps > 0 || (config.mFixedAdjustedFps > 0 && config.mMaxFps == 0)) in configure()
287 && config.mMaxFps != mConfig.mMaxFps) { in configure()
288 status_t res = GetStatus(mSource->setMaxFps(config.mMaxFps)); in configure()
289 status << " maxFps=" << config.mMaxFps; in configure()
294 mConfig.mMaxFps = config.mMaxFps; in configure()
728 (void)msg->findFloat("max-fps-to-encoder", &config->mISConfig->mMaxFps); in configure()