Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_capture/
Ddevice_info_impl.cc152 int32_t bestformatIndex = -1; in GetBestMatchedCapability() local
206 bestformatIndex = tmp; in GetBestMatchedCapability()
217 bestformatIndex = tmp; in GetBestMatchedCapability()
231 bestformatIndex = tmp; in GetBestMatchedCapability()
245 bestformatIndex = tmp; in GetBestMatchedCapability()
259 bestformatIndex = tmp; in GetBestMatchedCapability()
270 if (bestformatIndex < 0) in GetBestMatchedCapability()
272 resulting = _captureCapabilities[bestformatIndex]; in GetBestMatchedCapability()
273 return bestformatIndex; in GetBestMatchedCapability()