Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/
DInputSurfaceWrapper.h80 float mMinAdjustedFps; // minimum fps via PTS manipulation member
DCCodec.cpp271 if (config.mMinAdjustedFps > 0 || config.mFixedAdjustedFps > 0) { in configure()
275 ptrGapParam.nU32 = (config.mMinAdjustedFps > 0) in configure()
276 ? c2_min(INT32_MAX + 0., 1e6 / config.mMinAdjustedFps + 0.5) in configure()
729 config->mISConfig->mMinAdjustedFps = 0; in configure()
735 config->mISConfig->mMinAdjustedFps = 1e6 / value; in configure()