Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/oboe/samples/MegaDrone/src/main/cpp/
Dnative-lib.cpp83 jint framesPerBurst) { in Java_com_google_oboe_samples_megadrone_MainActivity_native_1setDefaultStreamValues()
/third_party/skia/third_party/externals/oboe/samples/MegaDrone/src/main/java/com/google/oboe/samples/megadrone/
DMainActivity.java37 private static native void native_setDefaultStreamValues(int sampleRate, int framesPerBurst); in native_setDefaultStreamValues()
/third_party/skia/third_party/externals/oboe/samples/LiveEffect/src/main/cpp/
Djni_bridge.cpp127 jint framesPerBurst) { in Java_com_google_oboe_samples_liveEffect_LiveEffectEngine_native_1setDefaultStreamValues()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/
Dnative-lib.cpp89jint framesPerBurst) { in Java_com_google_oboe_samples_rhythmgame_MainActivity_native_1setDefaultStreamValues()
/third_party/skia/third_party/externals/oboe/samples/hello-oboe/src/main/java/com/google/oboe/samples/hellooboe/
DPlaybackEngine.java98 private static native void native_setDefaultStreamValues(int sampleRate, int framesPerBurst); in native_setDefaultStreamValues()
/third_party/skia/third_party/externals/oboe/samples/hello-oboe/src/main/cpp/
Djni_bridge.cpp157jint framesPerBurst) { in Java_com_google_oboe_samples_hellooboe_PlaybackEngine_native_1setDefaultStreamValues()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DAudioStreamBase.java59 String dump(int framesPerBurst) { in dump()
DTestInputActivity.java123 int framesPerBurst = mAudioInputTester.getCurrentAudioStream().getFramesPerBurst(); in setMinimumBurstsBeforeRead() local
DRoundTripLatencyActivity.java370 int framesPerBurst = stream.getFramesPerBurst(); in measureSingleLatency() local
DStreamConfiguration.java111 public void setFramesPerBurst(int framesPerBurst) { in setFramesPerBurst()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
DNativeAudioContext.cpp147 jint framesPerBurst, in open()
Djni-bridge.cpp124 jint framesPerBurst, in Java_com_google_sample_oboe_manualtest_OboeAudioStream_openNative()