HomeSort by relevance Sort by last modified time
    Searched defs:SupportedProfile (Results 1 - 2 of 2) sorted by null

  /external/v4l2_codec2/vda/
video_decode_accelerator.cc 48 VideoDecodeAccelerator::SupportedProfile::SupportedProfile()
51 VideoDecodeAccelerator::SupportedProfile::~SupportedProfile() = default;
64 for (const SupportedProfile& sp : supported_profiles) {
video_decode_accelerator.h 34 struct SupportedProfile {
35 SupportedProfile();
36 ~SupportedProfile();
42 using SupportedProfiles = std::vector<SupportedProfile>;

Completed in 68 milliseconds