Data Fields

decoder_t Struct Reference
[Decoder]

Collaboration diagram for decoder_t:
Collaboration graph
[legend]

Data Fields

module_tp_module
decoder_sys_tp_sys
es_format_t fmt_in
es_format_t fmt_out
bool b_need_packetized
bool b_pace_control
picture_t *(* pf_decode_video )(decoder_t *, block_t **)
aout_buffer_t *(* pf_decode_audio )(decoder_t *, block_t **)
subpicture_t *(* pf_decode_sub )(decoder_t *, block_t **)
block_t *(* pf_packetize )(decoder_t *, block_t **)
block_t *(* pf_get_cc )(decoder_t *, bool pb_present[4])
vlc_meta_tp_description
picture_t *(* pf_vout_buffer_new )(decoder_t *)
void(* pf_vout_buffer_del )(decoder_t *, picture_t *)
void(* pf_picture_link )(decoder_t *, picture_t *)
void(* pf_picture_unlink )(decoder_t *, picture_t *)
int i_extra_picture_buffers
 Number of extra (ie in addition to the DPB) picture buffers needed for decoding.
aout_buffer_t *(* pf_aout_buffer_new )(decoder_t *, int)
subpicture_t *(* pf_spu_buffer_new )(decoder_t *, const subpicture_updater_t *)
void(* pf_spu_buffer_del )(decoder_t *, subpicture_t *)
int(* pf_get_attachments )(decoder_t *p_dec, input_attachment_t ***ppp_attachment, int *pi_attachment)
mtime_t(* pf_get_display_date )(decoder_t *, mtime_t)
int(* pf_get_display_rate )(decoder_t *)
decoder_owner_sys_tp_owner
bool b_error
VLC_COMMON_MEMBERS \ * these members are common for all vlc objects \

const char * psz_object_type
char * psz_header
int i_flags
volatile bool b_die
 set by the outside
bool b_force
 set by the outside (eg.
libvlc_int_tp_libvlc
 (root of all evil) - 1
vlc_object_tp_parent
 our parent

Field Documentation

volatile bool decoder_t::b_die

set by the outside

set by the outside (eg.

module_need())

Referenced by CreateDecoder().

Referenced by CreateDecoder().

Number of extra (ie in addition to the DPB) picture buffers needed for decoding.

Referenced by vout_new_buffer().

(root of all evil) - 1

our parent

int(* decoder_t::pf_get_attachments)(decoder_t *p_dec, input_attachment_t ***ppp_attachment, int *pi_attachment)
block_t*( * decoder_t::pf_get_cc)(decoder_t *, bool pb_present[4])

The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines