Home
last modified time | relevance | path

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

/external/webrtc/modules/video_capture/
Ddevice_info_impl.cc114 int32_t bestformatIndex = -1; in GetBestMatchedCapability() local
173 bestformatIndex = tmp; in GetBestMatchedCapability()
180 bestformatIndex = tmp; in GetBestMatchedCapability()
188 bestformatIndex = tmp; in GetBestMatchedCapability()
197 bestformatIndex = tmp; in GetBestMatchedCapability()
206 bestformatIndex = tmp; in GetBestMatchedCapability()
217 if (bestformatIndex < 0) in GetBestMatchedCapability()
219 resulting = _captureCapabilities[bestformatIndex]; in GetBestMatchedCapability()
220 return bestformatIndex; in GetBestMatchedCapability()