
Data Structures | |
| struct | decoder_sys_t |
Defines | |
| #define | AES3_HEADER_LEN 4 |
Functions | |
| static int | OpenDecoder (vlc_object_t *) |
| static int | OpenPacketizer (vlc_object_t *) |
| static void | Close (vlc_object_t *) |
| Releases resources. | |
| int | vlc_entry__main (module_t *p_module) |
| const char * | vlc_entry_license__main (void) |
| static int | Open (decoder_t *p_dec, bool b_packetizer) |
| static block_t * | Parse (decoder_t *p_dec, int *pi_frame_length, int *pi_bits, block_t **pp_block, bool b_packetizer) |
| static uint8_t | Reverse8 (int n) |
| static aout_buffer_t * | Decode (decoder_t *p_dec, block_t **pp_block) |
| static block_t * | Packetize (decoder_t *p_dec, block_t **pp_block) |
Variables | |
| static const unsigned int | pi_original_channels [4] |
| static void Close | ( | vlc_object_t * | p_this | ) | [static] |
Releases resources.
Close the module.
Destroys the X11 window.
Disconnect from the X server.
Close a SDL video output.
It destroys an OpenGL vout display.
Terminate a vout display created by Open.
It destroyes a Direct3D vout display.
Terminate an output method created by Open.
Release the drawable.
Close a libcaca video output.
Close a aa video output method.
Close the filter.
Terminate a splitter module.
This function closes a clone video splitter module.
Common close function.
Releases allocate resources.
Close: Destructor.
| p_this | pointer to this filter object | |
| p_this,: | the filter object |
| static aout_buffer_t* Decode | ( | decoder_t * | p_dec, | |
| block_t ** | pp_block | |||
| ) | [static] |
References AES3_HEADER_LEN, block_Release(), date_Get(), date_Increment(), decoder_NewAudioBuffer(), decoder_sys_t::end_date, block_t::i_buffer, block_t::i_length, block_t::i_pts, block_t::p_buffer, decoder_t::p_sys, p_sys, Parse(), and Reverse8().
Referenced by DecoderOpen(), and Open().
| static int Open | ( | decoder_t * | p_dec, | |
| bool | b_packetizer | |||
| ) | [static] |
References es_format_t::audio, AUDIO_ES, date_Init(), date_Set(), Decode(), decoder_sys_t::end_date, decoder_t::fmt_in, decoder_t::fmt_out, audio_format_t::i_bitspersample, es_format_t::i_cat, es_format_t::i_codec, audio_format_t::i_rate, decoder_t::p_sys, p_sys, Packetize(), decoder_t::pf_decode_audio, decoder_t::pf_packetize, VLC_CODEC_302M, VLC_CODEC_S16N, VLC_EGENERIC, and VLC_SUCCESS.
| static int OpenDecoder | ( | vlc_object_t * | p_this | ) | [static] |
References Open().
| static int OpenPacketizer | ( | vlc_object_t * | p_this | ) | [static] |
References Open().
References date_Get(), date_Increment(), decoder_sys_t::end_date, block_t::i_dts, block_t::i_length, block_t::i_pts, decoder_t::p_sys, p_sys, and Parse().
Referenced by DecoderOpen(), Open(), and PacketizerOpen().
| static block_t * Parse | ( | decoder_t * | p_dec, | |
| int * | pi_frame_length, | |||
| int * | pi_bits, | |||
| block_t ** | pp_block, | |||
| bool | b_packetizer | |||
| ) | [static] |
References AES3_HEADER_LEN, AOUT_CHAN_PHYSMASK, es_format_t::audio, block_Release(), date_Get(), date_Set(), decoder_sys_t::end_date, decoder_t::fmt_out, GetDWBE, audio_format_t::i_bitspersample, block_t::i_buffer, audio_format_t::i_channels, es_format_t::i_codec, audio_format_t::i_original_channels, audio_format_t::i_physical_channels, block_t::i_pts, msg_Err, block_t::p_buffer, decoder_t::p_sys, p_sys, pi_original_channels, VLC_CODEC_S16L, VLC_CODEC_S24L, and VLC_TS_INVALID.
| static uint8_t Reverse8 | ( | int | n | ) | [inline, static] |
Referenced by Decode().
| int vlc_entry__main | ( | module_t * | p_module | ) |
| const char* vlc_entry_license__main | ( | void | ) |
const unsigned int pi_original_channels[4] [static] |
Initial value:
{
0x2 | 0x4 ,
0x2 | 0x4 |
0x1 | 0x1000 ,
0x2 | 0x4 |
0x20 | 0x40 |
0x1 | 0x1000 ,
0x2 | 0x4 |
0x20 | 0x40 |
0x100 | 0x200 |
0x1 | 0x1000 ,
}
Referenced by Parse().
1.5.6