
Data Structures | |
| struct | decoder_sys_t |
Functions | |
| static void * | DecodeBlock (decoder_t *p_dec, block_t **pp_block) |
| static int | OpenDecoderCommon (vlc_object_t *p_this, bool b_force_dump) |
| int | OpenDecoder (vlc_object_t *p_this) |
| int | OpenDecoderDump (vlc_object_t *p_this) |
| void | CloseDecoder (vlc_object_t *p_this) |
| void CloseDecoder | ( | vlc_object_t * | p_this | ) |
| int OpenDecoder | ( | vlc_object_t * | p_this | ) |
| static int OpenDecoderCommon | ( | vlc_object_t * | p_this, | |
| bool | b_force_dump | |||
| ) | [static] |
References DecodeBlock(), es_format_Copy(), decoder_t::fmt_in, decoder_t::fmt_out, decoder_sys_t::i_fd, msg_Dbg, msg_Err, decoder_t::p_sys, p_sys, decoder_t::pf_decode_audio, decoder_t::pf_decode_sub, decoder_t::pf_decode_video, var_CreateGetBool, VLC_EGENERIC, VLC_ENOMEM, vlc_open(), and VLC_SUCCESS.
Referenced by OpenDecoder(), and OpenDecoderDump().
| int OpenDecoderDump | ( | vlc_object_t * | p_this | ) |
References OpenDecoderCommon().
1.5.6