/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/ |
D | DuplexEngine.cpp | 62 ->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/ |
D | HelloOboeEngine.cpp | 95 void HelloOboeEngine::setChannelCount(int channelCount) { in setChannelCount() function in HelloOboeEngine 125 ->setChannelCount(mChannelCount) in createPlaybackStream()
|
D | HelloOboeEngine.h | 52 void setChannelCount(int channelCount);
|
D | jni_bridge.cpp | 106 engine->setChannelCount(channelCount); in Java_com_google_oboe_samples_hellooboe_PlaybackEngine_native_1setChannelCount()
|
/third_party/skia/third_party/externals/oboe/src/common/ |
D | QuirksManager.cpp | 183 childBuilder.setChannelCount(kChannelCountMono); in isConversionNeeded() 197 childBuilder.setChannelCount(kChannelCountStereo); // Use stereo and extract first channel. in isConversionNeeded()
|
D | AudioStreamBuilder.cpp | 129 parentBuilder.setChannelCount(tempStream->getChannelCount()); in openStream()
|
/third_party/skia/third_party/externals/oboe/tests/ |
D | testStreamClosedMethods.cpp | 67 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/ |
D | LiveEffectEngine.cpp | 123 ->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/ |
D | ManualGlitchActivity.java | 208 requestedInConfig.setChannelCount(inChannels); in configureStreamsFromBundle() 210 requestedOutConfig.setChannelCount(outChannels); in configureStreamsFromBundle()
|
D | AutoGlitchActivity.java | 179 requestedInConfig.setChannelCount(inChannels); in testConfiguration() 180 requestedOutConfig.setChannelCount(outChannels); in testConfiguration()
|
D | OboeAudioStream.java | 88 actualConfiguration.setChannelCount(getChannelCount()); in open()
|
D | StreamConfigurationView.java | 309 mRequestedConfiguration.setChannelCount(pos); in onItemSelected() 314 mRequestedConfiguration.setChannelCount(StreamConfiguration.UNSPECIFIED); in onNothingSelected()
|
D | StreamConfiguration.java | 292 public void setChannelCount(int channelCount) { in setChannelCount() method in StreamConfiguration
|
D | TestDisconnectActivity.java | 300 requestedConfig.setChannelCount(channelCount); in testConfiguration()
|
/third_party/skia/third_party/externals/oboe/samples/shared/ |
D | Mixer.h | 53 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/ |
D | PlaybackEngine.java | 71 static void setChannelCount(int channelCount) { in setChannelCount() method in PlaybackEngine
|
D | MainActivity.java | 126 …PlaybackEngine.setChannelCount(CHANNEL_COUNT_OPTIONS[mChannelCountSpinner.getSelectedItemPosition(… in setupChannelCountSpinner()
|
/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/ |
D | MultiChannelResampler.h | 79 Builder *setChannelCount(int32_t channelCount) { in setChannelCount() function
|
D | MultiChannelResampler.cpp | 53 builder.setChannelCount(channelCount); in make()
|
/third_party/skia/third_party/externals/oboe/include/oboe/ |
D | AudioStreamBuilder.h | 46 AudioStreamBuilder *setChannelCount(int channelCount) { in setChannelCount() function
|
/third_party/skia/modules/audioplayer/ |
D | SkAudioPlayer_oboe.cpp | 34 builder.setChannelCount(fReader->getNumChannels()); in OboeAudioPlayer()
|
/third_party/skia/third_party/externals/oboe/samples/iolib/src/main/cpp/player/ |
D | SimpleMultiPlayer.cpp | 80 builder.setChannelCount(mChannelCount); in openStream()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/ |
D | Game.cpp | 201 mMixer.setChannelCount(mAudioStream->getChannelCount()); in openStream()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/ |
D | NativeAudioContext.cpp | 178 builder.setChannelCount(channelCount) in open() 472 builder.setChannelCount(mChannelCount) in startPlayback()
|
/third_party/skia/third_party/externals/oboe/docs/ |
D | GettingStarted.md | 131 builder.setChannelCount(oboe::ChannelCount::Mono); 265 ->setChannelCount(kChannelCount)
|