Home
last modified time | relevance | path

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

12345678910>>...16

/aosp_15_r20/external/oboe/samples/parselib/src/main/cpp/wav/
H A 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
/aosp_15_r20/frameworks/wilhelm/src/itf/
H A DIMuteSolo.cpp33 SLuint8 numChannels = ap->mNumChannels; in IMuteSolo_SetChannelMute() local
73 SLuint8 numChannels = ap->mNumChannels; in IMuteSolo_GetChannelMute() local
105 SLuint8 numChannels = ap->mNumChannels; in IMuteSolo_SetChannelSolo() local
145 SLuint8 numChannels = ap->mNumChannels; in IMuteSolo_GetChannelSolo() local
180 SLuint8 numChannels = ap->mNumChannels; in IMuteSolo_GetNumChannels() local
/aosp_15_r20/cts/tests/tests/media/audio/src/android/media/audio/cts/
H A DAudioTrackNative.java43 public boolean open(int numChannels, int sampleRate, boolean useFloat, int numBuffers) { in open()
47 public boolean open(int numChannels, int channelMask, int sampleRate, in open()
115 public static boolean test(int numChannels, int sampleRate, boolean useFloat, in test()
120 public static boolean test(int numChannels, int channelMask, int sampleRate, boolean useFloat, in test()
150 long track, int numChannels, int channelMask, in nativeOpen()
168 int numChannels, int channelMask, int sampleRate, in nativeTest()
H A DAudioRecordNative.java41 public boolean open(int numChannels, int sampleRate, boolean useFloat, int numBuffers) { in open()
45 public boolean open(int numChannels, int channelMask, int sampleRate, in open()
113 public static boolean test(int numChannels, int sampleRate, boolean useFloat, in test()
118 public static boolean test(int numChannels, int channelMask, int sampleRate, boolean useFloat, in test()
148 long record, int numChannels, int channelMask, in nativeOpen()
167 int numChannels, int channelMask, int sampleRate, in nativeTest()
/aosp_15_r20/external/sonic/
H A Dsonic.c222 int numChannels; member
369 int numChannels) { in allocateStreamBuffers()
419 sonicStream sonicCreateStream(int sampleRate, int numChannels) { in sonicCreateStream()
454 void sonicSetNumChannels(sonicStream stream, int numChannels) { in sonicSetNumChannels()
860 static void overlapAdd(int numSamples, int numChannels, short* out, in overlapAdd()
889 int numChannels = stream->numChannels; in moveNewSamplesToPitchBuffer() local
910 int numChannels = stream->numChannels; in removePitchSamples() local
978 int numChannels = stream->numChannels; in adjustRate() local
1025 int numChannels = stream->numChannels; in skipPitchPeriod() local
1049 int numChannels = stream->numChannels; in insertPitchPeriod() local
[all …]
H A DSonic.java86 private int numChannels; field in Sonic
234 int numChannels) in allocateStreamBuffers()
256 int numChannels) in Sonic()
290 int numChannels) in setNumChannels()
682 int numChannels, in overlapAdd()
707 int numChannels, in overlapAddWithSeparation()
1044 int numChannels) in changeFloatSpeed()
1070 int numChannels) in sonicChangeShortSpeed()
H A Dwave.c20 int numChannels; member
140 static void writeHeader(waveFile file, int sampleRate, int numChannels) { in writeHeader()
229 waveFile openInputWaveFile(const char* fileName, int* sampleRate, int* numChannels) { in openInputWaveFile()
251 waveFile openOutputWaveFile(const char* fileName, int sampleRate, int numChannels) { in openOutputWaveFile()
H A DMain.java29 int numChannels) throws IOException in runSonic()
72 int numChannels = format.getChannels(); in main() local
/aosp_15_r20/frameworks/av/media/libstagefright/rtsp/
H A DAPacketSource.cpp482 int32_t sampleRate, numChannels; in APacketSource() local
498 int32_t sampleRate, numChannels; in APacketSource() local
511 int32_t sampleRate, numChannels; in APacketSource() local
562 int32_t sampleRate, numChannels; in APacketSource() local
/aosp_15_r20/external/armnn/src/backends/aclCommon/
H A 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
/aosp_15_r20/frameworks/av/media/libstagefright/
H A DACodec.cpp2228 int32_t numChannels, sampleRate; in configureCodec() local
2241 int32_t numChannels, sampleRate; in configureCodec() local
2318 int32_t numChannels; in configureCodec() local
2329 int32_t numChannels = 1, sampleRate = 48000; in configureCodec() local
2336 int32_t numChannels = 2, sampleRate = 44100, compressionLevel = -1; in configureCodec() local
2365 int32_t numChannels, sampleRate; in configureCodec() local
2374 int32_t numChannels; in configureCodec() local
2383 int32_t numChannels; in configureCodec() local
2392 int32_t numChannels; in configureCodec() local
2915 bool encoder, int32_t numChannels, int32_t sampleRate, in setupAACCodec()
[all …]
/aosp_15_r20/system/media/audio_utils/
H A Dpower.cpp131 inline void energyRef(const void *amplitudes, size_t size, size_t numChannels, float* out) in energyRef()
150 inline void energy(const void *amplitudes, size_t size, size_t numChannels, float* out) in energy()
280 size_t numChannels, in audio_utils_accumulate_energy()
/aosp_15_r20/external/aac/libSBRenc/src/
H A 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()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/wav/
H A DWavFormat.java27 public final int numChannels; field in WavFormat
41 int numChannels, in WavFormat()
H A 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()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/wav/
H A DWavFormat.java27 public final int numChannels; field in WavFormat
41 int numChannels, in WavFormat()
H A 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()
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/
H A DWavFileCapture.java64 public void setWavSpec(int numChannels, int sampleRate) { in setWavSpec()
104 private native void setWavSpec_n(long wavCaptureObj, int numChannels, int sampleRate); in setWavSpec_n()
/aosp_15_r20/cts/apps/CtsVerifier/jni/megaaudio/recorder/
H A DAppCallbackAudioSink.cpp32 void AppCallbackAudioSink::init(int numFrames, int numChannels) { in init()
67 void AppCallbackAudioSink::push(float* audioData, int numFrames, int numChannels) { in push()
/aosp_15_r20/external/lzma/CPP/7zip/Compress/
H A DRar3Vm.cpp947 static void DeltaDecode(Byte *data, UInt32 dataSize, UInt32 numChannels) in DeltaDecode()
1005 static void AudioDecode(Byte *srcData, UInt32 dataSize, UInt32 numChannels) in AudioDecode()
1105 const UInt32 numChannels = R[0]; in ExecuteStandardFilter() local
1130 const UInt32 numChannels = R[0]; in ExecuteStandardFilter() local
/aosp_15_r20/external/webrtc/sdk/android/src/java/org/webrtc/audio/
H A DWebRtcAudioManager.java102 private static int getMinOutputFrameSize(int sampleRateInHz, int numChannels) { in getMinOutputFrameSize()
114 private static int getMinInputFrameSize(int sampleRateInHz, int numChannels) { in getMinInputFrameSize()
/aosp_15_r20/cts/apps/CtsVerifier/jni/audio_loopback/
H A DWavFileCapture.cpp43 void WavFileCapture::setWavSpec(int numChannels, int sampleRate) { in setWavSpec()
119 …JNIEnv *env __unused, jobject obj __unused, jlong wavCaptureObj, jint numChannels, jint sampleRate… in Java_com_android_cts_verifier_audio_audiolib_WavFileCapture_setWavSpec_1n()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessVertexAccessTests.cpp272 const int numChannels = getNumUsedChannels(mapVkFormat(m_inputFormat).order); in initPrograms() local
696 const int numChannels = getNumUsedChannels(mapVkFormat(m_inputFormat).order); in VertexAccessInstance() local
851 const uint32_t numChannels = getNumUsedChannels(mapVkFormat(m_inputFormat).order); in verifyResult() local
1188 const uint32_t numChannels = getNumUsedChannels(mapVkFormat(format).order); in createDrawTests() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DMaxUnpooling.cpp53 int64_t numChannels = self.size(0); in max_unpooling2d_forward_out_cpu() local
57 int64_t numChannels = self.size(1); in max_unpooling2d_forward_out_cpu() local
/aosp_15_r20/frameworks/wilhelm/tests/listening/
H A DslesTest_playMuteSolo.cpp107 SLuint8 numChannels = 0; in PlayEventCallback() local
278 SLuint8 numChannels = 123; in TestPlayUri() local

12345678910>>...16