FFmpeg
|
Data Fields | |
const AVClass * | class |
URLContext * | fec_col_hd |
URLContext * | fec_row_hd |
PrompegFec ** | fec_arr |
PrompegFec ** | fec_col_tmp |
PrompegFec ** | fec_col |
PrompegFec * | fec_row |
int | ttl |
uint8_t | l |
uint8_t | d |
uint8_t * | rtp_buf |
uint16_t | rtp_col_sn |
uint16_t | rtp_row_sn |
uint16_t | length_recovery |
int | packet_size |
int | packet_idx |
int | packet_idx_max |
int | fec_arr_len |
int | bitstring_size |
int | rtp_buf_size |
int | init |
int | first |
URLContext* PrompegContext::fec_col_hd |
Definition at line 104 of file prompeg.c.
Referenced by prompeg_close(), prompeg_open(), and prompeg_write_fec().
URLContext * PrompegContext::fec_row_hd |
Definition at line 104 of file prompeg.c.
Referenced by prompeg_close(), prompeg_open(), and prompeg_write_fec().
PrompegFec** PrompegContext::fec_arr |
Definition at line 105 of file prompeg.c.
Referenced by prompeg_close(), and prompeg_init().
PrompegFec ** PrompegContext::fec_col_tmp |
Definition at line 105 of file prompeg.c.
Referenced by prompeg_init(), and prompeg_write().
PrompegFec ** PrompegContext::fec_col |
Definition at line 105 of file prompeg.c.
Referenced by prompeg_init(), and prompeg_write().
PrompegFec * PrompegContext::fec_row |
Definition at line 105 of file prompeg.c.
Referenced by prompeg_init(), and prompeg_write().
int PrompegContext::ttl |
Definition at line 106 of file prompeg.c.
Referenced by prompeg_open().
uint8_t PrompegContext::l |
Definition at line 107 of file prompeg.c.
Referenced by prompeg_init(), prompeg_open(), prompeg_write(), and prompeg_write_fec().
uint8_t PrompegContext::d |
Definition at line 107 of file prompeg.c.
Referenced by prompeg_init(), prompeg_open(), prompeg_write(), and prompeg_write_fec().
uint8_t* PrompegContext::rtp_buf |
Definition at line 108 of file prompeg.c.
Referenced by prompeg_close(), prompeg_init(), and prompeg_write_fec().
uint16_t PrompegContext::rtp_col_sn |
Definition at line 109 of file prompeg.c.
Referenced by prompeg_init(), and prompeg_write_fec().
uint16_t PrompegContext::rtp_row_sn |
Definition at line 109 of file prompeg.c.
Referenced by prompeg_init(), and prompeg_write_fec().
uint16_t PrompegContext::length_recovery |
Definition at line 110 of file prompeg.c.
Referenced by prompeg_create_bitstring(), prompeg_init(), and prompeg_write_fec().
int PrompegContext::packet_size |
Definition at line 111 of file prompeg.c.
Referenced by prompeg_create_bitstring(), and prompeg_init().
int PrompegContext::packet_idx |
Definition at line 112 of file prompeg.c.
Referenced by prompeg_init(), and prompeg_write().
int PrompegContext::packet_idx_max |
Definition at line 112 of file prompeg.c.
Referenced by prompeg_init(), and prompeg_write().
int PrompegContext::fec_arr_len |
Definition at line 113 of file prompeg.c.
Referenced by prompeg_close(), and prompeg_init().
int PrompegContext::bitstring_size |
Definition at line 114 of file prompeg.c.
Referenced by prompeg_create_bitstring(), prompeg_init(), and prompeg_write().
int PrompegContext::rtp_buf_size |
Definition at line 115 of file prompeg.c.
Referenced by prompeg_init(), and prompeg_write_fec().
int PrompegContext::init |
Definition at line 116 of file prompeg.c.
Referenced by prompeg_init(), prompeg_open(), and prompeg_write().
int PrompegContext::first |
Definition at line 117 of file prompeg.c.
Referenced by prompeg_init(), and prompeg_write().