2
3
4
5
21#define ESP_H264_SW_MIN_WIDTH (16
)
22#define ESP_H264_SW_MIN_HEIGHT (16
)
25
26
29} esp_h264_enc_sw_param_cfg_t;
32
33
34
35
36
37
38
39
40
41
42
43
47
48
49
50
51
52
53
esp_h264_err_t esp_h264_enc_sw_del_param(esp_h264_enc_param_t *handle)
Delete parameter set handle.
Definition: esp_h264_enc_sw_param.c:102
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.
Definition: esp_h264_enc_sw_param.c:111
Configuration structure for software-based H.264 encoder parameters.
Definition: esp_h264_enc_sw_param.h:27
ISVCEncoder * device
Definition: esp_h264_enc_sw_param.h:28