Home
last modified time | relevance | path

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

/external/v4l2_codec2/vda/
Dvideo_decode_accelerator.cc46 VideoDecodeAccelerator::SupportedProfile::SupportedProfile() in SupportedProfile() function in media::VideoDecodeAccelerator::SupportedProfile
49 VideoDecodeAccelerator::SupportedProfile::~SupportedProfile() {} in ~SupportedProfile()
62 for (const SupportedProfile& sp : supported_profiles) { in AsHumanReadableString()
Dvideo_decode_accelerator.h33 struct SupportedProfile { struct
34 SupportedProfile();
35 ~SupportedProfile();
41 using SupportedProfiles = std::vector<SupportedProfile>; argument
Dv4l2_device.cc365 VideoDecodeAccelerator::SupportedProfile profile; in EnumerateSupportedDecodeProfiles()