Home
last modified time | relevance | path

Searched defs:numChannels (Results 1 – 25 of 56) sorted by relevance

123

/external/oboe/samples/parselib/src/main/cpp/wav/
DWavStreamReader.cpp119 int numChannels = mFmtChunk->mNumChannels; in getDataFloat_PCM8() local
159 int numChannels = mFmtChunk->mNumChannels; in getDataFloat_PCM16() local
197 int numChannels = mFmtChunk->mNumChannels; in getDataFloat_PCM24() local
220 int numChannels = mFmtChunk->mNumChannels; in getDataFloat_Float32() local
230 int numChannels = mFmtChunk->mNumChannels; in getDataFloat_PCM32() local
309 int numChannels = getNumChannels(); in getDataFloat() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/wav/
DWavFormat.java27 public final int numChannels; field in WavFormat
41 int numChannels, in WavFormat()
DWavExtractor.java436 int numChannels = wavFormat.numChannels; in ImaAdPcmOutputWriter() local
574 int numChannels = wavFormat.numChannels; in decodeBlockForChannel() local
642 private static int numOutputFramesToBytes(int frames, int numChannels) { in numOutputFramesToBytes()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/wav/
DWavFormat.java27 public final int numChannels; field in WavFormat
41 int numChannels, in WavFormat()
DWavExtractor.java437 int numChannels = wavFormat.numChannels; in ImaAdPcmOutputWriter() local
575 int numChannels = wavFormat.numChannels; in decodeBlockForChannel() local
643 private static int numOutputFramesToBytes(int frames, int numChannels) { in numOutputFramesToBytes()
DWavHeaderReader.java104 int numChannels = scratch.readLittleEndianUnsignedShort(); in readFormat() local
/external/sonic/
Dsonic.c34 int numChannels; member
210 int numChannels) in allocateStreamBuffers()
254 int numChannels) in sonicCreateStream()
303 int numChannels) in sonicSetNumChannels()
737 int numChannels, in overlapAdd()
767 int numChannels, in overlapAddWithSeparation()
803 int numChannels = stream->numChannels; in moveNewSamplesToPitchBuffer() local
826 int numChannels = stream->numChannels; in removePitchSamples() local
846 int numChannels = stream->numChannels; in adjustPitch() local
907 int numChannels = stream->numChannels; in adjustRate() local
[all …]
DMain.java30 int numChannels) throws IOException in runSonic()
73 int numChannels = format.getChannels(); in main() local
Dmain.c27 int numChannels) in runSonic()
83 int sampleRate, numChannels; in main() local
DSonic.java30 private int numChannels; field in Sonic
179 int numChannels) in allocateStreamBuffers()
201 int numChannels) in Sonic()
235 int numChannels) in setNumChannels()
632 int numChannels, in overlapAdd()
657 int numChannels, in overlapAddWithSeparation()
955 int numChannels) in changeFloatSpeed()
981 int numChannels) in sonicChangeShortSpeed()
Dwave.c20 int numChannels; member
243 int *numChannels) in openInputWaveFile()
268 int numChannels) in openOutputWaveFile()
/external/armnn/src/backends/aclCommon/
DArmComputeTensorUtils.hpp182 uint32_t numChannels = static_cast<uint32_t>(shape[2]); in GetLinearBufferOffset() local
198 uint32_t numChannels = static_cast<uint32_t>(shape[2]); in CopyArmComputeITensorData() local
234 uint32_t numChannels = static_cast<uint32_t>(shape[2]); in CopyArmComputeITensorData() local
/external/webrtc/sdk/android/src/java/org/webrtc/audio/
DWebRtcAudioManager.java102 private static int getMinOutputFrameSize(int sampleRateInHz, int numChannels) { in getMinOutputFrameSize()
114 private static int getMinInputFrameSize(int sampleRateInHz, int numChannels) { in getMinInputFrameSize()
/external/oboe/samples/iolib/src/main/cpp/player/
DOneShotSampleSource.cpp25 void OneShotSampleSource::mixAudio(float* outBuff, int numChannels, int32_t numFrames) { in mixAudio()
DSampleBuffer.cpp56 void resampleData(const ResampleBlock& input, ResampleBlock* output, int numChannels) { in resampleData()
/external/aac/libSYS/include/
Dsyslib_channelMapDescr.h118 UCHAR numChannels; /*!< The number of channels for the channel map which is member
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/common/ops/
DNormalizeOp.java33 private final int numChannels; field in NormalizeOp
/external/skia/src/core/
DSkYUVAPixmaps.cpp42 void SkYUVAPixmapInfo::SupportedDataTypes::enableDataType(DataType type, int numChannels) { in enableDataType()
125 int numChannels = yuvaInfo.numChannelsInPlane(i); in SkYUVAPixmapInfo() local
/external/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
DWebRtcAudioManager.java333 private static int getMinOutputFrameSize(int sampleRateInHz, int numChannels) { in getMinOutputFrameSize()
351 private static int getMinInputFrameSize(int sampleRateInHz, int numChannels) { in getMinInputFrameSize()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageLoadStoreUtil.cpp118 const deUint32 numChannels = getNumUsedChannels(mapTextureFormat(format)); in isRepresentableIntegerValue() local
/external/aac/libSBRenc/src/
Dsbr_encoder.cpp224 UINT numChannels, /*! the number of channels for the core coder */ in getSbrTuningTableIndex()
441 UINT numChannels, /*! the core coder number of channels */ in FDKsbrEnc_AdjustSbrSettings()
1208 UINT numChannels, /*!< number of channels */ in FDKsbrEnc_Downsample()
1885 UINT sbrEncoder_LimitBitRate(UINT bitRate, UINT numChannels, in sbrEncoder_LimitBitRate()
1952 const int numChannels, /* input */ in sbrEncoder_Init_delay()
2069 INT *numChannels, const UINT syntaxFlags, in sbrEncoder_Init()
/external/webrtc/sdk/android/api/org/webrtc/
DRtpParameters.java184 public Integer numChannels; field in RtpParameters.Codec
190 Integer numChannels, Map<String, String> parameters) { in Codec()
/external/aac/libSYS/src/
Dsyslib_channelMapDescr.cpp191 UINT numChannels = pMapInfo->numChannels; in fdk_chMapDescr_isValidMap() local
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessVertexAccessTests.cpp288 const int numChannels = getNumUsedChannels(mapVkFormat(m_inputFormat).order); in initPrograms() local
686 const int numChannels = getNumUsedChannels(mapVkFormat(m_inputFormat).order); in VertexAccessInstance() local
843 const deUint32 numChannels = getNumUsedChannels(mapVkFormat(m_inputFormat).order); in verifyResult() local
1186 const deUint32 numChannels = getNumUsedChannels(mapVkFormat(format).order); in createDrawTests() local
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowDynamicsProcessingTest.java115 private static DynamicsProcessing.Config createConfig(int numChannels) { in createConfig()

123