Add intel hd patch

This commit is contained in:
Alexander David Frick 2021-12-05 00:16:20 -06:00 committed by GitHub
parent 70d5d35656
commit ac6af860f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -227,6 +227,9 @@ class MEDIA_GPU_EXPORT VaapiWrapper
uint32_t preferred_fourcc,
uint32_t* suitable_fourcc);
// Checks to see if VAProfileNone is supported on this decoder
static bool IsVppProfileSupported();
// Checks the surface size is allowed for VPP. Returns true if the size is
// supported, false otherwise.
static bool IsVppResolutionAllowed(const gfx::Size& size);