Data stream information before encoding.
More...
#include <esp_h264_types.h>
Data stream information before encoding.
- Note
- User needs to process the
consume as follows:
break;
}
}
esp_h264_err_t esp_h264_dec_process(esp_h264_dec_handle_t dec, esp_h264_dec_in_frame_t *in_frame, esp_h264_dec_out_frame_t *out_frame)
This function performs decoding of H.264 video frames.
Definition: esp_h264_dec.c:19
@ ESP_H264_ERR_OK
Definition: esp_h264_types.h:24
Data stream information before encoding.
Definition: esp_h264_types.h:227
esp_h264_pkt_t raw_data
Definition: esp_h264_types.h:228
uint32_t consume
Definition: esp_h264_types.h:229
Data stream information after encoding.
Definition: esp_h264_types.h:194
uint8_t * buffer
Definition: esp_h264_types.h:100
uint32_t len
Definition: esp_h264_types.h:101
◆ consume
◆ dts
◆ pts
◆ raw_data
The documentation for this struct was generated from the following file: