A DRM format plane inside a DMA-BUF object.
Object indices are zero-based. offset and pitch are measured in bytes.
Summary
Types
@type t() :: %VideoInterop.DMABuf.Plane{ object_index: non_neg_integer(), offset: non_neg_integer(), pitch: pos_integer() }