Home
last modified time | relevance | path

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

/external/webrtc/modules/video_capture/
Ddevice_info_impl.cc134 const int32_t currentbestDiffFrameRate = bestFrameRate - requested.maxFPS; in GetBestMatchedCapability() local
153 currentbestDiffFrameRate) // Frame rate to high but in GetBestMatchedCapability()
156 || (currentbestDiffFrameRate < 0 && in GetBestMatchedCapability()
158 currentbestDiffFrameRate)) // Current frame rate is in GetBestMatchedCapability()
162 if ((currentbestDiffFrameRate == in GetBestMatchedCapability()
165 || (currentbestDiffFrameRate >= 0)) { in GetBestMatchedCapability()