|
H.264 Codec for ESP32-S3
|

Classes | |
| struct | esp_h264_enc_sw_param_t |
Functions | |
| esp_h264_err_t | esp_h264_enc_sw_del_param (esp_h264_enc_param_t *handle) |
| Delete parameter set handle. | |
| esp_h264_err_t | esp_h264_enc_sw_new_param (esp_h264_enc_sw_param_cfg_t *cfg, esp_h264_enc_param_t **handle) |
| Create a new parameter set handle. | |
| esp_h264_err_t esp_h264_enc_sw_del_param | ( | esp_h264_enc_param_t * | handle | ) |
Delete parameter set handle.
| handle | Hardware H.264 encoder parameter set handle |
| esp_h264_err_t esp_h264_enc_sw_new_param | ( | esp_h264_enc_sw_param_cfg_t * | cfg, |
| esp_h264_enc_param_t ** | handle | ||
| ) |
Create a new parameter set handle.
| cfg | It is a pointer to the esp_h264_enc_hw_param_cfg_t structure, which contains the configuration settings for the handle |
| handle | Hardware H.264 encoder parameter set handle. If return value isn't ESP_H264_ERR_OK, handle will be set NULL |
*handle will be set NULL Create a new parameter handle
Encoder handle configure