VLC 4.0.0-dev
|
Data Structures | |
struct | h265_pt_opaque |
Macros | |
#define | FLAG_DONL 1 |
Functions | |
static void * | rtp_h265_init (struct vlc_rtp_pt *pt) |
static void | rtp_h265_destroy (struct vlc_rtp_pt *pt, void *data) |
static block_t * | h265_deaggregate_AP (block_t *block, bool b_donl, bool b_annexb) |
static void | rtp_h265_decode (struct vlc_rtp_pt *pt, void *data, block_t *block, const struct vlc_rtp_pktinfo *restrict info) |
static void | rtp_h265_release (struct vlc_rtp_pt *pt) |
static int | rtp_h265_open (vlc_object_t *obj, struct vlc_rtp_pt *pt, const struct vlc_sdp_pt *desc) |
int | vlc_entry__MODULE_NAME (vlc_set_cb vlc_set, void *opaque) |
const char * | vlc_entry_api_version__MODULE_NAME (void) |
Variables | |
static const struct vlc_rtp_pt_operations | rtp_h265_ops |
#define FLAG_DONL 1 |
References annexbheader, block_Alloc, block_Release, GetWBE, vlc_frame_t::i_buffer, p, vlc_frame_t::p_buffer, and SetDWBE().
Referenced by rtp_h265_decode().
|
static |
References block_ChainGather, block_ChainLastAppend, block_Release, FLAG_DONL, rtp_h26x_sys::flags, h265_deaggregate_AP(), h26x_output(), h26x_output_blocks(), h26x_wrap_prefix(), vlc_frame_t::i_buffer, vlc_frame_t::i_pts, vlc_frame_t::p_buffer, rtp_h26x_sys::p_packets, rtp_h26x_sys::pp_packets_next, rtp_h26x_sys::pts, rtp_h265_decode(), and VLC_UNUSED.
Referenced by rtp_h265_decode().
|
static |
|
static |
References h265_pt_opaque::b_donl, es_format_t::b_packetized, block_Duplicate, demux_PacketizerNew(), rtp_h26x_sys::es, es_format_Init(), FLAG_DONL, rtp_h26x_sys::flags, decoder_t::fmt_out, h265_pt_opaque::obj, vlc_rtp_pt::opaque, rtp_h26x_sys::p_packetizer, rtp_h26x_init(), h265_pt_opaque::sdpxps, VIDEO_ES, VLC_CODEC_HEVC, vlc_rtp_pt_request_es(), and rtp_h26x_sys::xps.
|
static |
References ARRAY_SIZE, h265_pt_opaque::b_donl, block_ChainGather, block_ChainLastAppend, h26x_fillextradata(), vlc_sdp_pt::name, h265_pt_opaque::obj, vlc_rtp_pt::opaque, vlc_rtp_pt::ops, rtp_h265_ops, h265_pt_opaque::sdpxps, vlc_ascii_strcasecmp(), VLC_ENOMEM, VLC_ENOTSUP, vlc_sdp_fmtp_get, vlc_sdp_fmtp_get_str(), and VLC_SUCCESS.
|
static |
References block_Release, vlc_rtp_pt::opaque, and h265_pt_opaque::sdpxps.
int vlc_entry__MODULE_NAME | ( | vlc_set_cb | vlc_set, |
void * | opaque | ||
) |
const char * vlc_entry_api_version__MODULE_NAME | ( | void | ) |
|
static |
Referenced by rtp_h265_open().