2
3
4
5
13int read_enc_cb(esp_h264_enc_in_frame_t *frame, int16_t width, int16_t height, esp_h264_raw_format_t format);
17int read_dec_cd(uint8_t *inbuf, uint32_t inbuf_len, esp_h264_dec_in_frame_t *frame);
19int write_dec_cd(esp_h264_dec_out_frame_t *frame, uint8_t *yuv);
int write_enc_cb(esp_h264_enc_out_frame_t *frame)
Definition: h264_io.c:324
int read_enc_cb(esp_h264_enc_in_frame_t *frame, int16_t width, int16_t height, esp_h264_raw_format_t format)
Definition: h264_io.c:300
int write_dec_cd(esp_h264_dec_out_frame_t *frame, uint8_t *yuv)
Definition: h264_io.c:336
int read_dec_cd(uint8_t *inbuf, uint32_t inbuf_len, esp_h264_dec_in_frame_t *frame)
Definition: h264_io.c:329