
Data Structures | |
| struct | filter_sys_t |
| filter_sys_t: chroma method descriptor More... | |
Defines | |
| #define | DYNRNG_TEXT N_("DTS dynamic range compression") |
| #define | DYNRNG_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 (float *p_out, const float *p_in, int i_nb_channels, int *pi_chan_table) |
| static void | Duplicate (float *p_out, const float *p_in) |
| static void | Exchange (float *p_out, const float *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_("DTS dynamic range compression") |
| static void CloseFilter | ( | vlc_object_t * | p_this | ) | [static] |
References filter_sys_t::p_libdca, 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] |
p_sys->b_dynrng )
References AOUT_CHAN_LEFT, AOUT_CHAN_REVERSESTEREO, AOUT_CHAN_RIGHT, es_format_t::audio, filter_sys_t::b_dontwarn, 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_libdca, filter_t::p_sys, p_sys, and filter_sys_t::pi_chan_table.
| static void Duplicate | ( | float * | p_out, | |
| const float * | p_in | |||
| ) | [static] |
References i.
| static void Exchange | ( | float * | p_out, | |
| const float * | p_in | |||
| ) | [static] |
References i.
| static void Interleave | ( | float * | p_out, | |
| const float * | p_in, | |||
| int | i_nb_channels, | |||
| int * | pi_chan_table | |||
| ) | [static] |
References i.
| 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_InheritBool, 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_DTS, 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:
{ 0x1 , 0x2 , 0x4 ,
0x10 , 0x20 , 0x40 ,
0x1000 ,
0 }
1.5.6