Home
last modified time | relevance | path

Searched refs:playerBufferFrameCount (Results 1 – 7 of 7) sorted by relevance

/external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/
Dsound_system_aaudio.cpp213 PerformanceMode performanceMode, int *samplingRate, int *playerBufferFrameCount);
258 PerformanceMode performanceMode, int *samplingRate, int *playerBufferFrameCount) { in probeDefaults() argument
264 *playerBufferFrameCount = calculateBufferSizeInFrames( in probeDefaults()
451 int *playerBufferFrameCount, int *recorderBufferFrameCount) { in probeDefaultSettings() argument
455 && mImpl->player.probeDefaults(performanceMode, samplingRate, playerBufferFrameCount); in probeDefaultSettings()
Dloopback2.cpp37 int *playerBufferFrameCount, int *recorderBufferFrameCount) { in lb2ComputeDefaultSettings() argument
40 samplingRate, playerBufferFrameCount, recorderBufferFrameCount) ? in lb2ComputeDefaultSettings()
Dsound_system_aaudio.h37 int *playerBufferFrameCount, int *recorderBufferFrameCount) override;
Dloopback2.h27 int *playerBufferFrameCount, int *recorderBufferFrameCount);
/external/drrickorang/LoopbackApp/app/src/main/cpp/
Djni_native.c42 int samplingRate, playerBufferFrameCount, recorderBufferFrameCount; in Java_org_drrickorang_loopback_NativeAudioThread_nativeComputeDefaultSettings() local
44 &playerBufferFrameCount, &recorderBufferFrameCount) == STATUS_SUCCESS) { in Java_org_drrickorang_loopback_NativeAudioThread_nativeComputeDefaultSettings()
49 playerBufferFrameCount * bytesPerFrame, in Java_org_drrickorang_loopback_NativeAudioThread_nativeComputeDefaultSettings()
Dloopback_sles.h27 int *playerBufferFrameCount, int *recorderBufferFrameCount);
Dloopback.h58 int *playerBufferFrameCount, int *recorderBufferFrameCount);