Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_capture/
Ddevice_info_impl.cc155 int32_t bestFrameRate = 0; in GetBestMatchedCapability() local
172 const int32_t currentbestDiffFrameRate = bestFrameRate - requested.maxFPS; in GetBestMatchedCapability()
228 bestFrameRate = capability.maxFPS; in GetBestMatchedCapability()
242 bestFrameRate = capability.maxFPS; in GetBestMatchedCapability()
256 bestFrameRate = capability.maxFPS; in GetBestMatchedCapability()
266 << "@" << bestFrameRate in GetBestMatchedCapability()