Home
last modified time | relevance | path

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

/external/v4l2_codec2/accel/
Dvideo_encode_accelerator.cc29 VideoEncodeAccelerator::SupportedProfile::SupportedProfile() in SupportedProfile() function in media::VideoEncodeAccelerator::SupportedProfile
34 VideoEncodeAccelerator::SupportedProfile::SupportedProfile( in SupportedProfile() function in media::VideoEncodeAccelerator::SupportedProfile
44 VideoEncodeAccelerator::SupportedProfile::~SupportedProfile() = default;
Dvideo_encode_accelerator.h68 struct SupportedProfile { struct
69 SupportedProfile();
70 SupportedProfile(VideoCodecProfile profile,
74 ~SupportedProfile();
82 using SupportedProfiles = std::vector<SupportedProfile>; argument
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.cc1727 VideoDecodeAccelerator::SupportedProfile profile; in EnumerateSupportedDecodeProfiles()
1755 VideoEncodeAccelerator::SupportedProfile profile; in EnumerateSupportedEncodeProfiles()