ReactOS 0.4.16-dev-736-g28b802b
|
Go to the source code of this file.
Classes | |
struct | audio_packet |
Macros | |
#define | IRIX_MAX_VOL 65535 |
#define | MAX_QUEUE 10 |
Functions | |
BOOL | wave_out_open (void) |
void | wave_out_close (void) |
BOOL | wave_out_format_supported (WAVEFORMATEX *pwfx) |
BOOL | wave_out_set_format (WAVEFORMATEX *pwfx) |
void | wave_out_volume (uint16 left, uint16 right) |
void | wave_out_write (STREAM s, uint16 tick, uint8 index) |
void | wave_out_play (void) |
Variables | |
int This | dsp_ |
ALconfig | audioconfig |
ALport | output_port |
BOOL This | dsp_bu = False |
static BOOL | g_swapaudio |
static int | g_snd_rate |
static int | width = AL_SAMPLE_16 |
double | min_volume |
double | max_volume |
double | volume_range |
int | resource |
int | maxFillable |
int | combinedFrameSize |
static struct audio_packet | packet_queue [MAX_QUEUE] |
static unsigned int | queue_hi |
static unsigned int | queue_lo |
#define IRIX_MAX_VOL 65535 |
Definition at line 29 of file rdpsnd_sgi.c.
#define MAX_QUEUE 10 |
Definition at line 31 of file rdpsnd_sgi.c.
Definition at line 102 of file rdpsnd_sgi.c.
BOOL wave_out_format_supported | ( | WAVEFORMATEX * | pwfx | ) |
Definition at line 125 of file rdpsnd_sgi.c.
Definition at line 56 of file rdpsnd_sgi.c.
Definition at line 281 of file rdpsnd_sgi.c.
Referenced by wave_out_write().
BOOL wave_out_set_format | ( | WAVEFORMATEX * | pwfx | ) |
Definition at line 138 of file rdpsnd_sgi.c.
Definition at line 222 of file rdpsnd_sgi.c.
Definition at line 255 of file rdpsnd_sgi.c.
ALconfig audioconfig |
Definition at line 34 of file rdpsnd_sgi.c.
Referenced by wave_out_close(), wave_out_open(), and wave_out_set_format().
int combinedFrameSize |
Definition at line 45 of file rdpsnd_sgi.c.
Referenced by wave_out_play(), and wave_out_set_format().
int This dsp_ |
Definition at line 33 of file rdpsnd_sgi.c.
Definition at line 37 of file rdpsnd_sgi.c.
|
static |
Definition at line 39 of file rdpsnd_sgi.c.
Referenced by wave_out_set_format().
|
static |
Definition at line 38 of file rdpsnd_sgi.c.
Referenced by wave_out_play(), and wave_out_set_format().
double max_volume |
Definition at line 43 of file rdpsnd_sgi.c.
Referenced by wave_out_open().
int maxFillable |
Definition at line 44 of file rdpsnd_sgi.c.
Referenced by wave_out_play(), and wave_out_set_format().
double min_volume |
Definition at line 43 of file rdpsnd_sgi.c.
Referenced by wave_out_open(), and wave_out_volume().
ALport output_port |
Definition at line 35 of file rdpsnd_sgi.c.
Referenced by wave_out_close(), wave_out_open(), wave_out_play(), and wave_out_set_format().
|
static |
Referenced by wave_out_close(), wave_out_play(), and wave_out_write().
Definition at line 53 of file rdpsnd_sgi.c.
Referenced by wave_out_close(), wave_out_open(), wave_out_play(), and wave_out_write().
Definition at line 53 of file rdpsnd_sgi.c.
Referenced by wave_out_close(), wave_out_open(), wave_out_play(), and wave_out_write().
Definition at line 44 of file rdpsnd_sgi.c.
double volume_range |
Definition at line 43 of file rdpsnd_sgi.c.
Referenced by wave_out_open(), and wave_out_volume().
Definition at line 41 of file rdpsnd_sgi.c.