Home
last modified time | relevance | path

Searched refs:bytesPerBuffer (Results 1 – 25 of 28) sorted by relevance

12

/dports/audio/julius/julius-4.1.2/libsent/src/adin/pa/
H A Ddsound_wrapper.c90 …InitOutputBuffer( DSoundWrapper *dsw, unsigned long nFrameRate, int nChannels, int bytesPerBuffer ) in DSW_InitOutputBuffer() argument
103 dsw->dsw_OutputSize = bytesPerBuffer; in DSW_InitOutputBuffer()
148 secondaryDesc.dwBufferBytes = bytesPerBuffer; in DSW_InitOutputBuffer()
162 int framesInBuffer = bytesPerBuffer / (nChannels * sizeof(short)); in DSW_InitOutputBuffer()
369 …_InitInputBuffer( DSoundWrapper *dsw, unsigned long nFrameRate, int nChannels, int bytesPerBuffer ) in DSW_InitInputBuffer() argument
382 dsw->dsw_InputSize = bytesPerBuffer; in DSW_InitInputBuffer()
388 captureDesc.dwBufferBytes = bytesPerBuffer; in DSW_InitInputBuffer()
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/sound/portaudio/pa_win_ds/
H A Ddsound_wrapper.c90 …InitOutputBuffer( DSoundWrapper *dsw, unsigned long nFrameRate, int nChannels, int bytesPerBuffer ) in DSW_InitOutputBuffer() argument
103 dsw->dsw_OutputSize = bytesPerBuffer; in DSW_InitOutputBuffer()
148 secondaryDesc.dwBufferBytes = bytesPerBuffer; in DSW_InitOutputBuffer()
162 int framesInBuffer = bytesPerBuffer / (nChannels * sizeof(short)); in DSW_InitOutputBuffer()
369 …_InitInputBuffer( DSoundWrapper *dsw, unsigned long nFrameRate, int nChannels, int bytesPerBuffer ) in DSW_InitInputBuffer() argument
382 dsw->dsw_InputSize = bytesPerBuffer; in DSW_InitInputBuffer()
388 captureDesc.dwBufferBytes = bytesPerBuffer; in DSW_InitInputBuffer()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/portaudio_v18_1/pa_win_ds/
H A Ddsound_wrapper.c90 …InitOutputBuffer( DSoundWrapper *dsw, unsigned long nFrameRate, int nChannels, int bytesPerBuffer ) in DSW_InitOutputBuffer() argument
103 dsw->dsw_OutputSize = bytesPerBuffer; in DSW_InitOutputBuffer()
148 secondaryDesc.dwBufferBytes = bytesPerBuffer; in DSW_InitOutputBuffer()
162 int framesInBuffer = bytesPerBuffer / (nChannels * sizeof(short)); in DSW_InitOutputBuffer()
369 …_InitInputBuffer( DSoundWrapper *dsw, unsigned long nFrameRate, int nChannels, int bytesPerBuffer ) in DSW_InitInputBuffer() argument
382 dsw->dsw_InputSize = bytesPerBuffer; in DSW_InitInputBuffer()
388 captureDesc.dwBufferBytes = bytesPerBuffer; in DSW_InitInputBuffer()
/dports/audio/sfront/sfront-0.99/src/lib/psys/
H A Dpa_dswrap.c89 …InitOutputBuffer( DSoundWrapper *dsw, unsigned long nFrameRate, int nChannels, int bytesPerBuffer ) in DSW_InitOutputBuffer() argument
102 dsw->dsw_OutputSize = bytesPerBuffer; in DSW_InitOutputBuffer()
147 secondaryDesc.dwBufferBytes = bytesPerBuffer; in DSW_InitOutputBuffer()
161 int framesInBuffer = bytesPerBuffer / (nChannels * sizeof(short)); in DSW_InitOutputBuffer()
362 …_InitInputBuffer( DSoundWrapper *dsw, unsigned long nFrameRate, int nChannels, int bytesPerBuffer ) in DSW_InitInputBuffer() argument
375 dsw->dsw_InputSize = bytesPerBuffer; in DSW_InitInputBuffer()
381 captureDesc.dwBufferBytes = bytesPerBuffer; in DSW_InitInputBuffer()
/dports/audio/faust/faust-2.37.3/architecture/AU/AUPublic/Utility/
H A DAUBuffer.cpp139 UInt32 bytesPerBuffer = nFrames * format.mBytesPerFrame; in PrepareBuffer() local
143 buf->mDataByteSize = bytesPerBuffer; in PrepareBuffer()
168 UInt32 bytesPerBuffer = nFrames * format.mBytesPerFrame; in PrepareNullBuffer() local
172 buf->mDataByteSize = bytesPerBuffer; in PrepareNullBuffer()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/
H A DAUBuffer.cpp141 UInt32 bytesPerBuffer = nFrames * format.mBytesPerFrame; in PrepareBuffer() local
145 buf->mDataByteSize = bytesPerBuffer; in PrepareBuffer()
170 UInt32 bytesPerBuffer = nFrames * format.mBytesPerFrame; in PrepareNullBuffer() local
174 buf->mDataByteSize = bytesPerBuffer; in PrepareNullBuffer()
/dports/audio/ardour6/Ardour-6.8.0/libs/appleutility/CoreAudio/AudioUnits/AUPublic/Utility/
H A DAUBuffer.cpp141 UInt32 bytesPerBuffer = nFrames * format.mBytesPerFrame; in PrepareBuffer() local
145 buf->mDataByteSize = bytesPerBuffer; in PrepareBuffer()
170 UInt32 bytesPerBuffer = nFrames * format.mBytesPerFrame; in PrepareNullBuffer() local
174 buf->mDataByteSize = bytesPerBuffer; in PrepareNullBuffer()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/libs/AUPublic/
H A DAUBuffer.cpp103 UInt32 bytesPerBuffer = nFrames * format.mBytesPerFrame; in PrepareBuffer() local
107 buf->mDataByteSize = bytesPerBuffer; in PrepareBuffer()
132 UInt32 bytesPerBuffer = nFrames * format.mBytesPerFrame; in PrepareNullBuffer() local
136 buf->mDataByteSize = bytesPerBuffer; in PrepareNullBuffer()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_devices/native/
H A Djuce_win32_DirectSound.cpp282 bytesPerBuffer = (bufferSizeSamples * (bitDepth >> 2)) & ~15; in open()
410 playCursor += static_cast<DWORD> (expectedBuffers * bytesPerBuffer); in service()
434 if (bytesEmpty >= bytesPerBuffer) in service()
449 hr = pOutputBuffer->Lock (writeOffset, (DWORD) bytesPerBuffer, in service()
494 bytesEmpty -= bytesPerBuffer; in service()
516 int totalBytesPerBuffer, bytesPerBuffer; member in juce::DSoundInternalOutChannel
589 bytesPerBuffer = (bufferSizeSamples * (bitDepth >> 2)) & ~15; in open()
652 if (bytesFilled >= bytesPerBuffer) in service()
659 hr = pInputBuffer->Lock ((DWORD) readOffset, (DWORD) bytesPerBuffer, in service()
705 bytesFilled -= bytesPerBuffer; in service()
[all …]
/dports/audio/carla/Carla-2.4.1/source/modules/juce_audio_devices/native/
H A Djuce_win32_DirectSound.cpp282 bytesPerBuffer = (bufferSizeSamples * (bitDepth >> 2)) & ~15; in open()
410 playCursor += static_cast<DWORD> (expectedBuffers * bytesPerBuffer); in service()
434 if (bytesEmpty >= bytesPerBuffer) in service()
449 hr = pOutputBuffer->Lock (writeOffset, (DWORD) bytesPerBuffer, in service()
494 bytesEmpty -= bytesPerBuffer; in service()
516 int totalBytesPerBuffer, bytesPerBuffer; member in juce::DSoundInternalOutChannel
589 bytesPerBuffer = (bufferSizeSamples * (bitDepth >> 2)) & ~15; in open()
652 if (bytesFilled >= bytesPerBuffer) in service()
659 hr = pInputBuffer->Lock ((DWORD) readOffset, (DWORD) bytesPerBuffer, in service()
705 bytesFilled -= bytesPerBuffer; in service()
[all …]
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_audio_devices/native/
H A Djuce_win32_DirectSound.cpp282 bytesPerBuffer = (bufferSizeSamples * (bitDepth >> 2)) & ~15; in open()
410 playCursor += static_cast<DWORD> (expectedBuffers * bytesPerBuffer); in service()
434 if (bytesEmpty >= bytesPerBuffer) in service()
449 hr = pOutputBuffer->Lock (writeOffset, (DWORD) bytesPerBuffer, in service()
494 bytesEmpty -= bytesPerBuffer; in service()
516 int totalBytesPerBuffer, bytesPerBuffer; member in juce::DSoundInternalOutChannel
589 bytesPerBuffer = (bufferSizeSamples * (bitDepth >> 2)) & ~15; in open()
652 if (bytesFilled >= bytesPerBuffer) in service()
659 hr = pInputBuffer->Lock ((DWORD) readOffset, (DWORD) bytesPerBuffer, in service()
705 bytesFilled -= bytesPerBuffer; in service()
[all …]
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_devices/native/oboe/src/fifo/
H A DFifoBuffer.cpp36 int32_t bytesPerBuffer = bytesPerFrame * capacityInFrames; in FifoBuffer() local
37 mStorage = new uint8_t[bytesPerBuffer]; in FifoBuffer()
/dports/audio/faust/faust-2.37.3/architecture/smartKeyboard/android/app/oboe/src/fifo/
H A DFifoBuffer.cpp36 int32_t bytesPerBuffer = bytesPerFrame * capacityInFrames; in FifoBuffer() local
37 mStorage = new uint8_t[bytesPerBuffer]; in FifoBuffer()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/oboe-sys-0.4.4/oboe/src/fifo/
H A DFifoBuffer.cpp36 int32_t bytesPerBuffer = bytesPerFrame * capacityInFrames; in FifoBuffer() local
37 mStorage = new uint8_t[bytesPerBuffer]; in FifoBuffer()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/oboe-sys-0.4.4/oboe/src/fifo/
H A DFifoBuffer.cpp36 int32_t bytesPerBuffer = bytesPerFrame * capacityInFrames; in FifoBuffer() local
37 mStorage = new uint8_t[bytesPerBuffer]; in FifoBuffer()
/dports/biology/bbmap/bbmap/current/stream/
H A DMultiCros2.java187 if(list.size()>=readsPerBuffer || currentBytes>=bytesPerBuffer){ in add()
190 ", bytes="+currentBytes+"/"+bytesPerBuffer+", bytesInFlight="+bytesInFlight+"/"+memLimit); in add()
H A DMultiCros3.java247 …if(list.size()>=readsPerBuffer || currentBytes>=bytesPerBuffer || (currentRos!=null && list.size()… in handleLoad()
250 ", bytes="+currentBytes+"/"+bytesPerBuffer+", bytesInFlight="+bytesInFlight+"/"+memLimit); in handleLoad()
H A DBufferedMultiCros.java238 public int bytesPerBuffer=3000000; field in BufferedMultiCros
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/iaxclient/lib/portaudio/src/hostapi/dsound/
H A Dpa_win_ds.c1110 …tInputBuffer( PaWinDsStream *stream, unsigned long nFrameRate, WORD nChannels, int bytesPerBuffer ) in InitInputBuffer() argument
1126 stream->inputSize = bytesPerBuffer; in InitInputBuffer()
1132 captureDesc.dwBufferBytes = bytesPerBuffer; in InitInputBuffer()
1142 …OutputBuffer( PaWinDsStream *stream, unsigned long nFrameRate, WORD nChannels, int bytesPerBuffer ) in InitOutputBuffer() argument
1156 stream->outputBufferSizeBytes = bytesPerBuffer; in InitOutputBuffer()
1210 secondaryDesc.dwBufferBytes = bytesPerBuffer; in InitOutputBuffer()
1224 int framesInBuffer = bytesPerBuffer / (nChannels * sizeof(short)); in InitOutputBuffer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/media/cma/backend/android/java/src/org/chromium/chromecast/cma/backend/android/
H A DAudioSinkAudioTrackImpl.java330 int bytesPerBuffer) { in init() argument
341 + " bytesPerBuffer=" + bytesPerBuffer); in init()
409 mPcmBuffer = ByteBuffer.allocateDirect(bytesPerBuffer); in init()
/dports/biology/bbmap/bbmap/current/jgi/
H A DDemuxByName2.java227 bytesPerBuffer=Parse.parseIntKMG(b); in parse()
516 mcros.bytesPerBuffer=bytesPerBuffer; in makeMatchedOutputStream()
986 private int bytesPerBuffer=3000000; local
/dports/emulators/mess/mame-mame0226/3rdparty/portaudio/src/hostapi/dsound/
H A Dpa_win_ds.c1603 int bytesPerBuffer, in InitInputBuffer() argument
1620 captureDesc.dwBufferBytes = bytesPerBuffer; in InitInputBuffer()
1647 WORD nChannels, int bytesPerBuffer, in InitOutputBuffer() argument
1718 secondaryDesc.dwBufferBytes = bytesPerBuffer; in InitOutputBuffer()
/dports/devel/upp/upp/bazaar/plugin/portaudio/hostapi/dsound/
H A Dpa_win_ds.c1544 …leFormat sampleFormat, unsigned long nFrameRate, WORD nChannels, int bytesPerBuffer, PaWinWaveForm… in InitInputBuffer() argument
1560 captureDesc.dwBufferBytes = bytesPerBuffer; in InitInputBuffer()
1585 …leFormat sampleFormat, unsigned long nFrameRate, WORD nChannels, int bytesPerBuffer, PaWinWaveForm… in InitOutputBuffer() argument
1655 secondaryDesc.dwBufferBytes = bytesPerBuffer; in InitOutputBuffer()
/dports/emulators/mame/mame-mame0226/3rdparty/portaudio/src/hostapi/dsound/
H A Dpa_win_ds.c1603 int bytesPerBuffer, in InitInputBuffer() argument
1620 captureDesc.dwBufferBytes = bytesPerBuffer; in InitInputBuffer()
1647 WORD nChannels, int bytesPerBuffer, in InitOutputBuffer() argument
1718 secondaryDesc.dwBufferBytes = bytesPerBuffer; in InitOutputBuffer()
/dports/audio/portaudio/portaudio/src/hostapi/dsound/
H A Dpa_win_ds.c1602 int bytesPerBuffer, in InitInputBuffer() argument
1619 captureDesc.dwBufferBytes = bytesPerBuffer; in InitInputBuffer()
1646 WORD nChannels, int bytesPerBuffer, in InitOutputBuffer() argument
1717 secondaryDesc.dwBufferBytes = bytesPerBuffer; in InitOutputBuffer()

12