Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/display/msm8994/libqdutils/
H A 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()
H A Dmdp_version.cpp243 mPanelInfo.mMinFps = atoi(tokens[1]); in updatePanelInfo()
244 ALOGI("Min Panel fps: %d", mPanelInfo.mMinFps); in updatePanelInfo()
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DInputSurfaceWrapper.h64 float mMinFps = 0.0; // minimum fps (repeat frame to achieve this) member
H A DCCodec.cpp281 if (config.mMinFps > 0 && config.mMinFps != mConfig.mMinFps) { in configure()
282 int64_t us = 1e6 / config.mMinFps + 0.5; in configure()
284 status << " minFps=" << config.mMinFps << " => repeatDelayUs=" << us; in configure()
289 mConfig.mMinFps = config.mMinFps; in configure()
952 config->mISConfig->mMinFps = 0; in configure()
955 config->mISConfig->mMinFps = 1e6 / value; in configure()