Home
last modified time | relevance | path

Searched refs:numChannels (Results 1 – 21 of 21) sorted by relevance

/external/opencore/codecs_v2/audio/mp3/dec/src/
Dpvmp3_poly_phase_synthesis.cpp123 int32 numChannels, in pvmp3_poly_phase_synthesis() argument
155 numChannels); in pvmp3_poly_phase_synthesis()
171 ptr_out + (numChannels << 5), in pvmp3_poly_phase_synthesis()
172 numChannels); in pvmp3_poly_phase_synthesis()
174 ptr_out += (numChannels << 6); in pvmp3_poly_phase_synthesis()
Dpvmp3_polyphase_filter_window.cpp117 int32 numChannels) in pvmp3_polyphase_filter_window() argument
198 int32 k = j << (numChannels - 1); in pvmp3_polyphase_filter_window()
200 outPcm[(numChannels<<5) - k] = saturate16(sum2 >> 6); in pvmp3_polyphase_filter_window()
233 outPcm[(SUBBANDS_NUMBER/2)<<(numChannels-1)] = saturate16(sum2 >> 6); in pvmp3_polyphase_filter_window()
Dpvmp3_poly_phase_synthesis.h90 int32 numChannels,
Dpvmp3_polyphase_filter_window.h123 int32 numChannels);
/external/srec/audio/AudioIn/UNIX/src/
Daudioinwrapper.cpp60 static int numChannels = 1;
70 numChannels = channel_count; in AudioSetInputFormat()
101 …(numChannels > 1) ? android::AudioSystem::CHANNEL_IN_STEREO : android::AudioSystem::CHANNEL_IN_MON… in AudioOpen()
/external/sonivox/arm-hybrid-22k/host_src/
Deas_main.c123 …wFile = WaveFileCreate(outputFile, pLibConfig->numChannels, pLibConfig->sampleRate, sizeof(EAS_PCM… in PlayFile()
136 … (i = 0, p = buffer; i < NUM_BUFFERS; i++, p+= pLibConfig->mixBufferSize * pLibConfig->numChannels) in PlayFile()
280 …bufferSize = pLibConfig->mixBufferSize * pLibConfig->numChannels * (EAS_I32)sizeof(EAS_PCM) * NUM_… in main()
Deas.h54 EAS_I32 numChannels; member
/external/sonivox/arm-wt-22k/host_src/
Deas_main.c126 …wFile = WaveFileCreate(outputFile, pLibConfig->numChannels, pLibConfig->sampleRate, sizeof(EAS_PCM… in PlayFile()
139 … (i = 0, p = buffer; i < NUM_BUFFERS; i++, p+= pLibConfig->mixBufferSize * pLibConfig->numChannels) in PlayFile()
283 …bufferSize = pLibConfig->mixBufferSize * pLibConfig->numChannels * (EAS_I32)sizeof(EAS_PCM) * NUM_… in main()
Deas.h54 EAS_I32 numChannels; member
/external/sonivox/arm-fm-22k/host_src/
Deas_main.c123 …wFile = WaveFileCreate(outputFile, pLibConfig->numChannels, pLibConfig->sampleRate, sizeof(EAS_PCM… in PlayFile()
136 … (i = 0, p = buffer; i < NUM_BUFFERS; i++, p+= pLibConfig->mixBufferSize * pLibConfig->numChannels) in PlayFile()
280 …bufferSize = pLibConfig->mixBufferSize * pLibConfig->numChannels * (EAS_I32)sizeof(EAS_PCM) * NUM_… in main()
Deas.h54 EAS_I32 numChannels; member
/external/opencore/codecs_v2/audio/aac/dec/src/
Dsbr_applied.h125 Int32 numChannels);
Dsbr_applied.cpp163 Int32 numChannels) in sbr_applied() argument
401 if (numChannels == 2) in sbr_applied()
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_port.cpp849 uint32 numChannels = 0; in NegotiateInputSettings() local
853 numChannels = PVMF_AMRENC_DEFAULT_NUM_CHANNELS; in NegotiateInputSettings()
857 numChannels = kvp[0].value.uint32_value; in NegotiateInputSettings()
863 status = iOMXNode->SetInputNumChannels(numChannels); in NegotiateInputSettings()
/external/sonivox/jet_tools/JetCreator/
Deas.py601 AudioBufferType = c_ubyte * (2 * self.config.mixBufferSize * self.config.numChannels)
612 …(self.config.libVersion, self.config.maxVoices, self.config.numChannels, self.config.sampleRate, s…
724 stream.setparams((self.config.numChannels, 2, self.config.sampleRate, 0, 'NONE', None))
904 AudioBufferType = c_ubyte * (2 * buf_size * self.config.numChannels)
/external/opencore/pvmi/media_io/pvmiofileoutput/src/
Dpvmi_media_io_fileoutput.cpp190 iFmtSubchunk.numChannels = 0; in initData()
1646 iFmtSubchunk.numChannels = iAudioNumChannels; in setParametersSync()
1790 iFmtSubchunk.numChannels = iAudioNumChannels; in setParametersSync()
1823 …iFmtSubchunk.byteRate = iFmtSubchunk.sampleRate * iFmtSubchunk.numChannels * iFmtSubchunk.bitsPerS… in setParametersSync()
1824 iFmtSubchunk.blockAlign = iFmtSubchunk.numChannels * iFmtSubchunk.bitsPerSample / 8; in setParametersSync()
1829 …iFmtSubchunk.byteRate = iFmtSubchunk.sampleRate * iFmtSubchunk.numChannels * iFmtSubchunk.bitsPerS… in setParametersSync()
1830 iFmtSubchunk.blockAlign = iFmtSubchunk.numChannels * iFmtSubchunk.bitsPerSample / 8; in setParametersSync()
/external/opencore/pvmi/media_io/pvmiofileoutput/include/
Dpvmi_media_io_fileoutput.h102 uint16 numChannels; member
/external/qemu/distrib/sdl-1.2.12/src/audio/macrom/
DSDL_romaudio.c243 header.numChannels = spec->channels; in Mac_OpenAudio()
/external/opencore/nodes/pvmp3ffparsernode/src/
Dpvmf_mp3ffparser_node.h587 bool CreateFormatSpecificInfo(uint32 numChannels, uint32 samplingRate);
Dpvmf_mp3ffparser_node.cpp2841 bool PVMFMP3FFParserNode::CreateFormatSpecificInfo(uint32 numChannels, uint32 samplingRate) in CreateFormatSpecificInfo() argument
2862 ((channelSampleInfo*)frag.ptr)->desiredChannels = numChannels; in CreateFormatSpecificInfo()
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
DEASLib.c553 pBuf->uOutBufferLength /= pConfig->numChannels; in OpenWaveOutDevice()