Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_capture/
Ddevice_info_impl.cc156 RawVideoType bestRawType = kVideoUnknown; in GetBestMatchedCapability() local
197 if (bestRawType != requested.rawType in GetBestMatchedCapability()
205 bestRawType = capability.rawType; in GetBestMatchedCapability()
230 bestRawType = capability.rawType; in GetBestMatchedCapability()
244 bestRawType = capability.rawType; in GetBestMatchedCapability()
258 bestRawType = capability.rawType; in GetBestMatchedCapability()
267 << "fps, color format: " << bestRawType; in GetBestMatchedCapability()