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])
aout_buffer_t *(* pf_aout_buffer_new )(decoder_t *, int)
void(* pf_aout_buffer_del )(decoder_t *, aout_buffer_t *)
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 *)
subpicture_t *(* pf_spu_buffer_new )(decoder_t *)
void(* pf_spu_buffer_del )(decoder_t *, subpicture_t *)
decoder_owner_sys_tp_owner
VLC_COMMON_MEMBERS these members are common for all vlc objects
int i_object_id
int i_object_type
const char * psz_object_type
char * psz_object_name
char * psz_header
int i_flags
volatile bool b_error
 set by the object
volatile bool b_die
 set by the outside
volatile bool b_dead
 set by the object
bool b_force
 set by the outside (eg.
libvlc_int_tp_libvlc
 (root of all evil) - 1
vlc_object_tp_parent
 our parent
void * p_private
int be_sure_to_add_VLC_COMMON_MEMBERS_to_struct
 Just a reminder so that people don't cast garbage.

Field Documentation

int decoder_t::i_object_id

int decoder_t::i_object_type

const char* decoder_t::psz_object_type

char* decoder_t::psz_object_name

char* decoder_t::psz_header

int decoder_t::i_flags

volatile bool decoder_t::b_error

set by the object

volatile bool decoder_t::b_die

set by the outside

volatile bool decoder_t::b_dead

set by the object

bool decoder_t::b_force

set by the outside (eg.

module_Need())

libvlc_int_t* decoder_t::p_libvlc

(root of all evil) - 1

vlc_object_t* decoder_t::p_parent

our parent

void* decoder_t::p_private

int decoder_t::be_sure_to_add_VLC_COMMON_MEMBERS_to_struct

Just a reminder so that people don't cast garbage.

module_t* decoder_t::p_module

decoder_sys_t* decoder_t::p_sys

es_format_t decoder_t::fmt_in

es_format_t decoder_t::fmt_out

bool decoder_t::b_need_packetized

bool decoder_t::b_pace_control

picture_t*( * decoder_t::pf_decode_video)(decoder_t *, block_t **)

aout_buffer_t*( * decoder_t::pf_decode_audio)(decoder_t *, block_t **)

subpicture_t*( * decoder_t::pf_decode_sub)(decoder_t *, block_t **)

block_t*( * decoder_t::pf_packetize)(decoder_t *, block_t **)

block_t*( * decoder_t::pf_get_cc)(decoder_t *, bool pb_present[4])

aout_buffer_t*( * decoder_t::pf_aout_buffer_new)(decoder_t *, int)

void( * decoder_t::pf_aout_buffer_del)(decoder_t *, aout_buffer_t *)

picture_t*( * decoder_t::pf_vout_buffer_new)(decoder_t *)

void( * decoder_t::pf_vout_buffer_del)(decoder_t *, picture_t *)

void( * decoder_t::pf_picture_link)(decoder_t *, picture_t *)

void( * decoder_t::pf_picture_unlink)(decoder_t *, picture_t *)

subpicture_t*( * decoder_t::pf_spu_buffer_new)(decoder_t *)

void( * decoder_t::pf_spu_buffer_del)(decoder_t *, subpicture_t *)

decoder_owner_sys_t* decoder_t::p_owner


The documentation for this struct was generated from the following file:
Generated on Wed Aug 13 08:46:48 2008 for VLC by  doxygen 1.5.1