VLC
3.0.15
|
bool decoder_t::b_frame_drop_allowed |
Referenced by CreateDecoder(), and LoadDecoder().
es_format_t decoder_t::fmt_in |
es_format_t decoder_t::fmt_out |
int decoder_t::i_extra_picture_buffers |
Number of extra (ie in addition to the DPB) picture buffers needed for decoding.
Referenced by LoadDecoder(), and vout_update_format().
struct vlc_common_members decoder_t::obj |
vlc_meta_t* decoder_t::p_description |
Referenced by DecoderUpdateFormatLocked(), DeleteDecoder(), and UnloadDecoder().
module_t* decoder_t::p_module |
Referenced by CreateDecoder(), decoder_New(), DeleteDecoder(), LoadDecoder(), and UnloadDecoder().
decoder_owner_sys_t* decoder_t::p_owner |
Referenced by aout_request_vout(), aout_update_format(), CreateDecoder(), decoder_New(), DecoderGetDisplayDate(), DecoderGetDisplayRate(), DecoderGetInputAttachments(), DecoderPlayCc(), DecoderProcess(), DecoderThread(), DecoderTimedWait(), DecoderUpdateFormatLocked(), DeleteDecoder(), input_DecoderDecode(), input_DecoderDelete(), input_DecoderDrain(), input_DecoderFlush(), ReloadDecoder(), spu_new_buffer(), vout_new_buffer(), and vout_update_format().
void* decoder_t::p_queue_ctx |
Referenced by ImageQueueVideo(), and ImageRead().
decoder_sys_t* decoder_t::p_sys |
int(* decoder_t::pf_aout_format_update) (decoder_t *) |
Referenced by CreateDecoder(), and decoder_UpdateAudioFormat().
Referenced by ImageRead(), and LoadDecoder().
void( * decoder_t::pf_flush) (decoder_t *) |
Referenced by LoadDecoder().
int(* decoder_t::pf_get_attachments) (decoder_t *p_dec, input_attachment_t ***ppp_attachment, int *pi_attachment) |
Referenced by CreateDecoder(), and decoder_GetInputAttachments().
block_t*( * decoder_t::pf_get_cc) (decoder_t *, decoder_cc_desc_t *) |
Referenced by DecoderProcess(), and LoadDecoder().
Referenced by CreateDecoder(), and decoder_GetDisplayDate().
int(* decoder_t::pf_get_display_rate) (decoder_t *) |
Referenced by CreateDecoder(), and decoder_GetDisplayRate().
Referenced by DecoderProcess(), and LoadDecoder().
Referenced by CreateDecoder(), and decoder_QueueAudio().
int(* decoder_t::pf_queue_cc) (decoder_t *, block_t *, const decoder_cc_desc_t *) |
Referenced by CreateDecoder(), and decoder_QueueCc().
int(* decoder_t::pf_queue_sub) (decoder_t *, subpicture_t *) |
Referenced by CreateDecoder(), and decoder_QueueSub().
Referenced by CreateDecoder(), decoder_QueueVideo(), and ImageRead().
subpicture_t*(* decoder_t::pf_spu_buffer_new) (decoder_t *, const subpicture_updater_t *) |
Referenced by CreateDecoder().
Referenced by CreateDecoder(), and decoder_NewPicture().
int(* decoder_t::pf_vout_format_update) (decoder_t *) |
Referenced by CreateDecoder(), and decoder_UpdateVideoFormat().