Home
last modified time | relevance | path

Searched defs:framesPerBurst (Results 1 – 25 of 41) sorted by relevance

12

/aosp_15_r20/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/
H A DBufferSizeView.java156 int framesPerBurst = mStream.getFramesPerBurst(); in onStreamOpened() local
165 int framesPerBurst = mStream.getFramesPerBurst(); in setBufferSizeByNumBursts() local
H A DTestInputActivity.java119 int framesPerBurst = mAudioInputTester.getCurrentAudioStream().getFramesPerBurst(); in setMinimumBurstsBeforeRead() local
/aosp_15_r20/cts/tests/tests/nativemedia/aaudio/jni/
H A Dtest_aaudio_callback.cpp252 const int32_t framesPerBurst = AAudioStream_getFramesPerBurst(stream()); in TEST_P() local
431 const int32_t framesPerBurst = AAudioStream_getFramesPerBurst(stream()); in TEST_P() local
/aosp_15_r20/out/soong/.intermediates/frameworks/av/media/libaaudio/src/aaudio-aidl-cpp-source/gen/include/aaudio/
DRingBuffer.h29 int32_t framesPerBurst = 0; variable
/aosp_15_r20/frameworks/av/services/oboeservice/
H A DTimestampScheduler.h51 void setBurstPeriod(int32_t framesPerBurst, in setBurstPeriod()
H A DSharedMemoryWrapper.cpp106 int32_t bytesPerFrame, int32_t framesPerBurst, int32_t capacityInFrames, in fillParcelable()
H A DAAudioMixer.cpp36 void AAudioMixer::allocate(int32_t samplesPerFrame, int32_t framesPerBurst) { in allocate()
H A DAAudioServiceStreamShared.cpp79 int32_t framesPerBurst) { in calculateBufferCapacity()
/aosp_15_r20/frameworks/av/media/libaaudio/tests/
H A Dtest_recovery.cpp35 int32_t framesPerBurst = 0; in main() local
H A Dtest_open_params.cpp50 int32_t framesPerBurst = 0; in testOpenOptions() local
H A Dtest_bad_disconnect.cpp60 int32_t framesPerBurst = 0; in s_StartAudio() local
H A Dtest_marshalling.cpp139 const size_t framesPerBurst = 32; in TEST() local
/aosp_15_r20/external/oboe/samples/hello-oboe/src/main/java/com/google/oboe/samples/hellooboe/
H A DPlaybackEngine.java51 static native void setDefaultStreamValues(int sampleRate, int framesPerBurst); in setDefaultStreamValues()
/aosp_15_r20/external/oboe/samples/SoundBoard/src/main/cpp/
H A Dnative-lib.cpp64 jint framesPerBurst) { in Java_com_google_oboe_samples_soundboard_MainActivity_native_1setDefaultStreamValues()
/aosp_15_r20/external/oboe/samples/MegaDrone/src/main/cpp/
H A Dnative-lib.cpp91 jint framesPerBurst) { in Java_com_google_oboe_samples_megadrone_MainActivity_native_1setDefaultStreamValues()
/aosp_15_r20/external/oboe/samples/MegaDrone/src/main/java/com/google/oboe/samples/megadrone/
H A DMainActivity.java37 private static native void native_setDefaultStreamValues(int sampleRate, int framesPerBurst); in native_setDefaultStreamValues()
/aosp_15_r20/frameworks/av/media/libaaudio/examples/write_sine/src/
H A Dwrite_sine.cpp45 int32_t framesPerBurst = 0; in main() local
/aosp_15_r20/external/oboe/samples/hello-oboe/src/main/cpp/
H A Djni_bridge.cpp86 jint framesPerBurst) { in Java_com_google_oboe_samples_hellooboe_PlaybackEngine_setDefaultStreamValues()
/aosp_15_r20/external/oboe/samples/LiveEffect/src/main/cpp/
H A Djni_bridge.cpp130 jint framesPerBurst) { in Java_com_google_oboe_samples_liveEffect_LiveEffectEngine_native_1setDefaultStreamValues()
/aosp_15_r20/external/oboe/samples/RhythmGame/src/main/cpp/
H A Dnative-lib.cpp89jint framesPerBurst) { in Java_com_google_oboe_samples_rhythmgame_MainActivity_native_1setDefaultStreamValues()
/aosp_15_r20/frameworks/av/media/libaaudio/examples/input_monitor/src/
H A Dinput_monitor.cpp45 int32_t framesPerBurst = 0; in main() local
/aosp_15_r20/frameworks/av/media/libaaudio/src/binding/
H A DRingBufferParcelable.cpp97 void RingBufferParcelable::setFramesPerBurst(int32_t framesPerBurst) { in setFramesPerBurst()
H A DAAudioServiceDefinitions.h74 int32_t framesPerBurst; // for ISOCHRONOUS queues member
/aosp_15_r20/frameworks/av/media/libaaudio/examples/utils/
H A DAAudioSimpleRecorder.h132 int32_t framesPerBurst = AAudioStream_getFramesPerBurst(mStream); variable
/aosp_15_r20/frameworks/av/media/libaaudio/src/client/
H A DIsochronousClockModel.cpp238 void IsochronousClockModel::setFramesPerBurst(int32_t framesPerBurst) { in setFramesPerBurst()

12