Home
last modified time | relevance | path

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

123

/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/flv/
DAudioTagPayloadReader.java67 .setChannelCount(1) in parseHeader()
78 .setChannelCount(1) in parseHeader()
112 .setChannelCount(aacConfig.channelCount) in parsePayload()
/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DAutomatedGlitchActivity.java75 requestedInConfig.setChannelCount(inChannels); in testConfiguration()
76 requestedOutConfig.setChannelCount(outChannels); in testConfiguration()
DAnalyzerActivity.java234 requestedInConfig.setChannelCount(inChannels); in configureStreamsFromBundle()
236 requestedOutConfig.setChannelCount(outChannels); in configureStreamsFromBundle()
DTestDataPathsActivity.java263 requestedInConfig.setChannelCount(numInputChannels); in setupDeviceCombo()
264 requestedOutConfig.setChannelCount(numOutputChannels); in setupDeviceCombo()
/external/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()
/external/oboe/samples/hello-oboe/src/main/cpp/
DHelloOboeEngine.cpp93 void HelloOboeEngine::setChannelCount(int channelCount) { in setChannelCount() function in HelloOboeEngine
122 ->setChannelCount(mChannelCount) in createPlaybackStream()
DHelloOboeEngine.h64 void setChannelCount(int channelCount);
Djni_bridge.cpp119 engine->setChannelCount(channelCount); in Java_com_google_oboe_samples_hellooboe_PlaybackEngine_native_1setChannelCount()
/external/oboe/samples/LiveEffect/src/main/cpp/
DLiveEffectEngine.cpp124 ->setChannelCount(mInputChannelCount); in setupRecordingStreamParameters()
140 ->setChannelCount(mOutputChannelCount); in setupPlaybackStreamParameters()
/external/oboe/src/common/
DQuirksManager.cpp195 childBuilder.setChannelCount(kChannelCountMono); in isConversionNeeded()
209 childBuilder.setChannelCount(kChannelCountStereo); // Use stereo and extract first channel. in isConversionNeeded()
/external/oboe/tests/
DtestStreamClosedMethods.cpp60 mBuilder.setChannelCount(2); in TEST_F()
212 mBuilder.setChannelCount(1); in TEST_F()
234 mBuilder.setChannelCount(1); in TEST_F()
/external/oboe/samples/shared/
DMixer.h53 void setChannelCount(int32_t channelCount){ mChannelCount = channelCount; } in setChannelCount() function
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/trackselection/
DDefaultTrackSelectorTest.java92 .setChannelCount(2)
601 Format higherChannelFormat = formatBuilder.setChannelCount(6).build(); in selectTracksWithinCapabilitiesSelectHigherNumChannel()
602 Format lowerChannelFormat = formatBuilder.setChannelCount(2).build(); in selectTracksWithinCapabilitiesSelectHigherNumChannel()
686 formatBuilder.setChannelCount(6).setSampleRate(22050).build(); in selectTracksPreferHigherNumChannelBeforeSampleRate()
688 formatBuilder.setChannelCount(2).setSampleRate(44100).build(); in selectTracksPreferHigherNumChannelBeforeSampleRate()
731 Format higherChannelFormat = formatBuilder.setChannelCount(6).build(); in selectTracksExceedingCapabilitiesSelectLowerNumChannel()
732 Format lowerChannelFormat = formatBuilder.setChannelCount(2).build(); in selectTracksExceedingCapabilitiesSelectLowerNumChannel()
794 formatBuilder.setChannelCount(2).setSampleRate(44100).build(); in selectTracksExceedingCapabilitiesPreferLowerNumChannelBeforeSampleRate()
796 formatBuilder.setChannelCount(6).setSampleRate(22050).build(); in selectTracksExceedingCapabilitiesPreferLowerNumChannelBeforeSampleRate()
1212 Format stereoAudioFormat = formatBuilder.setChannelCount(2).build(); in selectTracksWithMultipleAudioTracksWithMixedChannelCounts()
[all …]
/external/oboe/samples/hello-oboe/src/main/java/com/google/oboe/samples/hellooboe/
DPlaybackEngine.java71 static void setChannelCount(int channelCount) { in setChannelCount() method in PlaybackEngine
/external/oboe/src/flowgraph/resampler/
DMultiChannelResampler.h79 Builder *setChannelCount(int32_t channelCount) { in setChannelCount() function
DMultiChannelResampler.cpp53 builder.setChannelCount(channelCount); in make()
/external/exoplayer/tree/extensions/opus/src/main/java/com/google/android/exoplayer2/ext/opus/
DLibopusAudioRenderer.java104 .setChannelCount(channelCount) in getOutputFormat()
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ogg/
DOpusReader.java82 .setChannelCount(channelCount) in readHeaders()
/external/skia/modules/audioplayer/
DSkAudioPlayer_oboe.cpp34 builder.setChannelCount(fReader->getNumChannels()); in OboeAudioPlayer()
/external/oboe/include/oboe/
DAudioStreamBuilder.h46 AudioStreamBuilder *setChannelCount(int channelCount) { in setChannelCount() function
/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/audio/
DAc3Util.java177 .setChannelCount(channelCount) in parseAc3AnnexFFormat()
228 .setChannelCount(channelCount) in parseEAc3AnnexFFormat()
DAc4Util.java113 .setChannelCount(CHANNEL_COUNT_2) in parseAc4AnnexEFormat()
/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/
DFormat.java514 public Builder setChannelCount(int channelCount) { in setChannelCount() method in Format.Builder
962 .setChannelCount(channelCount) in createAudioContainerFormat()
992 .setChannelCount(channelCount) in createAudioSampleFormat()
1023 .setChannelCount(channelCount) in createAudioSampleFormat()
1059 .setChannelCount(channelCount) in createAudioSampleFormat()
/external/exoplayer/tree/extensions/flac/src/main/java/com/google/android/exoplayer2/ext/flac/
DLibflacAudioRenderer.java128 .setChannelCount(streamMetadata.channels) in getOutputFormat()
/external/exoplayer/tree/extensions/ffmpeg/src/main/java/com/google/android/exoplayer2/ext/ffmpeg/
DFfmpegAudioRenderer.java138 .setChannelCount(decoder.getChannelCount()) in getOutputFormat()

123