Home
last modified time | relevance | path

Searched refs:past (Results 1 – 25 of 7889) sorted by relevance

12345678910>>...316

/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/sound/portaudio/pa_dll_switch/
H A Dpa_lib.c245 past->past_InputBuffer = PaHost_AllocateFastMemory(past->past_InputBufferSize); in Pa_OpenStream()
270 past->past_OutputBuffer = PaHost_AllocateFastMemory(past->past_OutputBufferSize); in Pa_OpenStream()
290 if( past != NULL ) Pa_CloseStream( past ); in Pa_OpenStream()
326 Pa_AbortStream( past ); in Pa_CloseStream()
329 …if( past->past_InputBuffer ) PaHost_FreeFastMemory( past->past_InputBuffer, past->past_InputBuffer… in Pa_CloseStream()
330 …if( past->past_OutputBuffer ) PaHost_FreeFastMemory( past->past_OutputBuffer, past->past_OutputBuf… in Pa_CloseStream()
393 if( (past->past_NumInputChannels > 0) || (past->past_NumOutputChannels > 0) ) in Pa_KillStream()
415 past->past_Usage = 0; in Pa_KillStream()
469 return past->past_Usage; in Pa_GetCPULoad()
629 past->past_FrameCount += (PaTimestamp) past->past_FramesPerUserBuffer; in Pa_CallConvertInt16()
[all …]
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/portaudio_v18_1/pa_dll_switch/
H A Dpa_lib.c245 past->past_InputBuffer = PaHost_AllocateFastMemory(past->past_InputBufferSize); in Pa_OpenStream()
270 past->past_OutputBuffer = PaHost_AllocateFastMemory(past->past_OutputBufferSize); in Pa_OpenStream()
290 if( past != NULL ) Pa_CloseStream( past ); in Pa_OpenStream()
326 Pa_AbortStream( past ); in Pa_CloseStream()
329 …if( past->past_InputBuffer ) PaHost_FreeFastMemory( past->past_InputBuffer, past->past_InputBuffer… in Pa_CloseStream()
330 …if( past->past_OutputBuffer ) PaHost_FreeFastMemory( past->past_OutputBuffer, past->past_OutputBuf… in Pa_CloseStream()
393 if( (past->past_NumInputChannels > 0) || (past->past_NumOutputChannels > 0) ) in Pa_KillStream()
415 past->past_Usage = 0; in Pa_KillStream()
469 return past->past_Usage; in Pa_GetCPULoad()
629 past->past_FrameCount += (PaTimestamp) past->past_FramesPerUserBuffer; in Pa_CallConvertInt16()
[all …]
/dports/audio/sfront/sfront-0.99/src/lib/psys/
H A Dpa_lib.c254 past->past_InputBuffer = PaHost_AllocateFastMemory(past->past_InputBufferSize); in Pa_OpenStream()
299 if( past != NULL ) Pa_CloseStream( past ); in Pa_OpenStream()
335 Pa_AbortStream( past ); in Pa_CloseStream()
338 …if( past->past_InputBuffer ) PaHost_FreeFastMemory( past->past_InputBuffer, past->past_InputBuffer… in Pa_CloseStream()
339 …if( past->past_OutputBuffer ) PaHost_FreeFastMemory( past->past_OutputBuffer, past->past_OutputBuf… in Pa_CloseStream()
402 if( (past->past_NumInputChannels > 0) || (past->past_NumOutputChannels > 0) ) in Pa_KillStream()
424 past->past_Usage = 0; in Pa_KillStream()
478 return past->past_Usage; in Pa_GetCPULoad()
635 past->past_FrameCount, in Pa_CallConvertInt16()
638 past->past_FrameCount += (PaTimestamp) past->past_FramesPerUserBuffer; in Pa_CallConvertInt16()
[all …]
H A Dpa_dsound.c139 past->past_Usage = (LOWPASS_COEFFICIENT_0 * past->past_Usage) +
447 if( (past->past_NumInputChannels > 0) && (past->past_NumOutputChannels > 0) )
591 maxChannels = ( past->past_NumOutputChannels > past->past_NumInputChannels ) ?
592 past->past_NumOutputChannels : past->past_NumInputChannels;
611past->past_NumUserBuffers = ( minNumBuffers > past->past_NumUserBuffers ) ? minNumBuffers : past->…
629 if( (past->past_OutputDeviceID >= 0) && (past->past_NumOutputChannels > 0) )
676 if( (past->past_InputDeviceID >= 0) && (past->past_NumInputChannels > 0) )
783 past->past_StopNow = 0;
784 past->past_StopSoon = 0;
785 past->past_IsActive = 1;
[all …]
H A Dpa_win_wmme.c190 past->past_Usage = (LOWPASS_COEFFICIENT_0 * past->past_Usage) + in Pa_EndUsageCalculation()
583 if( past->past_StopNow ) in PaHost_BackgroundManager()
658 past->past_IsActive = 0; in Pa_TimerCallback()
908past->past_NumUserBuffers = ( minNumBuffers > past->past_NumUserBuffers ) ? minNumBuffers : past->… in PaHost_CalcNumHostBuffers()
910 minTotalFrames = past->past_NumUserBuffers * past->past_FramesPerUserBuffer; in PaHost_CalcNumHostBuffers()
1113 past->past_IsActive = 1; in PaHost_StartEngine()
1126 past->past_FramesPerUserBuffer ) / (int) past->past_SampleRate; in PaHost_StartEngine()
1181 past->past_StopSoon = 1; in PaHost_StopEngine()
1189 past->past_IsActive && in PaHost_StopEngine()
1206 (past->past_IsActive) && in PaHost_StopEngine()
[all …]
H A Dpa_unix_oss.c218 past->past_Usage = (LOWPASS_COEFFICIENT_0 * past->past_Usage) + in Pa_EndUsageCalculation()
511 while( (past->past_StopNow == 0) && (past->past_StopSoon == 0) ) in Pa_AudioThreadProc()
730past->past_NumUserBuffers = ( minNumBuffers > past->past_NumUserBuffers ) ? minNumBuffers : past->… in PaHost_OpenStream()
738 if (past->past_OutputDeviceID == past->past_InputDeviceID) in PaHost_OpenStream()
754 past->past_NumUserBuffers, past->past_FramesPerUserBuffer, in PaHost_OpenStream()
757 past->past_NumOutputChannels, (int)past->past_SampleRate ); in PaHost_OpenStream()
774 past->past_NumUserBuffers, past->past_FramesPerUserBuffer, in PaHost_OpenStream()
777 past->past_NumOutputChannels, (int)past->past_SampleRate ); in PaHost_OpenStream()
792 past->past_NumUserBuffers, past->past_FramesPerUserBuffer, in PaHost_OpenStream()
795 past->past_NumInputChannels, (int)past->past_SampleRate ); in PaHost_OpenStream()
[all …]
/dports/audio/julius/julius-4.1.2/libsent/src/adin/pa/
H A Dpa_lib.c253 past->past_InputBuffer = PaHost_AllocateFastMemory(past->past_InputBufferSize); in Pa_OpenStream()
278 past->past_OutputBuffer = PaHost_AllocateFastMemory(past->past_OutputBufferSize); in Pa_OpenStream()
298 if( past != NULL ) Pa_CloseStream( past ); in Pa_OpenStream()
334 Pa_AbortStream( past ); in Pa_CloseStream()
337 …if( past->past_InputBuffer ) PaHost_FreeFastMemory( past->past_InputBuffer, past->past_InputBuffer… in Pa_CloseStream()
338 …if( past->past_OutputBuffer ) PaHost_FreeFastMemory( past->past_OutputBuffer, past->past_OutputBuf… in Pa_CloseStream()
353 past->past_FrameCount = 0.0; in Pa_StartStream()
401 if( (past->past_NumInputChannels > 0) || (past->past_NumOutputChannels > 0) ) in Pa_KillStream()
423 past->past_Usage = 0; in Pa_KillStream()
478 return past->past_Usage; in Pa_GetCPULoad()
[all …]
H A Dpa_dsound.c152 past->past_Usage = (LOWPASS_COEFFICIENT_0 * past->past_Usage) + in Pa_EndUsageCalculation()
462 if( (past->past_NumInputChannels > 0) && (past->past_NumOutputChannels > 0) ) in Pa_TimeSlice()
606 maxChannels = ( past->past_NumOutputChannels > past->past_NumInputChannels ) ? in PaHost_OpenStream()
607 past->past_NumOutputChannels : past->past_NumInputChannels; in PaHost_OpenStream()
626past->past_NumUserBuffers = ( minNumBuffers > past->past_NumUserBuffers ) ? minNumBuffers : past->… in PaHost_OpenStream()
644 if( (past->past_OutputDeviceID >= 0) && (past->past_NumOutputChannels > 0) ) in PaHost_OpenStream()
691 if( (past->past_InputDeviceID >= 0) && (past->past_NumInputChannels > 0) ) in PaHost_OpenStream()
798 past->past_StopNow = 0; in PaHost_StartEngine()
799 past->past_StopSoon = 0; in PaHost_StartEngine()
800 past->past_IsActive = 1; in PaHost_StartEngine()
[all …]
H A Dpa_unix.c140 past->past_Usage = (LOWPASS_COEFFICIENT_0 * past->past_Usage) + in Pa_EndUsageCalculation()
624 while( (past->past_StopNow == 0) && (past->past_StopSoon == 0) ) in Pa_AudioThreadProc()
774past->past_NumUserBuffers = ( minNumBuffers > past->past_NumUserBuffers ) ? minNumBuffers : past->… in PaHost_OpenStream()
784 if (past->past_OutputDeviceID == past->past_InputDeviceID) in PaHost_OpenStream()
787 if ((past->past_NumOutputChannels > 0) && (past->past_NumInputChannels > 0) ) in PaHost_OpenStream()
812 past->past_NumUserBuffers, past->past_FramesPerUserBuffer, in PaHost_OpenStream()
843 past->past_NumUserBuffers, past->past_FramesPerUserBuffer, in PaHost_OpenStream()
892 past = past; /* unused */ in PaHost_StartOutput()
899 past = past; /* unused */ in PaHost_StartInput()
980 past = past; /* unused */ in PaHost_StopInput()
[all …]
H A Dpa_convert.c363 past->past_InputConversionSourceStride = 1; in PaConvert_SetupInput()
395 past->past_OutputConversionProc = PaConvert_SelectProc( past->past_OutputSampleFormat, in PaConvert_SetupOutput()
425 if( past->past_InputSampleFormat == past->past_NativeInputSampleFormat ) in PaConvert_Process()
434 … (*past->past_InputConversionProc)(nativeInputBuffer, past->past_InputConversionSourceStride, in PaConvert_Process()
436 past->past_FramesPerUserBuffer * past->past_NumInputChannels ); in PaConvert_Process()
451 userResult = past->past_Callback( in PaConvert_Process()
455 past->past_FrameCount, in PaConvert_Process()
456 past->past_UserData ); in PaConvert_Process()
459 past->past_FrameCount += past->past_FramesPerUserBuffer; // FIXME - should this be in here? in PaConvert_Process()
464 (*past->past_OutputConversionProc)( outputBuffer, past->past_OutputConversionSourceStride, in PaConvert_Process()
[all …]
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/sound/portaudio/pa_common/
H A Dpa_lib.c253 past->past_InputBuffer = PaHost_AllocateFastMemory(past->past_InputBufferSize); in Pa_OpenStream()
278 past->past_OutputBuffer = PaHost_AllocateFastMemory(past->past_OutputBufferSize); in Pa_OpenStream()
298 if( past != NULL ) Pa_CloseStream( past ); in Pa_OpenStream()
334 Pa_AbortStream( past ); in Pa_CloseStream()
337 …if( past->past_InputBuffer ) PaHost_FreeFastMemory( past->past_InputBuffer, past->past_InputBuffer… in Pa_CloseStream()
338 …if( past->past_OutputBuffer ) PaHost_FreeFastMemory( past->past_OutputBuffer, past->past_OutputBuf… in Pa_CloseStream()
353 past->past_FrameCount = 0.0; in Pa_StartStream()
401 if( (past->past_NumInputChannels > 0) || (past->past_NumOutputChannels > 0) ) in Pa_KillStream()
423 past->past_Usage = 0; in Pa_KillStream()
478 return past->past_Usage; in Pa_GetCPULoad()
[all …]
H A Dpa_convert.c363 past->past_InputConversionSourceStride = 1; in PaConvert_SetupInput()
395 past->past_OutputConversionProc = PaConvert_SelectProc( past->past_OutputSampleFormat, in PaConvert_SetupOutput()
425 if( past->past_InputSampleFormat == past->past_NativeInputSampleFormat ) in PaConvert_Process()
434 … (*past->past_InputConversionProc)(nativeInputBuffer, past->past_InputConversionSourceStride, in PaConvert_Process()
436 past->past_FramesPerUserBuffer * past->past_NumInputChannels ); in PaConvert_Process()
451 userResult = past->past_Callback( in PaConvert_Process()
455 past->past_FrameCount, in PaConvert_Process()
456 past->past_UserData ); in PaConvert_Process()
459 past->past_FrameCount += past->past_FramesPerUserBuffer; // FIXME - should this be in here? in PaConvert_Process()
464 (*past->past_OutputConversionProc)( outputBuffer, past->past_OutputConversionSourceStride, in PaConvert_Process()
[all …]
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/portaudio_v18_1/pa_common/
H A Dpa_lib.c253 past->past_InputBuffer = PaHost_AllocateFastMemory(past->past_InputBufferSize); in Pa_OpenStream()
278 past->past_OutputBuffer = PaHost_AllocateFastMemory(past->past_OutputBufferSize); in Pa_OpenStream()
298 if( past != NULL ) Pa_CloseStream( past ); in Pa_OpenStream()
334 Pa_AbortStream( past ); in Pa_CloseStream()
337 …if( past->past_InputBuffer ) PaHost_FreeFastMemory( past->past_InputBuffer, past->past_InputBuffer… in Pa_CloseStream()
338 …if( past->past_OutputBuffer ) PaHost_FreeFastMemory( past->past_OutputBuffer, past->past_OutputBuf… in Pa_CloseStream()
353 past->past_FrameCount = 0.0; in Pa_StartStream()
401 if( (past->past_NumInputChannels > 0) || (past->past_NumOutputChannels > 0) ) in Pa_KillStream()
423 past->past_Usage = 0; in Pa_KillStream()
478 return past->past_Usage; in Pa_GetCPULoad()
[all …]
/dports/net/haproxy17/haproxy-1.7.14/src/
H A Dfreq_ctr.c41 past = ctr->curr_ctr; in read_freq_ctr()
43 curr = past; in read_freq_ctr()
44 past = ctr->prev_ctr; in read_freq_ctr()
66 past = ctr->curr_ctr; in freq_ctr_remain()
68 curr = past; in freq_ctr_remain()
91 past = 0; in next_event_delay()
98 curr = past; in next_event_delay()
144 past = curr; in read_freq_ctr_period()
172 past = curr; in freq_ctr_remain_period()
176 past = 0; in freq_ctr_remain_period()
[all …]
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/pretty/
H A D__init__.py13 def _df(seconds, denominator=1, text='', past=True): argument
19 if past: return result + text + ' ago'
34 if time > now: past, diff = False, time - now
35 else: past, diff = True, now - time
42 elif seconds < 60: return _df(seconds, 1, 's', past)
43 elif seconds < 3600: return _df(seconds, 60, 'm', past)
47 elif days == 1: return past and 'yest' or 'tom'
48 elif days < 7: return _df(days, 1, 'd', past)
49 elif days < 31: return _df(days, 7, 'w', past)
50 elif days < 365: return _df(days, 30, 'mo', past)
[all …]
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/sound/portaudio/pa_sgi/
H A Dpthread-pa_sgi.c184 past->past_Usage = past->past_AverageInsideCount / past->past_AverageTotalCount; in Pa_EndUsageCalculation()
425 if (!past) in Pa_SgiAudioProcess()
484 past->past_IsActive = 0; in Pa_SgiAudioProcess()
501 if (!past) in PaHost_OpenStream()
609 past->past_NumUserBuffers = (minNumBuffers > past->past_NumUserBuffers) ? in PaHost_OpenStream()
625 if ((past->past_NumOutputChannels > 0) && (past->past_NumInputChannels > 0)) in PaHost_OpenStream()
714 past->past_StopNow = 0; in PaHost_StartEngine()
715 past->past_IsActive = 1; in PaHost_StartEngine()
741 if (!past) in PaHost_StopEngine()
782 if (past == NULL) in PaHost_CloseStream()
[all …]
H A Dpa_sgi.c174 past->past_Usage = past->past_AverageInsideCount / past->past_AverageTotalCount; in Pa_EndUsageCalculation()
425 if (!past) in Pa_SgiAudioProcess()
480 evtLoop = ((past->past_StopNow | past->past_StopSoon) == 0); in Pa_SgiAudioProcess()
601 if (!past) in PaHost_OpenStream()
628 past->past_NumUserBuffers = (minNumBuffers > past->past_NumUserBuffers) ? in PaHost_OpenStream()
688 …alq = (long)past->past_NumUserBuffers * past->past_FramesPerUserBuffer * past->past_NumInputChanne… in PaHost_OpenStream()
742 …alq = (long)past->past_NumUserBuffers * past->past_FramesPerUserBuffer * past->past_NumOutputChann… in PaHost_OpenStream()
842 if (!past) in PaHost_StopEngine()
848 past->past_StopSoon || past->past_StopNow) in PaHost_StopEngine()
899 if (!past) in PaHost_CloseStream()
[all …]
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/portaudio_v18_1/pa_sgi/
H A Dpthread-pa_sgi.c184 past->past_Usage = past->past_AverageInsideCount / past->past_AverageTotalCount; in Pa_EndUsageCalculation()
425 if (!past) in Pa_SgiAudioProcess()
484 past->past_IsActive = 0; in Pa_SgiAudioProcess()
501 if (!past) in PaHost_OpenStream()
609 past->past_NumUserBuffers = (minNumBuffers > past->past_NumUserBuffers) ? in PaHost_OpenStream()
625 if ((past->past_NumOutputChannels > 0) && (past->past_NumInputChannels > 0)) in PaHost_OpenStream()
714 past->past_StopNow = 0; in PaHost_StartEngine()
715 past->past_IsActive = 1; in PaHost_StartEngine()
741 if (!past) in PaHost_StopEngine()
782 if (past == NULL) in PaHost_CloseStream()
[all …]
H A Dpa_sgi.c174 past->past_Usage = past->past_AverageInsideCount / past->past_AverageTotalCount; in Pa_EndUsageCalculation()
425 if (!past) in Pa_SgiAudioProcess()
480 evtLoop = ((past->past_StopNow | past->past_StopSoon) == 0); in Pa_SgiAudioProcess()
601 if (!past) in PaHost_OpenStream()
628 past->past_NumUserBuffers = (minNumBuffers > past->past_NumUserBuffers) ? in PaHost_OpenStream()
688 …alq = (long)past->past_NumUserBuffers * past->past_FramesPerUserBuffer * past->past_NumInputChanne… in PaHost_OpenStream()
742 …alq = (long)past->past_NumUserBuffers * past->past_FramesPerUserBuffer * past->past_NumOutputChann… in PaHost_OpenStream()
842 if (!past) in PaHost_StopEngine()
848 past->past_StopSoon || past->past_StopNow) in PaHost_StopEngine()
899 if (!past) in PaHost_CloseStream()
[all …]
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/sound/portaudio/pa_win_ds/
H A Dpa_dsound.c152 past->past_Usage = (LOWPASS_COEFFICIENT_0 * past->past_Usage) + in Pa_EndUsageCalculation()
462 if( (past->past_NumInputChannels > 0) && (past->past_NumOutputChannels > 0) ) in Pa_TimeSlice()
606 maxChannels = ( past->past_NumOutputChannels > past->past_NumInputChannels ) ? in PaHost_OpenStream()
607 past->past_NumOutputChannels : past->past_NumInputChannels; in PaHost_OpenStream()
626past->past_NumUserBuffers = ( minNumBuffers > past->past_NumUserBuffers ) ? minNumBuffers : past->… in PaHost_OpenStream()
644 if( (past->past_OutputDeviceID >= 0) && (past->past_NumOutputChannels > 0) ) in PaHost_OpenStream()
691 if( (past->past_InputDeviceID >= 0) && (past->past_NumInputChannels > 0) ) in PaHost_OpenStream()
798 past->past_StopNow = 0; in PaHost_StartEngine()
799 past->past_StopSoon = 0; in PaHost_StartEngine()
800 past->past_IsActive = 1; in PaHost_StartEngine()
[all …]
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/portaudio_v18_1/pa_win_ds/
H A Dpa_dsound.c152 past->past_Usage = (LOWPASS_COEFFICIENT_0 * past->past_Usage) + in Pa_EndUsageCalculation()
462 if( (past->past_NumInputChannels > 0) && (past->past_NumOutputChannels > 0) ) in Pa_TimeSlice()
606 maxChannels = ( past->past_NumOutputChannels > past->past_NumInputChannels ) ? in PaHost_OpenStream()
607 past->past_NumOutputChannels : past->past_NumInputChannels; in PaHost_OpenStream()
626past->past_NumUserBuffers = ( minNumBuffers > past->past_NumUserBuffers ) ? minNumBuffers : past->… in PaHost_OpenStream()
644 if( (past->past_OutputDeviceID >= 0) && (past->past_NumOutputChannels > 0) ) in PaHost_OpenStream()
691 if( (past->past_InputDeviceID >= 0) && (past->past_NumInputChannels > 0) ) in PaHost_OpenStream()
798 past->past_StopNow = 0; in PaHost_StartEngine()
799 past->past_StopSoon = 0; in PaHost_StartEngine()
800 past->past_IsActive = 1; in PaHost_StartEngine()
[all …]
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/sound/portaudio/pa_unix_oss/
H A Dpa_unix.c140 past->past_Usage = (LOWPASS_COEFFICIENT_0 * past->past_Usage) + in Pa_EndUsageCalculation()
624 while( (past->past_StopNow == 0) && (past->past_StopSoon == 0) ) in Pa_AudioThreadProc()
774past->past_NumUserBuffers = ( minNumBuffers > past->past_NumUserBuffers ) ? minNumBuffers : past->… in PaHost_OpenStream()
784 if (past->past_OutputDeviceID == past->past_InputDeviceID) in PaHost_OpenStream()
787 if ((past->past_NumOutputChannels > 0) && (past->past_NumInputChannels > 0) ) in PaHost_OpenStream()
812 past->past_NumUserBuffers, past->past_FramesPerUserBuffer, in PaHost_OpenStream()
892 past = past; /* unused */ in PaHost_StartOutput()
899 past = past; /* unused */ in PaHost_StartInput()
913 past->past_StopNow = 0; in PaHost_StartEngine()
980 past = past; /* unused */ in PaHost_StopInput()
[all …]
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/portaudio_v18_1/pa_unix_oss/
H A Dpa_unix.c140 past->past_Usage = (LOWPASS_COEFFICIENT_0 * past->past_Usage) + in Pa_EndUsageCalculation()
624 while( (past->past_StopNow == 0) && (past->past_StopSoon == 0) ) in Pa_AudioThreadProc()
774past->past_NumUserBuffers = ( minNumBuffers > past->past_NumUserBuffers ) ? minNumBuffers : past->… in PaHost_OpenStream()
784 if (past->past_OutputDeviceID == past->past_InputDeviceID) in PaHost_OpenStream()
787 if ((past->past_NumOutputChannels > 0) && (past->past_NumInputChannels > 0) ) in PaHost_OpenStream()
812 past->past_NumUserBuffers, past->past_FramesPerUserBuffer, in PaHost_OpenStream()
892 past = past; /* unused */ in PaHost_StartOutput()
899 past = past; /* unused */ in PaHost_StartInput()
913 past->past_StopNow = 0; in PaHost_StartEngine()
980 past = past; /* unused */ in PaHost_StopInput()
[all …]
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/sound/portaudio/pa_mac/
H A Dpa_mac.c790 past->past_Usage = (LOWPASS_COEFFICIENT_0 * past->past_Usage) + in PaMac_EndLoadCalculation()
902 past->past_StopSoon = 0; in PaHost_StartOutput()
903 past->past_IsActive = 1; in PaHost_StartOutput()
929 past->past_IsActive = 0; in PaHost_StartOutput()
959 past->past_StopSoon = 1; in PaHost_StopOutput()
1029past->past_NumUserBuffers = ( minNumBuffers > past->past_NumUserBuffers ) ? minNumBuffers : past->… in PaHost_CalcNumHostBuffers()
1031 minTotalFrames = past->past_NumUserBuffers * past->past_FramesPerUserBuffer; in PaHost_CalcNumHostBuffers()
1223 PaHost_CloseStream( past ); in PaHost_OpenStream()
1426 if( past == NULL ) return; in PaMac_InputCompletionProc()
1601 if( past == NULL ) return; in PaMac_OutputCompletionProc()
[all …]
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/portaudio_v18_1/pa_mac/
H A Dpa_mac.c790 past->past_Usage = (LOWPASS_COEFFICIENT_0 * past->past_Usage) + in PaMac_EndLoadCalculation()
902 past->past_StopSoon = 0; in PaHost_StartOutput()
903 past->past_IsActive = 1; in PaHost_StartOutput()
929 past->past_IsActive = 0; in PaHost_StartOutput()
959 past->past_StopSoon = 1; in PaHost_StopOutput()
1029past->past_NumUserBuffers = ( minNumBuffers > past->past_NumUserBuffers ) ? minNumBuffers : past->… in PaHost_CalcNumHostBuffers()
1031 minTotalFrames = past->past_NumUserBuffers * past->past_FramesPerUserBuffer; in PaHost_CalcNumHostBuffers()
1223 PaHost_CloseStream( past ); in PaHost_OpenStream()
1426 if( past == NULL ) return; in PaMac_InputCompletionProc()
1601 if( past == NULL ) return; in PaMac_OutputCompletionProc()
[all …]

12345678910>>...316