Home
last modified time | relevance | path

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

/external/v4l2_codec2/vda/
Dv4l2_device.cc262 VideoDecodeAccelerator::SupportedProfiles supported_profiles; in GetSupportedDecodeProfiles() local
274 supported_profiles.insert(supported_profiles.end(), profiles.begin(), in GetSupportedDecodeProfiles()
279 return supported_profiles; in GetSupportedDecodeProfiles()
Dvideo_decode_accelerator.cc64 for (const SupportedProfile& sp : supported_profiles) { in AsHumanReadableString()
Dvideo_decode_accelerator.h87 SupportedProfiles supported_profiles; member