struct _VADRMFormatModifierList
Defined at line 167 of file ../../third_party/intel/libva/va/va_drmcommon.h
List of DRM format modifiers.
To allocate surfaces with one of the modifiers specified in the array, call
vaCreateSurfaces() with the VASurfaceAttribDRMFormatModifiers attribute set
to point to an array of num_surfaces instances of this structure. The driver
will select the optimal modifier in the list.
DRM format modifiers are defined in drm_fourcc.h in the Linux kernel.
Public Members
uint32_t num_modifiers
uint64_t * modifiers