Home
last modified time | relevance | path

Searched refs:mMinAdjustedFps (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/media/codec2/sfplugin/
H A DInputSurfaceWrapper.h80 float mMinAdjustedFps = 0.0; // minimum fps via PTS manipulation member
H A DCCodec.cpp293 if (config.mMinAdjustedFps > 0 || config.mFixedAdjustedFps > 0) { in configure()
297 float gap = (config.mMinAdjustedFps > 0) in configure()
298 ? c2_min(INT32_MAX + 0., 1e6 / config.mMinAdjustedFps + 0.5) in configure()
961 config->mISConfig->mMinAdjustedFps = 0; in configure()
968 config->mISConfig->mMinAdjustedFps = 1e6 / value; in configure()