/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/ |
D | SineVoice.java | 23 public SineVoice(int sampleRate) { in SineVoice()
|
D | SawVoice.java | 26 public SawVoice(int sampleRate) { in SawVoice()
|
D | EnvelopeADSR.java | 41 public EnvelopeADSR( int sampleRate) { in EnvelopeADSR()
|
/third_party/skia/third_party/externals/oboe/samples/shared/ |
D | TappableAudioSource.h | 31 TappableAudioSource(int32_t sampleRate, int32_t channelCount) : in TappableAudioSource()
|
D | Oscillator.h | 43 void setSampleRate(int32_t sampleRate) { in setSampleRate()
|
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/utils/ |
D | SineWave.h | 25 SineWave(float frequency, float amplitude, int sampleRate): in SineWave()
|
D | PhaseAccumulator.h | 26 PhaseAccumulator(float frequency, float sampleRate): in PhaseAccumulator()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/utils/ |
D | UtilityFunctions.h | 33 constexpr int64_t convertFramesToMillis(const int64_t frames, const int sampleRate){ in convertFramesToMillis()
|
/third_party/skia/third_party/externals/oboe/samples/iolib/src/main/cpp/player/ |
D | SampleBuffer.h | 29 int32_t sampleRate; member
|
D | SampleBuffer.cpp | 95 void SampleBuffer::resampleData(int sampleRate) { in resampleData()
|
/third_party/skia/third_party/externals/oboe/samples/hello-oboe/src/main/cpp/ |
D | SoundGenerator.cpp | 19 SoundGenerator::SoundGenerator(int32_t sampleRate, int32_t channelCount) : in SoundGenerator()
|
D | jni_bridge.cpp | 156 jint sampleRate, in Java_com_google_oboe_samples_hellooboe_PlaybackEngine_native_1setDefaultStreamValues()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/flowunits/ |
D | OscillatorBase.h | 38 void setSampleRate(float sampleRate) { in setSampleRate()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/ |
D | GameConstants.h | 57 int32_t sampleRate; member
|
D | native-lib.cpp | 88 jint sampleRate, in Java_com_google_oboe_samples_rhythmgame_MainActivity_native_1setDefaultStreamValues()
|
/third_party/skia/third_party/externals/oboe/samples/MegaDrone/src/main/cpp/ |
D | Synth.h | 36 Synth(int32_t sampleRate, int32_t channelCount) : in Synth()
|
D | native-lib.cpp | 82 jint sampleRate, in Java_com_google_oboe_samples_megadrone_MainActivity_native_1setDefaultStreamValues()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
D | AutoGlitchActivity.java | 157 int sampleRate, in testConfiguration() 271 int sampleRate) throws InterruptedException { in testConfiguration()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/audio/ |
D | NDKExtractor.cpp | 48 int32_t sampleRate; in decode() local
|
/third_party/skia/third_party/externals/oboe/samples/MegaDrone/src/main/java/com/google/oboe/samples/megadrone/ |
D | MainActivity.java | 37 private static native void native_setDefaultStreamValues(int sampleRate, int framesPerBurst); in native_setDefaultStreamValues()
|
/third_party/flutter/skia/third_party/externals/sdl/src/audio/emscripten/ |
D | SDL_emscriptenaudio.c | 304 const int sampleRate = EM_ASM_INT_V({ in EMSCRIPTENAUDIO_OpenDevice() local
|
/third_party/skia/third_party/externals/oboe/samples/LiveEffect/src/main/cpp/ |
D | jni_bridge.cpp | 126 jint sampleRate, in Java_com_google_oboe_samples_liveEffect_LiveEffectEngine_native_1setDefaultStreamValues()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/ |
D | LatencyAnalyzer.h | 159 void setSampleRate(int32_t sampleRate) { in setSampleRate() 332 virtual void setSampleRate(int32_t sampleRate) { in setSampleRate() 413 void setSampleRate(int32_t sampleRate) override { in setSampleRate()
|
/third_party/skia/third_party/externals/oboe/include/oboe/ |
D | AudioStreamBuilder.h | 72 AudioStreamBuilder *setSampleRate(int32_t sampleRate) { in setSampleRate()
|
/third_party/skia/third_party/externals/oboe/samples/hello-oboe/src/main/java/com/google/oboe/samples/hellooboe/ |
D | PlaybackEngine.java | 98 private static native void native_setDefaultStreamValues(int sampleRate, int framesPerBurst); in native_setDefaultStreamValues()
|