
Data Structures | |
| struct | filter_sys_t |
| filter_sys_t: chroma method descriptor More... | |
Defines | |
| #define | LIBA52_FIXED |
| #define | DYNRNG_TEXT N_("A/52 dynamic range compression") |
| #define | DYNRNG_LONGTEXT |
| #define | UPMIX_TEXT N_("Enable internal upmixing") |
| #define | UPMIX_LONGTEXT |
Functions | |
| static int | OpenFilter (vlc_object_t *) |
| static void | CloseFilter (vlc_object_t *) |
| static block_t * | Convert (filter_t *, block_t *) |
| int | vlc_entry__main (module_t *p_module) |
| const char * | vlc_entry_license__main (void) |
| static int | Open (vlc_object_t *p_this, filter_sys_t *p_sys, audio_format_t input, audio_format_t output) |
| static void | Interleave (sample_t *p_out, const sample_t *p_in, int i_nb_channels, int *pi_chan_table) |
| static void | Duplicate (sample_t *p_out, const sample_t *p_in) |
| static void | Exchange (sample_t *p_out, const sample_t *p_in) |
| static void | DoWork (filter_t *p_filter, aout_buffer_t *p_in_buf, aout_buffer_t *p_out_buf) |
Variables | |
| static const uint32_t | pi_channels_in [] |
| #define DYNRNG_LONGTEXT |
Value:
N_( \ "Dynamic range compression makes the loud sounds softer, and the soft " \ "sounds louder, so you can more easily listen to the stream in a noisy " \ "environment without disturbing anyone. If you disable the dynamic range "\ "compression the playback will be more adapted to a movie theater or a " \ "listening room.")
| #define DYNRNG_TEXT N_("A/52 dynamic range compression") |
| #define LIBA52_FIXED |
| #define UPMIX_LONGTEXT |
Value:
N_( \ "Enable the internal upmixing algorithm (not recommended).")
| #define UPMIX_TEXT N_("Enable internal upmixing") |
| static void CloseFilter | ( | vlc_object_t * | p_this | ) | [static] |
References filter_sys_t::p_liba52, filter_t::p_sys, and p_sys.
| static void DoWork | ( | filter_t * | p_filter, | |
| aout_buffer_t * | p_in_buf, | |||
| aout_buffer_t * | p_out_buf | |||
| ) | [static] |
References AOUT_CHAN_LEFT, AOUT_CHAN_REVERSESTEREO, AOUT_CHAN_RIGHT, es_format_t::audio, filter_sys_t::b_dontwarn, filter_sys_t::b_dynrng, Duplicate(), Exchange(), filter_t::fmt_out, i, block_t::i_buffer, filter_sys_t::i_flags, filter_sys_t::i_nb_channels, block_t::i_nb_samples, audio_format_t::i_original_channels, audio_format_t::i_physical_channels, Interleave(), msg_Warn, block_t::p_buffer, filter_sys_t::p_liba52, filter_t::p_sys, p_sys, and filter_sys_t::pi_chan_table.
| static void Duplicate | ( | sample_t * | p_out, | |
| const sample_t * | p_in | |||
| ) | [static] |
| static void Exchange | ( | sample_t * | p_out, | |
| const sample_t * | p_in | |||
| ) | [static] |
| static void Interleave | ( | sample_t * | p_out, | |
| const sample_t * | p_in, | |||
| int | i_nb_channels, | |||
| int * | pi_chan_table | |||
| ) | [static] |
| static int Open | ( | vlc_object_t * | p_this, | |
| filter_sys_t * | p_sys, | |||
| audio_format_t | input, | |||
| audio_format_t | output | |||
| ) | [static] |
References AOUT_CHAN_CENTER, AOUT_CHAN_DOLBYSTEREO, AOUT_CHAN_DUALMONO, AOUT_CHAN_LEFT, AOUT_CHAN_LFE, AOUT_CHAN_PHYSMASK, AOUT_CHAN_REARCENTER, AOUT_CHAN_REARLEFT, AOUT_CHAN_REARRIGHT, AOUT_CHAN_RIGHT, aout_CheckChannelReorder(), aout_FormatNbChannels(), msg_Err, msg_Warn, pi_channels_in, var_InheritInteger, VLC_EGENERIC, and VLC_SUCCESS.
| static int OpenFilter | ( | vlc_object_t * | p_this | ) | [static] |
References aout_BitsPerSample(), es_format_t::audio, Convert(), filter_t::fmt_in, filter_t::fmt_out, audio_format_t::i_bitspersample, es_format_t::i_codec, audio_format_t::i_format, audio_format_t::i_rate, Open(), filter_t::p_sys, p_sys, VLC_CODEC_A52, VLC_CODEC_FI32, VLC_CODEC_FL32, VLC_CODEC_SPDIFB, VLC_CODEC_SPDIFL, VLC_EGENERIC, VLC_ENOMEM, and VLC_OBJECT.
| int vlc_entry__main | ( | module_t * | p_module | ) |
| const char* vlc_entry_license__main | ( | void | ) |
const uint32_t pi_channels_in[] [static] |
Initial value:
{ 0x1000 , 0x2 , 0x1 , 0x4 ,
0x20 , 0x10 , 0x40 , 0 }
Referenced by ConfigureChannelOrder(), CreateDSBuffer(), Open(), and OpenWaveOut().
1.5.6