Searched refs:kSupportedFourCCs (Results 1 – 1 of 1) sorted by relevance
59 static kVideoFourCCEntry kSupportedFourCCs[] = { variable87 for (size_t i = 0; i < arraysize(kSupportedFourCCs); ++i) { in CapabilityToFormat()88 if (kSupportedFourCCs[i].webrtc_type == cap.rawType) { in CapabilityToFormat()89 fourcc = kSupportedFourCCs[i].fourcc; in CapabilityToFormat()107 for (size_t i = 0; i < arraysize(kSupportedFourCCs); ++i) { in FormatToCapability()108 if (kSupportedFourCCs[i].fourcc == format.fourcc) { in FormatToCapability()109 webrtc_type = kSupportedFourCCs[i].webrtc_type; in FormatToCapability()366 for (size_t i = 0; i < arraysize(kSupportedFourCCs); ++i) { in GetPreferredFourccs()367 fourccs->push_back(kSupportedFourCCs[i].fourcc); in GetPreferredFourccs()