Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8994/libqdutils/
Dmdp_version.h96 uint32_t mMinFps; // Min fps supported by panel member
101 mDynFpsSupported(0), mMinFps(0), mMaxFps(0) {} in PanelInfo()
139 uint32_t getMinFpsSupported() { return mPanelInfo.mMinFps; } in getMinFpsSupported()
Dmdp_version.cpp243 mPanelInfo.mMinFps = atoi(tokens[1]); in updatePanelInfo()
244 ALOGI("Min Panel fps: %d", mPanelInfo.mMinFps); in updatePanelInfo()
/hardware/google/av/media/sfplugin/
DInputSurfaceWrapper.h64 float mMinFps; // minimum fps (repeat frame to achieve this) member
DCCodec.cpp259 if (config.mMinFps > 0 && config.mMinFps != mConfig.mMinFps) { in configure()
260 int64_t us = 1e6 / config.mMinFps + 0.5; in configure()
262 status << " minFps=" << config.mMinFps << " => repeatDelayUs=" << us; in configure()
267 mConfig.mMinFps = config.mMinFps; in configure()
723 config->mISConfig->mMinFps = 0; in configure()
726 config->mISConfig->mMinFps = 1e6 / value; in configure()