Home
last modified time | relevance | path

Searched defs:setChannelCount (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/oboe/samples/shared/
DMixer.h53 void setChannelCount(int32_t channelCount){ mChannelCount = channelCount; } in setChannelCount() function
/third_party/skia/third_party/externals/oboe/samples/hello-oboe/src/main/cpp/
DHelloOboeEngine.cpp95 void HelloOboeEngine::setChannelCount(int channelCount) { in setChannelCount() function in HelloOboeEngine
/third_party/skia/third_party/externals/oboe/include/oboe/
DAudioStreamBuilder.h46 AudioStreamBuilder *setChannelCount(int channelCount) { in setChannelCount() function
/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/
DMultiChannelResampler.h79 Builder *setChannelCount(int32_t channelCount) { in setChannelCount() function
/third_party/skia/third_party/externals/oboe/samples/hello-oboe/src/main/java/com/google/oboe/samples/hellooboe/
DPlaybackEngine.java71 static void setChannelCount(int channelCount) { in setChannelCount() method in PlaybackEngine
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DStreamConfiguration.java292 public void setChannelCount(int channelCount) { in setChannelCount() method in StreamConfiguration