Searched refs:getChannelCount (Results 1 – 12 of 12) sorted by relevance
/external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/ |
D | audio_buffer.h | 38 int getChannelCount() const { return mChannelCount; } in getChannelCount() function 68 return mData + offsetInFrames * CountsConverter<T>::getChannelCount(); in getFrameAt() 89 getFrameAt(offsetInFrames), lengthInFrames, CountsConverter<T>::getChannelCount()); in getView() 137 : AudioBufferBase<T>(b.getData(), b.getFrameCount(), b.getChannelCount()) {} in AudioBufferView() 152 if (src.getChannelCount() != dst.getChannelCount()) { in convertAudioBufferViewType() 154 src.getChannelCount(), dst.getChannelCount()); in convertAudioBufferViewType() 158 (long long)src.getSampleCount(), (long long)dst.getChannelCount()); in convertAudioBufferViewType() 172 ++i, srcData += src.getChannelCount(), dstData += dst.getChannelCount()) { in forEachFrame() 200 const int srcFrameCopies = wholeMultiplier(dst.getChannelCount(), src.getChannelCount()); in fillCopyAudioBufferViewData() 202 T srcFramePatch[srcFrameCopies * src.getChannelCount()]; in fillCopyAudioBufferViewData() [all …]
|
D | sound_system_aaudio.cpp | 35 int getChannelCount() const { return mChannelCount; } in getChannelCount() function in __anone5ffb4860111::Stream 307 numFrames, self->mStream->getChannelCount())); in aaudioDataCallback() 376 builder->setChannelCount(testCtx->getChannelCount()); in init() 380 if (mStream->getChannelCount() != mTestCtx->getChannelCount()) { in init() 382 mTestCtx->getFrameCount(), mStream->getChannelCount())); in init() 390 AudioBuffer<sample_t> drainBuffer(mStream->getFramesPerBurst(), mStream->getChannelCount()); in drain()
|
D | loopback_test.cpp | 32 mRecordingFifoData(new sample_t[RECORDING_FIFO_FRAMES * testCtx->getChannelCount()]) { in LoopbackTest() 71 return framesRead * mTestCtx->getChannelCount(); in collectRecording() 175 framesRead, mTestCtx->getChannelCount()); in writeCallback()
|
D | test_context.cpp | 28 for (int j = 0; j < getChannelCount(); ++j) { in getNextImpulse()
|
D | sound_system_echo.cpp | 78 audio_utils_fifo_availToRead(&mFifo), mTestCtx->getChannelCount()); in drainInput()
|
D | test_context.h | 53 return AudioBuffer<sample_t>(getFrameCount(), getChannelCount()); in createAudioBuffer()
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
D | AppendTrack.java | 91 if (ase1.getChannelCount() == ase2.getChannelCount()) { in mergeAudioSampleEntries() 92 ase.setChannelCount(ase1.getChannelCount()); in mergeAudioSampleEntries()
|
/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/ |
D | GetTopChannelsResponseOrBuilder.java | 37 int getChannelCount(); in getChannelCount() method
|
D | GetTopChannelsResponse.java | 129 public int getChannelCount() { in getChannelCount() method in GetTopChannelsResponse 236 if (getChannelCount() > 0) { in hashCode() 549 public int getChannelCount() { in getChannelCount() method in GetTopChannelsResponse.Builder
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/ |
D | AudioSampleEntry.java | 73 public int getChannelCount() { in getChannelCount() method in AudioSampleEntry
|
/external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/ |
D | WebRtcAudioRecord.java | 212 + "channels: " + audioRecord.getChannelCount() + ", " in initRecording()
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/ |
D | FlatManifestWriterImpl.java | 222 l.channels = ase.getChannelCount(); in getAacAudioQuality()
|