Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_capture/
Ddevice_info_impl.cc168 const int32_t diffFrameRate = capability.maxFPS - requested.maxFPS; in GetBestMatchedCapability() local
187 if (((diffFrameRate >= 0 && in GetBestMatchedCapability()
188diffFrameRate <= currentbestDiffFrameRate) // Frame rate to high but better match than previouse a… in GetBestMatchedCapability()
191diffFrameRate >= 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()