Home
last modified time | relevance | path

Searched refs:PA_WIN_9X_LATENCY (Results 1 – 9 of 9) sorted by relevance

/dports/audio/julius/julius-4.1.2/libsent/src/adin/pa/
H A Dpa_win_wmme.c93 #define PA_WIN_9X_LATENCY (400) macro
99 #define PA_WIN_9X_LATENCY (200) macro
107 #define PA_WIN_NT_LATENCY (PA_WIN_9X_LATENCY * 2)
108 #define PA_WIN_WDM_LATENCY (PA_WIN_9X_LATENCY)
1562 minLatencyMsec = PA_WIN_9X_LATENCY; in Pa_GetMinNumBuffers()
H A Dpa_dsound.c61 #define PA_WIN_9X_LATENCY (500) macro
64 #define PA_WIN_9X_LATENCY (140) macro
936 minLatencyMsec = PA_WIN_9X_LATENCY; in PaHost_GetMinSystemLatency()
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/sound/portaudio/pa_win_wmme/
H A Dpa_win_wmme.c93 #define PA_WIN_9X_LATENCY (400) macro
99 #define PA_WIN_9X_LATENCY (200) macro
107 #define PA_WIN_NT_LATENCY (PA_WIN_9X_LATENCY * 2)
108 #define PA_WIN_WDM_LATENCY (PA_WIN_9X_LATENCY)
1562 minLatencyMsec = PA_WIN_9X_LATENCY; in Pa_GetMinNumBuffers()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/portaudio_v18_1/pa_win_wmme/
H A Dpa_win_wmme.c93 #define PA_WIN_9X_LATENCY (400) macro
99 #define PA_WIN_9X_LATENCY (200) macro
107 #define PA_WIN_NT_LATENCY (PA_WIN_9X_LATENCY * 2)
108 #define PA_WIN_WDM_LATENCY (PA_WIN_9X_LATENCY)
1562 minLatencyMsec = PA_WIN_9X_LATENCY; in Pa_GetMinNumBuffers()
/dports/audio/sfront/sfront-0.99/src/lib/psys/
H A Dpa_dsound.c58 #define PA_WIN_9X_LATENCY (500)
61 #define PA_WIN_9X_LATENCY (140)
906 minLatencyMsec = ( (hostVersion & 0x80000000) == 0 ) ? PA_WIN_NT_LATENCY : PA_WIN_9X_LATENCY ;
H A Dpa_win_wmme.c80 #define PA_WIN_9X_LATENCY (400) macro
86 #define PA_WIN_9X_LATENCY (200) macro
93 #define PA_WIN_NT_LATENCY (PA_WIN_9X_LATENCY * 2)
1347 minLatencyMsec = ( (hostVersion & 0x80000000) == 0 ) ? PA_WIN_NT_LATENCY : PA_WIN_9X_LATENCY ; in Pa_GetMinNumBuffers()
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/sound/portaudio/pa_win_ds/
H A Dpa_dsound.c61 #define PA_WIN_9X_LATENCY (500) macro
64 #define PA_WIN_9X_LATENCY (140) macro
936 minLatencyMsec = PA_WIN_9X_LATENCY; in PaHost_GetMinSystemLatency()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/portaudio_v18_1/pa_win_ds/
H A Dpa_dsound.c61 #define PA_WIN_9X_LATENCY (500) macro
64 #define PA_WIN_9X_LATENCY (140) macro
936 minLatencyMsec = PA_WIN_9X_LATENCY; in PaHost_GetMinSystemLatency()
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/iaxclient/lib/portaudio/src/hostapi/dsound/
H A Dpa_win_ds.c93 #define PA_WIN_9X_LATENCY (500) macro
96 #define PA_WIN_9X_LATENCY (140) macro
984 minLatencyMsec = PA_WIN_9X_LATENCY; in PaWinDS_GetMinSystemLatency()