Home
last modified time | relevance | path

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

/external/webrtc/modules/video_capture/
Ddevice_info_impl.cc130 const int32_t diffFrameRate = capability.maxFPS - requested.maxFPS; in GetBestMatchedCapability() local
151 if (((diffFrameRate >= 0 && in GetBestMatchedCapability()
152 diffFrameRate <= in GetBestMatchedCapability()
157 diffFrameRate >= in GetBestMatchedCapability()
163 diffFrameRate) // Same frame rate as previous or frame rate in GetBestMatchedCapability()