
Data Fields | |
| vlc_mutex_t | lock |
| audio_sample_format_t | input |
| aout_alloc_t | input_alloc |
| filter_t * | pp_filters [AOUT_MAX_FILTERS] |
| int | i_nb_filters |
| filter_t * | p_playback_rate_filter |
| filter_t * | pp_resamplers [AOUT_MAX_FILTERS] |
| int | i_nb_resamplers |
| int | i_resampling_type |
| mtime_t | i_resamp_start_date |
| int | i_resamp_start_drift |
| audio_replay_gain_t | replay_gain |
| bool | b_restart |
| bool | b_error |
| bool | b_changed |
| int | i_last_input_rate |
| int | i_buffer_lost |
| bool | b_paused |
| mtime_t | i_pause_date |
| bool | b_recycle_vout |
| aout_request_vout_t | request_vout |
| aout_mixer_input_t | mixer |
Referenced by aout_DecDelete(), aout_lock_input(), aout_Restart(), aout_unlock_input(), and DecNew().
Referenced by aout_DecNewBuffer(), aout_DecPlay(), aout_InputNew(), aout_InputPlay(), aout_Restart(), DecNew(), and inputResamplingStop().
Referenced by aout_DecNewBuffer(), aout_DecPlay(), and aout_InputNew().
| filter_t* aout_input_t::pp_filters[AOUT_MAX_FILTERS] |
Referenced by aout_InputDelete(), aout_InputNew(), aout_InputPlay(), and inputFailure().
Referenced by aout_InputDelete(), aout_InputNew(), aout_InputPlay(), and inputFailure().
Referenced by aout_InputNew(), aout_InputPlay(), and inputResamplingStop().
| filter_t* aout_input_t::pp_resamplers[AOUT_MAX_FILTERS] |
Referenced by aout_InputDelete(), aout_InputNew(), aout_InputPlay(), inputFailure(), and inputResamplingStop().
Referenced by aout_InputDelete(), aout_InputNew(), aout_InputPlay(), inputFailure(), and inputResamplingStop().
Referenced by aout_InputNew(), aout_InputPlay(), and inputResamplingStop().
Referenced by aout_InputPlay().
Referenced by aout_InputPlay().
Referenced by DecNew(), and ReplayGainSelect().
Referenced by aout_InputNew(), aout_InputPlay(), and AoutInputsMarkToRestart().
Referenced by aout_DecNewBuffer(), aout_DecPlay(), aout_InputDelete(), aout_InputNew(), DecNew(), inputFailure(), and MixBuffer().
Referenced by aout_DecNewBuffer(), aout_DecPlay(), aout_Restart(), and DecNew().
Referenced by aout_InputNew(), aout_InputPlay(), and inputResamplingStop().
Referenced by aout_DecGetResetLost(), and inputDrop().
Referenced by aout_DecChangePause(), aout_InputPlay(), DecNew(), and MixBuffer().
Referenced by aout_DecChangePause(), aout_InputPlay(), and DecNew().
Referenced by aout_filter_RequestVout(), aout_InputDelete(), and aout_InputNew().
Referenced by aout_filter_RequestVout(), aout_InputNew(), aout_InputPlay(), aout_Restart(), and DecNew().
1.5.6