Crate cros_codecs

source ·

Modules

Structs

Enums

Functions

  • Returns the size required to store a frame of format with size widthxheight, without any padding. This is the minimum size of the destination buffer passed to nv12_copy or i420_copy.
  • Copies src into dst as I420, removing any extra padding.
  • Copies src into dst as NV12, removing any extra padding.