
Data Fields | |
| audio_sample_format_t | output |
| bool | b_starving |
| filter_t * | pp_filters [10] |
| int | i_nb_filters |
| aout_fifo_t | fifo |
| struct module_t * | p_module |
| struct aout_sys_t * | p_sys |
| void(* | pf_play )(aout_instance_t *) |
| int(* | pf_volume_get )(aout_instance_t *, audio_volume_t *) |
| int(* | pf_volume_set )(aout_instance_t *, audio_volume_t) |
| int | i_nb_samples |
| audio_volume_t | i_volume |
| bool | b_error |
Referenced by ALSAFill(), aout_OutputNew(), BufferDuration(), MixBuffer(), Open(), OpenAnalog(), OpenAudio(), OpenSPDIF(), OSSThread(), QNXaoutThread(), and RenderCallbackAnalog().
Referenced by __aout_New(), and aout_OutputNextBuffer().
Referenced by aout_OutputDelete(), aout_OutputNew(), and aout_OutputPlay().
Referenced by aout_OutputDelete(), aout_OutputNew(), and aout_OutputPlay().
Referenced by aout_assert_fifo_locked(), aout_OutputDelete(), aout_OutputNew(), aout_OutputNextBuffer(), aout_OutputPlay(), MixBuffer(), Play(), Process(), SDLCallback(), and Thread().
struct module_t* aout_output_t::p_module [read] |
Referenced by aout_OutputDelete(), and aout_OutputNew().
struct aout_sys_t* aout_output_t::p_sys [read] |
Referenced by ALSAFill(), ALSAThread(), BufferDuration(), CallBackDirectSoundEnum(), Close(), CloseAudio(), context_state_cb(), CreateDSBuffer(), DestroyDSBuffer(), FillBuffer(), GetBufInfo(), Open(), OpenAnalog(), OpenAudio(), OpenSPDIF(), OpenWaveOut(), OSSThread(), Play(), PlayWaveOut(), Probe(), Process(), QNXaoutThread(), RenderCallbackAnalog(), RenderCallbackSPDIF(), stream_latency_update_cb(), stream_request_cb(), stream_state_cb(), success_cb(), Thread(), uninit(), and WaveOutCallback().
| void(* aout_output_t::pf_play)(aout_instance_t *) |
Referenced by aout_OutputPlay(), Open(), OpenAudio(), and Play().
| int(* aout_output_t::pf_volume_get)(aout_instance_t *, audio_volume_t *) |
Referenced by __aout_VolumeGet(), aout_VolumeNoneInit(), and aout_VolumeSoftInit().
Referenced by __aout_VolumeSet(), aout_VolumeNoneInit(), and aout_VolumeSoftInit().
Referenced by MixBuffer(), Open(), OpenAnalog(), OpenAudio(), and OpenSPDIF().
Referenced by aout_VolumeSoftGet(), and aout_VolumeSoftSet().
Referenced by __aout_New(), aout_OutputDelete(), and aout_OutputNew().
1.5.6