Home
last modified time | relevance | path

Searched refs:framesPerBuffer (Results 176 – 200 of 779) sorted by relevance

12345678910>>...32

/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/oboe-sys-0.4.4/oboe/src/flowgraph/
H A DFlowGraphNode.cpp67 int32_t framesPerBuffer) in FlowGraphPortFloat() argument
69 , mFramesPerBuffer(framesPerBuffer) in FlowGraphPortFloat()
71 size_t numFloats = static_cast<size_t>(framesPerBuffer * getSamplesPerFrame()); in FlowGraphPortFloat()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/oboe-sys-0.4.4/oboe/src/flowgraph/
H A DFlowGraphNode.cpp67 int32_t framesPerBuffer) in FlowGraphPortFloat() argument
69 , mFramesPerBuffer(framesPerBuffer) in FlowGraphPortFloat()
71 size_t numFloats = static_cast<size_t>(framesPerBuffer * getSamplesPerFrame()); in FlowGraphPortFloat()
/dports/audio/julius/julius-4.1.2/libsent/src/adin/pa/
H A Dpa_unix_solaris.c287 void Pa_SetLatency( int devHandle, int numBuffers, int framesPerBuffer, int channelsPerFrame ) in Pa_SetLatency() argument
296 framesPerBuffer = framesPerBuffer << 1; in Pa_SetLatency()
300 bufferSize = framesPerBuffer * channelsPerFrame * sizeof(short); /* FIXME - other sizes? */ in Pa_SetLatency()
303 numBuffers, framesPerBuffer)); in Pa_SetLatency()
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/sound/portaudio/pa_tests/
H A Dpaqa_errs.c61 unsigned long framesPerBuffer,
98 unsigned long framesPerBuffer, in QaCallback() argument
110 unsigned long numBytes = framesPerBuffer * data->numChannels * data->bytesPerSample; in QaCallback()
117 if( data->framesLeft > framesPerBuffer ) in QaCallback()
119 data->framesLeft -= framesPerBuffer; in QaCallback()
H A Dpatest_wire.c63 unsigned long framesPerBuffer,
71 unsigned long framesPerBuffer, in wireCallback() argument
82 numSamples = framesPerBuffer * samplesPerFrame; in wireCallback()
H A Dpatest_leftright.c63 unsigned long framesPerBuffer, in patestCallback() argument
73 for( i=0; i<framesPerBuffer; i++ ) in patestCallback()
97 data->countDown -= framesPerBuffer; in patestCallback()
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/sound/portaudio/pa_unix_oss/
H A Dpa_unix_solaris.c287 void Pa_SetLatency( int devHandle, int numBuffers, int framesPerBuffer, int channelsPerFrame ) in Pa_SetLatency() argument
296 framesPerBuffer = framesPerBuffer << 1; in Pa_SetLatency()
300 bufferSize = framesPerBuffer * channelsPerFrame * sizeof(short); /* FIXME - other sizes? */ in Pa_SetLatency()
303 numBuffers, framesPerBuffer)); in Pa_SetLatency()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/portaudio_v18_1/pa_unix_oss/
H A Dpa_unix_solaris.c287 void Pa_SetLatency( int devHandle, int numBuffers, int framesPerBuffer, int channelsPerFrame ) in Pa_SetLatency() argument
296 framesPerBuffer = framesPerBuffer << 1; in Pa_SetLatency()
300 bufferSize = framesPerBuffer * channelsPerFrame * sizeof(short); /* FIXME - other sizes? */ in Pa_SetLatency()
303 numBuffers, framesPerBuffer)); in Pa_SetLatency()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/portaudio_v18_1/pa_tests/
H A Dpaqa_errs.c61 unsigned long framesPerBuffer,
98 unsigned long framesPerBuffer, in QaCallback() argument
110 unsigned long numBytes = framesPerBuffer * data->numChannels * data->bytesPerSample; in QaCallback()
117 if( data->framesLeft > framesPerBuffer ) in QaCallback()
119 data->framesLeft -= framesPerBuffer; in QaCallback()
H A Dpatest_wire.c63 unsigned long framesPerBuffer,
71 unsigned long framesPerBuffer, in wireCallback() argument
82 numSamples = framesPerBuffer * samplesPerFrame; in wireCallback()
H A Dpatest_leftright.c63 unsigned long framesPerBuffer, in patestCallback() argument
73 for( i=0; i<framesPerBuffer; i++ ) in patestCallback()
97 data->countDown -= framesPerBuffer; in patestCallback()
/dports/emulators/mess/mame-mame0226/3rdparty/portaudio/test/
H A Dpatest_unplug.c70 unsigned long framesPerBuffer, in inputCallback() argument
80 data->sampsToGo -= framesPerBuffer; in inputCallback()
90 unsigned long framesPerBuffer, in outputCallback() argument
101 for( i=0; i<framesPerBuffer; i++ ) in outputCallback()
H A Dpatest_dsound_low_level_latency_params.c73 unsigned long framesPerBuffer, in patestCallback() argument
86 for( i=0; i<framesPerBuffer; i++ ) in patestCallback()
143 dsoundStreamInfo.framesPerBuffer = DSOUND_FRAMES_PER_HOST_BUFFER; in main()
/dports/emulators/mame/mame-mame0226/3rdparty/portaudio/test/
H A Dpatest_unplug.c70 unsigned long framesPerBuffer, in inputCallback() argument
80 data->sampsToGo -= framesPerBuffer; in inputCallback()
90 unsigned long framesPerBuffer, in outputCallback() argument
101 for( i=0; i<framesPerBuffer; i++ ) in outputCallback()
/dports/audio/portaudio/portaudio/test/
H A Dpatest_unplug.c70 unsigned long framesPerBuffer, in inputCallback() argument
80 data->sampsToGo -= framesPerBuffer; in inputCallback()
90 unsigned long framesPerBuffer, in outputCallback() argument
101 for( i=0; i<framesPerBuffer; i++ ) in outputCallback()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/portaudio_sc_org/test/
H A Dpatest_unplug.c70 unsigned long framesPerBuffer, in inputCallback() argument
80 data->sampsToGo -= framesPerBuffer; in inputCallback()
90 unsigned long framesPerBuffer, in outputCallback() argument
101 for( i=0; i<framesPerBuffer; i++ ) in outputCallback()
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/sound/portaudio/pa_dll_switch/
H A DPaDllEntry.h94 unsigned long framesPerBuffer,
156 unsigned long framesPerBuffer,
177 extern int (__cdecl* Pa_GetMinNumBuffers)( int framesPerBuffer, double sampleRate );
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/portaudio_v18_1/pa_dll_switch/
H A DPaDllEntry.h94 unsigned long framesPerBuffer,
156 unsigned long framesPerBuffer,
177 extern int (__cdecl* Pa_GetMinNumBuffers)( int framesPerBuffer, double sampleRate );
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/opensles/
H A Dqopenslesengine.cpp155 static int framesPerBuffer = 0; in getOutputValue() local
161 if (type == FramesPerBuffer && framesPerBuffer != 0) in getOutputValue()
162 return framesPerBuffer; in getOutputValue()
198 framesPerBuffer = framesPerBufferString.toString().toInt(); in getOutputValue()
202 return framesPerBuffer; in getOutputValue()
/dports/audio/lmms/lmms-1.2.2/plugins/zynaddsubfx/zynaddsubfx/src/Nio/
H A DPaEngine.h46 unsigned long framesPerBuffer,
50 int process(float *out, unsigned long framesPerBuffer);
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/src/Nio/
H A DPaEngine.h38 unsigned long framesPerBuffer,
42 int process(float *out, unsigned long framesPerBuffer);
/dports/audio/rezound/rezound-0.13.1beta/src/backend/
H A DCPortAudioSoundRecorder.h49 …dioCallback(const void *inputBuffer,void *outputBuffer,unsigned long framesPerBuffer,const PaStrea…
51 …static int PortAudioCallback(void *inputBuffer,void *outputBuffer,unsigned long framesPerBuffer,Pa…
H A DCPortAudioSoundPlayer.h52 …dioCallback(const void *inputBuffer,void *outputBuffer,unsigned long framesPerBuffer,const PaStrea…
54 …static int PortAudioCallback(void *inputBuffer,void *outputBuffer,unsigned long framesPerBuffer,Pa…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/sdk/android/src/java/org/webrtc/audio/
H A DWebRtcAudioManager.java100 String framesPerBuffer = in getLowLatencyFramesPerBuffer() local
102 return framesPerBuffer == null ? DEFAULT_FRAME_PER_BUFFER : Integer.parseInt(framesPerBuffer); in getLowLatencyFramesPerBuffer()
/dports/net-im/tg_owt/tg_owt-d578c76/src/sdk/android/src/java/org/webrtc/audio/
H A DWebRtcAudioManager.java100 String framesPerBuffer = in getLowLatencyFramesPerBuffer() local
102 return framesPerBuffer == null ? DEFAULT_FRAME_PER_BUFFER : Integer.parseInt(framesPerBuffer); in getLowLatencyFramesPerBuffer()

12345678910>>...32