Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_capture/
Ddevice_info_impl.cc157 webrtc::VideoCodecType bestCodecType = webrtc::kVideoCodecUnknown; in GetBestMatchedCapability() local
204 bestCodecType = capability.codecType; in GetBestMatchedCapability()
214 && bestCodecType != requested.codecType) in GetBestMatchedCapability()
216 bestCodecType = capability.codecType; in GetBestMatchedCapability()
229 bestCodecType = capability.codecType; in GetBestMatchedCapability()
243 bestCodecType = capability.codecType; in GetBestMatchedCapability()
257 bestCodecType = capability.codecType; in GetBestMatchedCapability()