Home
last modified time | relevance | path

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

12

/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/wav/
DWavHeader.java27 public final int numChannels; field in WavHeader
41 int numChannels, in WavHeader()
DWavExtractor.java346 int numChannels = header.numChannels; in ImaAdPcmOutputWriter() local
478 int numChannels = header.numChannels; in decodeBlockForChannel() local
546 private static int numOutputFramesToBytes(int frames, int numChannels) { in numOutputFramesToBytes()
DWavHeaderReader.java76 int numChannels = scratch.readLittleEndianUnsignedShort(); in peek() 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/webrtc/sdk/android/src/java/org/webrtc/audio/
DWebRtcAudioManager.java108 private static int getMinOutputFrameSize(int sampleRateInHz, int numChannels) { in getMinOutputFrameSize()
120 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/deqp/external/vulkancts/modules/vulkan/image/
DvktImageLoadStoreUtil.cpp118 const deUint32 numChannels = getNumUsedChannels(mapTextureFormat(format)); in isRepresentableIntegerValue() local
/external/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
DWebRtcAudioManager.java339 private static int getMinOutputFrameSize(int sampleRateInHz, int numChannels) { in getMinOutputFrameSize()
357 private static int getMinInputFrameSize(int sampleRateInHz, int numChannels) { in getMinInputFrameSize()
/external/webrtc/sdk/android/api/org/webrtc/
DRtpParameters.java174 public Integer numChannels; field in RtpParameters.Codec
180 Integer numChannels, Map<String, String> parameters) { in Codec()
/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/aac/libSYS/src/
Dsyslib_channelMapDescr.cpp191 UINT numChannels = pMapInfo->numChannels; in fdk_chMapDescr_isValidMap() local
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessVertexAccessTests.cpp258 const int numChannels = getNumUsedChannels(mapVkFormat(m_inputFormat).order); in initPrograms() local
636 const int numChannels = getNumUsedChannels(mapVkFormat(m_inputFormat).order); in VertexAccessInstance() local
786 const deUint32 numChannels = getNumUsedChannels(mapVkFormat(m_inputFormat).order); in verifyResult() local
1117 const deUint32 numChannels = getNumUsedChannels(mapVkFormat(format).order); in createDrawTests() local
/external/flac/oss-fuzz/
Dfuzz-decoder.cc76 const auto numChannels = get_channels(); in write_callback() local
/external/skia/include/core/
DSkYUVAPixmaps.h293 int numChannels) { in DefaultColorTypeForDataType()
/external/sonivox/arm-wt-22k/host_src/
Deas.h54 EAS_I32 numChannels; member
/external/sonivox/arm-wt-22k/include/libsonivox/
Deas.h54 EAS_I32 numChannels; member
/external/oboe/samples/drumthumper/src/main/cpp/
DDrumPlayerJNI.cpp48 JNIEnv* env, jobject, jint numChannels) { in Java_com_plausiblesoftware_drumthumper_DrumPlayer_setupAudioStreamNative()

12