Home
last modified time | relevance | path

Searched defs:is16Bit (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/
DGame.cpp120 bool is16Bit = (oboeStream->getFormat() == AudioFormat::I16); in onAudioReady() local
/third_party/flutter/skia/third_party/externals/sdl/android-project/src/org/libsdl/app/
DSDLActivity.java552 …public static int audioOpen(int sampleRate, boolean is16Bit, boolean isStereo, int desiredFrames) { in audioOpen()
631 …public static int captureOpen(int sampleRate, boolean is16Bit, boolean isStereo, int desiredFrames… in captureOpen()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.h559 bool is16Bit() const { in is16Bit() function
/third_party/flutter/skia/third_party/externals/sdl/src/core/android/
DSDL_android.c576 int Android_JNI_OpenAudioDevice(int iscapture, int sampleRate, int is16Bit, int channelCount, int d… in Android_JNI_OpenAudioDevice()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp297 bool contains (const typename Traits<T>::IVal& ival, const T& value, bool is16Bit = false, const tc… in contains()