VideoInterop.DMABuf.Plane (video_interop v0.1.0)

Copy Markdown View Source

A DRM format plane inside a DMA-BUF object.

Object indices are zero-based. offset and pitch are measured in bytes.

Summary

Types

t()

@type t() :: %VideoInterop.DMABuf.Plane{
  object_index: non_neg_integer(),
  offset: non_neg_integer(),
  pitch: pos_integer()
}