VLC 4.0.0-dev
|
#include <h26x.h>
Data Fields | |
unsigned | flags |
vlc_tick_t | pts |
block_t ** | pp_packets_next |
block_t * | p_packets |
block_t * | xps |
struct vlc_rtp_es * | es |
decoder_t * | p_packetizer |
struct dtsgen_t | dtsgen |
struct dtsgen_t rtp_h26x_sys::dtsgen |
Referenced by h26x_output(), and rtp_h26x_init().
struct vlc_rtp_es* rtp_h26x_sys::es |
Referenced by h26x_output(), rtp_h264_destroy(), rtp_h264_init(), rtp_h265_destroy(), rtp_h265_init(), and rtp_h26x_init().
unsigned rtp_h26x_sys::flags |
Referenced by rtp_h265_decode(), rtp_h265_init(), and rtp_h26x_init().
decoder_t* rtp_h26x_sys::p_packetizer |
Referenced by h26x_output(), rtp_h264_destroy(), rtp_h264_init(), rtp_h265_destroy(), rtp_h265_init(), and rtp_h26x_init().
block_t* rtp_h26x_sys::p_packets |
Referenced by h26x_output_blocks(), rtp_h264_decode(), rtp_h265_decode(), rtp_h26x_clear(), and rtp_h26x_init().
block_t** rtp_h26x_sys::pp_packets_next |
Referenced by h26x_output_blocks(), rtp_h264_decode(), rtp_h265_decode(), and rtp_h26x_init().
vlc_tick_t rtp_h26x_sys::pts |
Referenced by h26x_output_blocks(), rtp_h264_decode(), rtp_h265_decode(), and rtp_h26x_init().
block_t* rtp_h26x_sys::xps |
Referenced by h26x_output(), rtp_h264_init(), rtp_h265_init(), rtp_h26x_clear(), and rtp_h26x_init().