2
3
4
5
17
18
22
23
28
29
30
31
32
33
34
35
36
37
38
39
40
44
45
46
47
48
49
50
51
52
struct esp_h264_enc_param_if * esp_h264_enc_param_handle_t
It is a pointer to the H.264 encoding parameters structure.
Definition: esp_h264_enc_param.h:18
struct esp_h264_enc_if * esp_h264_enc_handle_t
H.264 single stream encoder handle.
Definition: esp_h264_enc_single.h:19
esp_h264_err_t esp_h264_enc_sw_new(const esp_h264_enc_cfg_sw_t *cfg, esp_h264_enc_handle_t *out_enc)
This function is used to create a new instance of the esp_h264_enc_t data structure,...
Definition: esp_h264_enc_single_sw.c:183
esp_h264_err_t esp_h264_enc_sw_get_param_hd(esp_h264_enc_handle_t enc, esp_h264_enc_param_sw_handle_t *out_param)
This function returns a pointer to the software-encoded parameter structure associated with the given...
Definition: esp_h264_enc_single_sw.c:259
esp_h264_enc_param_handle_t esp_h264_enc_param_sw_handle_t
Handle type for software-based H.264 encoder parameters.
Definition: esp_h264_enc_single_sw.h:19
esp_h264_enc_cfg_t esp_h264_enc_cfg_sw_t
Configuration type for software-based H.264 encoder.
Definition: esp_h264_enc_single_sw.h:24