Home
last modified time | relevance | path

Searched refs:GetProfileName (Results 1 – 4 of 4) sorted by relevance

/external/v4l2_codec2/vda/
Dvideo_decode_accelerator.cc21 s << "profile: " << GetProfileName(profile); in AsHumanReadableString()
63 s << " " << GetProfileName(sp.profile) << ": " << sp.min_resolution.width() in AsHumanReadableString()
Dvideo_codecs.cc11 std::string GetProfileName(VideoCodecProfile profile) { in GetProfileName() function
Dvideo_codecs.h61 std::string GetProfileName(VideoCodecProfile profile);
Dv4l2_device.cc376 DVLOG(1) << "Found decoder profile " << GetProfileName(profile.profile) in EnumerateSupportedDecodeProfiles()