2
3
4
5
16
17
21
22
26 esp_h264_enc_out_frame_t *out_frame[2]);
32
33
34
35
36
37
38
39
40
41
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
76
77
78
79
80
81
82
83
84
88
89
90
91
92
93
94
95
96
esp_h264_err_t esp_h264_enc_dual_del(esp_h264_enc_dual_handle_t enc)
This function is used to delete an H.264 dual encoder.
Definition: esp_h264_enc_dual.c:36
esp_h264_err_t esp_h264_enc_dual_close(esp_h264_enc_dual_handle_t enc)
This function closes the H.264 dual encoder instance specified by enc
Definition: esp_h264_enc_dual.c:30
esp_h264_err_t esp_h264_enc_dual_process(esp_h264_enc_dual_handle_t enc, esp_h264_enc_in_frame_t *in_frame[2], esp_h264_enc_out_frame_t *out_frame[2])
This function performs dual encoding of H.264 video frames. The encoder supports dual channels where ...
Definition: esp_h264_enc_dual.c:19
esp_h264_err_t esp_h264_enc_dual_open(esp_h264_enc_dual_handle_t enc)
This function opens an H.264 encoder in dual streams.
Definition: esp_h264_enc_dual.c:12
struct esp_h264_enc_dual_if * esp_h264_enc_dual_handle_t
H.264 dual streams encoder handle.
Definition: esp_h264_enc_dual.h:18
H.264 dual streams encoder handle.
Definition: esp_h264_enc_dual.h:23