Searched refs:supported_profiles (Results 1 – 3 of 3) sorted by relevance
262 VideoDecodeAccelerator::SupportedProfiles supported_profiles; in GetSupportedDecodeProfiles() local274 supported_profiles.insert(supported_profiles.end(), profiles.begin(), in GetSupportedDecodeProfiles()279 return supported_profiles; in GetSupportedDecodeProfiles()
64 for (const SupportedProfile& sp : supported_profiles) { in AsHumanReadableString()
87 SupportedProfiles supported_profiles; member