2
3
4
5
18
19
23
24
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_dec_if * esp_h264_dec_handle_t
H.264 stream decoder handle.
Definition: esp_h264_dec.h:25
struct esp_h264_dec_param_if * esp_h264_dec_param_handle_t
It is a pointer to the H.264 decoding parameters structure.
Definition: esp_h264_dec_param.h:18
esp_h264_err_t esp_h264_dec_sw_new(const esp_h264_dec_cfg_sw_t *cfg, esp_h264_dec_handle_t *out_dec)
This function is used to create a new instance of the esp_h264_dec_t data structure,...
Definition: esp_h264_dec_sw.c:94
esp_h264_err_t esp_h264_dec_sw_get_param_hd(esp_h264_dec_handle_t dec, esp_h264_dec_param_sw_handle_t *out_param)
This function returns a pointer to the software-decoded parameter structure associated with the given...
Definition: esp_h264_dec_sw.c:132
esp_h264_dec_param_handle_t esp_h264_dec_param_sw_handle_t
Handle type for software-based H.264 decoder parameters.
Definition: esp_h264_dec_sw.h:20
esp_h264_dec_cfg_t esp_h264_dec_cfg_sw_t
Configuration type for software-based H.264 decoder.
Definition: esp_h264_dec_sw.h:25