Home
last modified time | relevance | path

Searched refs:getChannelCount (Results 1 – 12 of 12) sorted by relevance

/external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/
Daudio_buffer.h38 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 …]
Dsound_system_aaudio.cpp35 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()
Dloopback_test.cpp32 mRecordingFifoData(new sample_t[RECORDING_FIFO_FRAMES * testCtx->getChannelCount()]) { in LoopbackTest()
71 return framesRead * mTestCtx->getChannelCount(); in collectRecording()
175 framesRead, mTestCtx->getChannelCount()); in writeCallback()
Dtest_context.cpp28 for (int j = 0; j < getChannelCount(); ++j) { in getNextImpulse()
Dsound_system_echo.cpp78 audio_utils_fifo_availToRead(&mFifo), mTestCtx->getChannelCount()); in drainInput()
Dtest_context.h53 return AudioBuffer<sample_t>(getFrameCount(), getChannelCount()); in createAudioBuffer()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
DAppendTrack.java91 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/
DGetTopChannelsResponseOrBuilder.java37 int getChannelCount(); in getChannelCount() method
DGetTopChannelsResponse.java129 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/
DAudioSampleEntry.java73 public int getChannelCount() { in getChannelCount() method in AudioSampleEntry
/external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
DWebRtcAudioRecord.java212 + "channels: " + audioRecord.getChannelCount() + ", " in initRecording()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
DFlatManifestWriterImpl.java222 l.channels = ase.getChannelCount(); in getAacAudioQuality()