Go to the source code of this file.
|
| typedef void(* | convert_color) (uint32_t height, uint32_t width, uint8_t *in, uint8_t *out) |
| |
|
| void | yuyv2iyuv (uint32_t height, uint32_t width, uint8_t *in, uint8_t *out) |
| | Convert YUYV data to I420 data.
|
| |
◆ convert_color
| typedef void(* convert_color) (uint32_t height, uint32_t width, uint8_t *in, uint8_t *out) |
◆ yuyv2iyuv()
| void yuyv2iyuv |
( |
uint32_t |
height, |
|
|
uint32_t |
width, |
|
|
uint8_t * |
in, |
|
|
uint8_t * |
out |
|
) |
| |
Convert YUYV data to I420 data.
- Parameters
-
| height | Height of picture |
| width | Width of picture |
| in | YUYV data address |
| out | I420 data address |