Home
last modified time | relevance | path

Searched refs:SampleRate (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/oboe/tests/
DtestStreamOpen.cpp91 DefaultStreamValues::SampleRate = 44100; in TEST_F()
101 DefaultStreamValues::SampleRate = 48000; in TEST_F()
169 DefaultStreamValues::SampleRate = 48000; in TEST_F()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/
Dnative-lib.cpp90 oboe::DefaultStreamValues::SampleRate = (int32_t) sampleRate; in Java_com_google_oboe_samples_rhythmgame_MainActivity_native_1setDefaultStreamValues()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcordz_functions_test.cc32 TEST(CordzFunctionsTest, SampleRate) { in TEST() argument
/third_party/skia/third_party/externals/oboe/samples/MegaDrone/src/main/cpp/
Dnative-lib.cpp84 oboe::DefaultStreamValues::SampleRate = (int32_t) sampleRate; in Java_com_google_oboe_samples_megadrone_MainActivity_native_1setDefaultStreamValues()
/third_party/gstreamer/gstplugins_bad/gst/siren/
Dcommon.h34 unsigned int SampleRate; member
Ddecoder.c42 decoder->WavHeader.fmt.SampleRate = ME_TO_LE32 (16000); in Siren7_NewDecoder()
Dencoder.c44 encoder->WavHeader.fmt.fmt.SampleRate = ME_TO_LE32 (16000); in Siren7_NewEncoder()
/third_party/skia/third_party/externals/oboe/samples/LiveEffect/src/main/cpp/
Djni_bridge.cpp128 oboe::DefaultStreamValues::SampleRate = (int32_t) sampleRate; in Java_com_google_oboe_samples_liveEffect_LiveEffectEngine_native_1setDefaultStreamValues()
/third_party/skia/third_party/externals/oboe/include/oboe/
DDefinitions.h482 static int32_t SampleRate;
/third_party/skia/third_party/externals/oboe/samples/hello-oboe/src/main/cpp/
Djni_bridge.cpp158 oboe::DefaultStreamValues::SampleRate = (int32_t) sampleRate; in Java_com_google_oboe_samples_hellooboe_PlaybackEngine_native_1setDefaultStreamValues()
/third_party/alsa-lib/src/pcm/
Dladspa.h438 unsigned long SampleRate);
/third_party/pulseaudio/src/modules/
Dladspa.h437 unsigned long SampleRate);
/third_party/skia/third_party/externals/oboe/src/common/
DAudioStreamBuilder.cpp42 int32_t DefaultStreamValues::SampleRate = 48000; // Common rate for mobile audio and video member in oboe::DefaultStreamValues
/third_party/skia/third_party/externals/oboe/src/opensles/
DAudioStreamOpenSLES.cpp85 mSampleRate = DefaultStreamValues::SampleRate; in open()
/third_party/skia/third_party/externals/oboe/docs/
DGettingStarted.md338 oboe::DefaultStreamValues::SampleRate = (int32_t) sampleRate;