H.264 Codec for ESP32-S3
Loading...
Searching...
No Matches
Typedefs | Functions
h264_color_convert.h File Reference
#include "H264Config.h"
Include dependency graph for h264_color_convert.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef void(* convert_color) (uint32_t height, uint32_t width, uint8_t *in, uint8_t *out)
 

Functions

void yuyv2iyuv (uint32_t height, uint32_t width, uint8_t *in, uint8_t *out)
 Convert YUYV data to I420 data.
 

Typedef Documentation

◆ convert_color

typedef void(* convert_color) (uint32_t height, uint32_t width, uint8_t *in, uint8_t *out)

Function Documentation

◆ yuyv2iyuv()

void yuyv2iyuv ( uint32_t  height,
uint32_t  width,
uint8_t *  in,
uint8_t *  out 
)

Convert YUYV data to I420 data.

Parameters
heightHeight of picture
widthWidth of picture
inYUYV data address
outI420 data address