/aosp_15_r20/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/ |
H A D | BufferSizeView.java | 156 int framesPerBurst = mStream.getFramesPerBurst(); in onStreamOpened() local 165 int framesPerBurst = mStream.getFramesPerBurst(); in setBufferSizeByNumBursts() local
|
H A D | TestInputActivity.java | 119 int framesPerBurst = mAudioInputTester.getCurrentAudioStream().getFramesPerBurst(); in setMinimumBurstsBeforeRead() local
|
/aosp_15_r20/cts/tests/tests/nativemedia/aaudio/jni/ |
H A D | test_aaudio_callback.cpp | 252 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/ |
D | RingBuffer.h | 29 int32_t framesPerBurst = 0; variable
|
/aosp_15_r20/frameworks/av/services/oboeservice/ |
H A D | TimestampScheduler.h | 51 void setBurstPeriod(int32_t framesPerBurst, in setBurstPeriod()
|
H A D | SharedMemoryWrapper.cpp | 106 int32_t bytesPerFrame, int32_t framesPerBurst, int32_t capacityInFrames, in fillParcelable()
|
H A D | AAudioMixer.cpp | 36 void AAudioMixer::allocate(int32_t samplesPerFrame, int32_t framesPerBurst) { in allocate()
|
H A D | AAudioServiceStreamShared.cpp | 79 int32_t framesPerBurst) { in calculateBufferCapacity()
|
/aosp_15_r20/frameworks/av/media/libaaudio/tests/ |
H A D | test_recovery.cpp | 35 int32_t framesPerBurst = 0; in main() local
|
H A D | test_open_params.cpp | 50 int32_t framesPerBurst = 0; in testOpenOptions() local
|
H A D | test_bad_disconnect.cpp | 60 int32_t framesPerBurst = 0; in s_StartAudio() local
|
H A D | test_marshalling.cpp | 139 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 D | PlaybackEngine.java | 51 static native void setDefaultStreamValues(int sampleRate, int framesPerBurst); in setDefaultStreamValues()
|
/aosp_15_r20/external/oboe/samples/SoundBoard/src/main/cpp/ |
H A D | native-lib.cpp | 64 jint framesPerBurst) { in Java_com_google_oboe_samples_soundboard_MainActivity_native_1setDefaultStreamValues()
|
/aosp_15_r20/external/oboe/samples/MegaDrone/src/main/cpp/ |
H A D | native-lib.cpp | 91 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 D | MainActivity.java | 37 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 D | write_sine.cpp | 45 int32_t framesPerBurst = 0; in main() local
|
/aosp_15_r20/external/oboe/samples/hello-oboe/src/main/cpp/ |
H A D | jni_bridge.cpp | 86 jint framesPerBurst) { in Java_com_google_oboe_samples_hellooboe_PlaybackEngine_setDefaultStreamValues()
|
/aosp_15_r20/external/oboe/samples/LiveEffect/src/main/cpp/ |
H A D | jni_bridge.cpp | 130 jint framesPerBurst) { in Java_com_google_oboe_samples_liveEffect_LiveEffectEngine_native_1setDefaultStreamValues()
|
/aosp_15_r20/external/oboe/samples/RhythmGame/src/main/cpp/ |
H A D | native-lib.cpp | 89 … jint framesPerBurst) { in Java_com_google_oboe_samples_rhythmgame_MainActivity_native_1setDefaultStreamValues()
|
/aosp_15_r20/frameworks/av/media/libaaudio/examples/input_monitor/src/ |
H A D | input_monitor.cpp | 45 int32_t framesPerBurst = 0; in main() local
|
/aosp_15_r20/frameworks/av/media/libaaudio/src/binding/ |
H A D | RingBufferParcelable.cpp | 97 void RingBufferParcelable::setFramesPerBurst(int32_t framesPerBurst) { in setFramesPerBurst()
|
H A D | AAudioServiceDefinitions.h | 74 int32_t framesPerBurst; // for ISOCHRONOUS queues member
|
/aosp_15_r20/frameworks/av/media/libaaudio/examples/utils/ |
H A D | AAudioSimpleRecorder.h | 132 int32_t framesPerBurst = AAudioStream_getFramesPerBurst(mStream); variable
|
/aosp_15_r20/frameworks/av/media/libaaudio/src/client/ |
H A D | IsochronousClockModel.cpp | 238 void IsochronousClockModel::setFramesPerBurst(int32_t framesPerBurst) { in setFramesPerBurst()
|