2
3
4
5
16
17
21
22
25} esp_h264_dec_param_t;
28
29
30
31
32
33
34
35
36
37
38
esp_h264_err_t esp_h264_dec_get_resolution(esp_h264_dec_param_handle_t handle, esp_h264_resolution_t *out_res)
This function retrieves the resolution of the video decoder specified by the handle parameter The dec...
Definition: esp_h264_dec_param.c:12
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
The H.264 decoder parameter interface.
Definition: esp_h264_dec_param.h:23