Module openh264::formats

source ·
Expand description

Handles conversions, e.g., between RGB and YUV.

Structs§

  • Container for a slice of contiguous [A B G R A B G R ...] data.
  • Container for a slice of contiguous [ABGR ABGR ...] data.
  • Container for a slice of contiguous [A R G B A R G B ...] data.
  • Container for a slice of contiguous [ARGB ARGB ...] data.
  • Container for a slice of contiguous [B G R B G R ...] data.
  • Container for a slice of contiguous [B G R A B G R A ...] data.
  • Container for a slice of contiguous [BGRA BGRA ...] data.
  • Container for a slice of contiguous [R G B R G B ...] data.
  • Container for a slice of contiguous [R G B A R G B A ...] data.
  • Container for a slice of contiguous [RGBA RGBA ...] data.
  • Converts RGB to YUV data.
  • Convenience wrapper if you already have YUV-sliced data from some other place.

Traits§