H.264 Codec for ESP32-S3
Loading...
Searching...
No Matches
Functions
h264_io.h File Reference
#include <stdint.h>
#include <string.h>
#include "esp_h264_types.h"
Include dependency graph for h264_io.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int read_enc_cb (esp_h264_enc_in_frame_t *frame, int16_t width, int16_t height, esp_h264_raw_format_t format)
 
int write_enc_cb (esp_h264_enc_out_frame_t *frame)
 
int read_dec_cd (uint8_t *inbuf, uint32_t inbuf_len, esp_h264_dec_in_frame_t *frame)
 
int write_dec_cd (esp_h264_dec_out_frame_t *frame, uint8_t *yuv)
 

Function Documentation

◆ read_dec_cd()

int read_dec_cd ( uint8_t *  inbuf,
uint32_t  inbuf_len,
esp_h264_dec_in_frame_t frame 
)

◆ read_enc_cb()

int read_enc_cb ( esp_h264_enc_in_frame_t frame,
int16_t  width,
int16_t  height,
esp_h264_raw_format_t  format 
)

◆ write_dec_cd()

int write_dec_cd ( esp_h264_dec_out_frame_t frame,
uint8_t *  yuv 
)

◆ write_enc_cb()

int write_enc_cb ( esp_h264_enc_out_frame_t frame)