Simd::Frame structure and related functions.
More...
|
struct | Frame< A > |
| The Frame structure provides storage and manipulation of frames (multiplanar images). More...
|
|
Simd::Frame structure and related functions.
Describes pixel format types of a frame.
Enumerator |
---|
None |
An undefined pixel format.
|
Nv12 |
Two planes (8-bit full size Y plane, 16-bit interlived half size UV plane) NV12 pixel format.
|
Yuv420p |
Three planes (8-bit full size Y plane, 8-bit half size U plane, 8-bit half size V plane) YUV420P pixel format.
|
Bgra32 |
One plane 32-bit (4 8-bit channels) BGRA (Blue, Green, Red, Alpha) pixel format.
|
Bgr24 |
One plane 24-bit (3 8-bit channels) BGR (Blue, Green, Red) pixel format.
|
Gray8 |
One plane 8-bit gray pixel format.
|