Home
last modified time | relevance | path

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

/external/v4l2_codec2/vda/
Dvideo_decode_accelerator.cc48 VideoDecodeAccelerator::SupportedProfile::SupportedProfile() in SupportedProfile() function in media::VideoDecodeAccelerator::SupportedProfile
51 VideoDecodeAccelerator::SupportedProfile::~SupportedProfile() = default;
64 for (const SupportedProfile& sp : supported_profiles) { in AsHumanReadableString()
Dvideo_decode_accelerator.h34 struct SupportedProfile { struct
35 SupportedProfile();
36 ~SupportedProfile();
42 using SupportedProfiles = std::vector<SupportedProfile>; argument
Dv4l2_device.cc360 VideoDecodeAccelerator::SupportedProfile profile; in EnumerateSupportedDecodeProfiles()