Home
last modified time | relevance | path

Searched refs:setChannelCount (Results 1 – 25 of 26) sorted by relevance

12

/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/
DDuplexEngine.cpp62 ->setChannelCount(1) // Mono in for effects processing in openInStream()
70 ->setChannelCount(2) // Stereo out in openOutStream()
/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
125 ->setChannelCount(mChannelCount) in createPlaybackStream()
DHelloOboeEngine.h52 void setChannelCount(int channelCount);
Djni_bridge.cpp106 engine->setChannelCount(channelCount); in Java_com_google_oboe_samples_hellooboe_PlaybackEngine_native_1setChannelCount()
/third_party/skia/third_party/externals/oboe/src/common/
DQuirksManager.cpp183 childBuilder.setChannelCount(kChannelCountMono); in isConversionNeeded()
197 childBuilder.setChannelCount(kChannelCountStereo); // Use stereo and extract first channel. in isConversionNeeded()
DAudioStreamBuilder.cpp129 parentBuilder.setChannelCount(tempStream->getChannelCount()); in openStream()
/third_party/skia/third_party/externals/oboe/tests/
DtestStreamClosedMethods.cpp67 mBuilder.setChannelCount(2); in TEST_F()
219 mBuilder.setChannelCount(1); in TEST_F()
241 mBuilder.setChannelCount(1); in TEST_F()
/third_party/skia/third_party/externals/oboe/samples/LiveEffect/src/main/cpp/
DLiveEffectEngine.cpp123 ->setChannelCount(mInputChannelCount); in setupRecordingStreamParameters()
138 ->setChannelCount(mOutputChannelCount); in setupPlaybackStreamParameters()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DManualGlitchActivity.java208 requestedInConfig.setChannelCount(inChannels); in configureStreamsFromBundle()
210 requestedOutConfig.setChannelCount(outChannels); in configureStreamsFromBundle()
DAutoGlitchActivity.java179 requestedInConfig.setChannelCount(inChannels); in testConfiguration()
180 requestedOutConfig.setChannelCount(outChannels); in testConfiguration()
DOboeAudioStream.java88 actualConfiguration.setChannelCount(getChannelCount()); in open()
DStreamConfigurationView.java309 mRequestedConfiguration.setChannelCount(pos); in onItemSelected()
314 mRequestedConfiguration.setChannelCount(StreamConfiguration.UNSPECIFIED); in onNothingSelected()
DStreamConfiguration.java292 public void setChannelCount(int channelCount) { in setChannelCount() method in StreamConfiguration
DTestDisconnectActivity.java300 requestedConfig.setChannelCount(channelCount); in testConfiguration()
/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/java/com/google/oboe/samples/hellooboe/
DPlaybackEngine.java71 static void setChannelCount(int channelCount) { in setChannelCount() method in PlaybackEngine
DMainActivity.java126 …PlaybackEngine.setChannelCount(CHANNEL_COUNT_OPTIONS[mChannelCountSpinner.getSelectedItemPosition(… in setupChannelCountSpinner()
/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/
DMultiChannelResampler.h79 Builder *setChannelCount(int32_t channelCount) { in setChannelCount() function
DMultiChannelResampler.cpp53 builder.setChannelCount(channelCount); in make()
/third_party/skia/third_party/externals/oboe/include/oboe/
DAudioStreamBuilder.h46 AudioStreamBuilder *setChannelCount(int channelCount) { in setChannelCount() function
/third_party/skia/modules/audioplayer/
DSkAudioPlayer_oboe.cpp34 builder.setChannelCount(fReader->getNumChannels()); in OboeAudioPlayer()
/third_party/skia/third_party/externals/oboe/samples/iolib/src/main/cpp/player/
DSimpleMultiPlayer.cpp80 builder.setChannelCount(mChannelCount); in openStream()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/
DGame.cpp201 mMixer.setChannelCount(mAudioStream->getChannelCount()); in openStream()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
DNativeAudioContext.cpp178 builder.setChannelCount(channelCount) in open()
472 builder.setChannelCount(mChannelCount) in startPlayback()
/third_party/skia/third_party/externals/oboe/docs/
DGettingStarted.md131 builder.setChannelCount(oboe::ChannelCount::Mono);
265 ->setChannelCount(kChannelCount)

12