Go to the source code of this file.
◆ esp_h264_dec_param_handle_t
It is a pointer to the H.264 decoding parameters structure.
◆ esp_h264_dec_param_t
The H.264 decoder parameter interface.
◆ esp_h264_dec_get_resolution()
This function retrieves the resolution of the video decoder specified by the handle parameter The decoder's resolution is stored in the res, which is of type esp_h264_resolution_t
- Parameters
-
| [in] | handle | It is a pointer to the H.264 decoding parameters structure |
| [out] | out_res | A pointer to the resolution structure where the decoder's resolution will be stored |
- Returns
- ESP_H264_ERR_OK Succeeded
- ESP_H264_ERR_ARG Invalid arguments
- ESP_H264_ERR_UNSUPPORTED Get resolution feature is not supported by the decoder