Home
last modified time | relevance | path

Searched defs:setBufferSizeInFrames (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/
H A DAudioLatencyTuner.java147 public int setBufferSizeInFrames(int thresholdFrames) { in setBufferSizeInFrames() method in AudioLatencyTuner
/third_party/skia/third_party/externals/oboe/include/oboe/
H A DAudioStream.h178 virtual ResultWithValue<int32_t> setBufferSizeInFrames(int32_t /* requestedFrames */) { in setBufferSizeInFrames() function in oboe::AudioStream
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DAudioStreamBase.java151 public int setBufferSizeInFrames(int bufferSize) { in setBufferSizeInFrames() method in AudioStreamBase
H A DOboeAudioStream.java142 public int setBufferSizeInFrames(int thresholdFrames) { in setBufferSizeInFrames() method in OboeAudioStream
145 private native int setBufferSizeInFrames(int streamIndex, int thresholdFrames); in setBufferSizeInFrames() method in OboeAudioStream
/third_party/skia/third_party/externals/oboe/src/opensles/
H A DAudioStreamBuffered.cpp234 ResultWithValue<int32_t> AudioStreamBuffered::setBufferSizeInFrames(int32_t requestedFrames) in setBufferSizeInFrames() function in oboe::AudioStreamBuffered
/third_party/skia/third_party/externals/oboe/src/aaudio/
H A DAudioStreamAAudio.cpp518 ResultWithValue<int32_t> AudioStreamAAudio::setBufferSizeInFrames(int32_t requestedFrames) { in setBufferSizeInFrames() function in oboe::AudioStreamAAudio

Completed in 4 milliseconds