Searched refs:mMinAdjustedFps (Results 1 – 2 of 2) sorted by relevance
81 float mMinAdjustedFps = 0.0; // minimum fps via PTS manipulation member
319 if (config.mMinAdjustedFps > 0 || config.mFixedAdjustedFps > 0) { in configure()323 float gap = (config.mMinAdjustedFps > 0) in configure()324 ? c2_min(INT32_MAX + 0., 1e6 / config.mMinAdjustedFps + 0.5) in configure()553 if (config.mMinAdjustedFps > 0 || config.mFixedAdjustedFps > 0) { in configure()555 float gap = (config.mMinAdjustedFps > 0) in configure()556 ? c2_min(INT32_MAX + 0., 1e6 / config.mMinAdjustedFps + 0.5) in configure()1233 config->mISConfig->mMinAdjustedFps = 0; in configure()1240 config->mISConfig->mMinAdjustedFps = 1e6 / value; in configure()