Home
last modified time | relevance | path

Searched refs:MAX_CHANNELS (Results 1 – 8 of 8) sorted by relevance

/external/quake/quake/src/QW/client/
Dsound.h127 #define MAX_CHANNELS 128 macro
131 extern channel_t channels[MAX_CHANNELS];
Dsnd_dma.c42 channel_t channels[MAX_CHANNELS];
547 for (i=0 ; i<MAX_CHANNELS ; i++) in S_StopAllSounds()
551 Q_memset(channels, 0, MAX_CHANNELS * sizeof(channel_t)); in S_StopAllSounds()
631 if (total_channels == MAX_CHANNELS) in S_StaticSound()
/external/quake/quake/src/WinQuake/
Dsound.h136 #define MAX_CHANNELS 128 macro
140 extern channel_t channels[MAX_CHANNELS];
Dsnd_dma.cpp39 channel_t channels[MAX_CHANNELS];
551 for (i=0 ; i<MAX_CHANNELS ; i++) in S_StopAllSounds()
555 Q_memset(channels, 0, MAX_CHANNELS * sizeof(channel_t)); in S_StopAllSounds()
635 if (total_channels == MAX_CHANNELS) in S_StaticSound()
/external/qemu/telephony/
Dsysdeps_qemu.c162 #define MAX_CHANNELS 16 macro
164 static SysChannelRec _s_channels0[ MAX_CHANNELS ];
172 for ( nn = 0; nn < MAX_CHANNELS-1; nn++ ) { in sys_init_channels()
/external/dropbear/
Dchannel.h48 #define MAX_CHANNELS 100 /* simple mem restriction, includes each tcp/x11 macro
Dcommon-channel.c117 if (ses.chansize >= MAX_CHANNELS) { in newchannel()
/external/opencv/otherlibs/highgui/
Dgrfmt_tiff.cpp363 const int MAX_CHANNELS = 4; in ReadHeader() local
364 int bpp_arr[MAX_CHANNELS]; in ReadHeader()
422 if( count > MAX_CHANNELS ) in ReadHeader()