Home
last modified time | relevance | path

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

/external/webrtc/talk/media/webrtc/
Dwebrtcvideocapturer.cc54 webrtc::RawVideoType webrtc_type; member
88 if (kSupportedFourCCs[i].webrtc_type == cap.rawType) { in CapabilityToFormat()
106 webrtc::RawVideoType webrtc_type = webrtc::kVideoUnknown; in FormatToCapability() local
109 webrtc_type = kSupportedFourCCs[i].webrtc_type; in FormatToCapability()
113 if (webrtc_type == webrtc::kVideoUnknown) { in FormatToCapability()
121 cap->rawType = webrtc_type; in FormatToCapability()