Home
last modified time | relevance | path

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

/external/webrtc/modules/video_capture/
Ddevice_info_impl.cc117 int32_t bestFrameRate = 0; in GetBestMatchedCapability() local
134 const int32_t currentbestDiffFrameRate = bestFrameRate - requested.maxFPS; in GetBestMatchedCapability()
186 bestFrameRate = capability.maxFPS; in GetBestMatchedCapability()
195 bestFrameRate = capability.maxFPS; in GetBestMatchedCapability()
204 bestFrameRate = capability.maxFPS; in GetBestMatchedCapability()
212 << bestHeight << "@" << bestFrameRate in GetBestMatchedCapability()