Searched refs:diffFrameRate (Results 1 – 1 of 1) sorted by relevance
168 const int32_t diffFrameRate = capability.maxFPS - requested.maxFPS; in GetBestMatchedCapability() local187 if (((diffFrameRate >= 0 && in GetBestMatchedCapability()188 …diffFrameRate <= currentbestDiffFrameRate) // Frame rate to high but better match than previouse a… in GetBestMatchedCapability()191 …diffFrameRate >= currentbestDiffFrameRate)) // Current frame rate is lower than requested. This is… in GetBestMatchedCapability()194 …if ((currentbestDiffFrameRate == diffFrameRate) // Same frame rate as previous or frame rate allr… in GetBestMatchedCapability()