Crate cros_codecs
source ·Modules
Structs
Enums
Functions
- Returns the size required to store a frame of
format
with sizewidth
xheight
, without any padding. This is the minimum size of the destination buffer passed tonv12_copy
ori420_copy
. - Copies
src
intodst
as I420, removing any extra padding. - Copies
src
intodst
as NV12, removing any extra padding.