Home
last modified time | relevance | path

Searched defs:getChannelCount (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/
DMultiChannelResampler.h124 int32_t getChannelCount() const { in getChannelCount() function
192 int getChannelCount() const { in getChannelCount() function
/third_party/skia/third_party/externals/oboe/include/oboe/
DAudioStreamBase.h52 int32_t getChannelCount() const { return mChannelCount; } in getChannelCount() function
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DOboeAudioStream.java183 public int getChannelCount() { in getChannelCount() method in OboeAudioStream
186 public native int getChannelCount(int streamIndex); in getChannelCount() method in OboeAudioStream
DAudioStreamBase.java131 public int getChannelCount() { in getChannelCount() method in AudioStreamBase
DStreamConfiguration.java288 public int getChannelCount() { in getChannelCount() method in StreamConfiguration
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
DMultiChannelRecording.h52 int32_t getChannelCount() { in getChannelCount() function
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Ddtv.js827 getChannelCount: function (...args) { method