/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/flv/ |
D | AudioTagPayloadReader.java | 67 .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/ |
D | AutomatedGlitchActivity.java | 75 requestedInConfig.setChannelCount(inChannels); in testConfiguration() 76 requestedOutConfig.setChannelCount(outChannels); in testConfiguration()
|
D | AnalyzerActivity.java | 234 requestedInConfig.setChannelCount(inChannels); in configureStreamsFromBundle() 236 requestedOutConfig.setChannelCount(outChannels); in configureStreamsFromBundle()
|
D | TestDataPathsActivity.java | 263 requestedInConfig.setChannelCount(numInputChannels); in setupDeviceCombo() 264 requestedOutConfig.setChannelCount(numOutputChannels); in setupDeviceCombo()
|
/external/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()
|
/external/oboe/samples/hello-oboe/src/main/cpp/ |
D | HelloOboeEngine.cpp | 93 void HelloOboeEngine::setChannelCount(int channelCount) { in setChannelCount() function in HelloOboeEngine 122 ->setChannelCount(mChannelCount) in createPlaybackStream()
|
D | HelloOboeEngine.h | 64 void setChannelCount(int channelCount);
|
D | jni_bridge.cpp | 119 engine->setChannelCount(channelCount); in Java_com_google_oboe_samples_hellooboe_PlaybackEngine_native_1setChannelCount()
|
/external/oboe/samples/LiveEffect/src/main/cpp/ |
D | LiveEffectEngine.cpp | 124 ->setChannelCount(mInputChannelCount); in setupRecordingStreamParameters() 140 ->setChannelCount(mOutputChannelCount); in setupPlaybackStreamParameters()
|
/external/oboe/src/common/ |
D | QuirksManager.cpp | 195 childBuilder.setChannelCount(kChannelCountMono); in isConversionNeeded() 209 childBuilder.setChannelCount(kChannelCountStereo); // Use stereo and extract first channel. in isConversionNeeded()
|
/external/oboe/tests/ |
D | testStreamClosedMethods.cpp | 60 mBuilder.setChannelCount(2); in TEST_F() 212 mBuilder.setChannelCount(1); in TEST_F() 234 mBuilder.setChannelCount(1); in TEST_F()
|
/external/oboe/samples/shared/ |
D | Mixer.h | 53 void setChannelCount(int32_t channelCount){ mChannelCount = channelCount; } in setChannelCount() function
|
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/trackselection/ |
D | DefaultTrackSelectorTest.java | 92 .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/ |
D | PlaybackEngine.java | 71 static void setChannelCount(int channelCount) { in setChannelCount() method in PlaybackEngine
|
/external/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()
|
/external/exoplayer/tree/extensions/opus/src/main/java/com/google/android/exoplayer2/ext/opus/ |
D | LibopusAudioRenderer.java | 104 .setChannelCount(channelCount) in getOutputFormat()
|
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ogg/ |
D | OpusReader.java | 82 .setChannelCount(channelCount) in readHeaders()
|
/external/skia/modules/audioplayer/ |
D | SkAudioPlayer_oboe.cpp | 34 builder.setChannelCount(fReader->getNumChannels()); in OboeAudioPlayer()
|
/external/oboe/include/oboe/ |
D | AudioStreamBuilder.h | 46 AudioStreamBuilder *setChannelCount(int channelCount) { in setChannelCount() function
|
/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/audio/ |
D | Ac3Util.java | 177 .setChannelCount(channelCount) in parseAc3AnnexFFormat() 228 .setChannelCount(channelCount) in parseEAc3AnnexFFormat()
|
D | Ac4Util.java | 113 .setChannelCount(CHANNEL_COUNT_2) in parseAc4AnnexEFormat()
|
/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/ |
D | Format.java | 514 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/ |
D | LibflacAudioRenderer.java | 128 .setChannelCount(streamMetadata.channels) in getOutputFormat()
|
/external/exoplayer/tree/extensions/ffmpeg/src/main/java/com/google/android/exoplayer2/ext/ffmpeg/ |
D | FfmpegAudioRenderer.java | 138 .setChannelCount(decoder.getChannelCount()) in getOutputFormat()
|