/external/opencore/codecs_v2/audio/mp3/dec/src/ |
D | pvmp3_poly_phase_synthesis.cpp | 123 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()
|
D | pvmp3_polyphase_filter_window.cpp | 117 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()
|
D | pvmp3_poly_phase_synthesis.h | 90 int32 numChannels,
|
D | pvmp3_polyphase_filter_window.h | 123 int32 numChannels);
|
/external/srec/audio/AudioIn/UNIX/src/ |
D | audioinwrapper.cpp | 60 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/ |
D | eas_main.c | 123 …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()
|
D | eas.h | 54 EAS_I32 numChannels; member
|
/external/sonivox/arm-wt-22k/host_src/ |
D | eas_main.c | 126 …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()
|
D | eas.h | 54 EAS_I32 numChannels; member
|
/external/sonivox/arm-fm-22k/host_src/ |
D | eas_main.c | 123 …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()
|
D | eas.h | 54 EAS_I32 numChannels; member
|
/external/opencore/codecs_v2/audio/aac/dec/src/ |
D | sbr_applied.h | 125 Int32 numChannels);
|
D | sbr_applied.cpp | 163 Int32 numChannels) in sbr_applied() argument 401 if (numChannels == 2) in sbr_applied()
|
/external/opencore/nodes/pvomxencnode/src/ |
D | pvmf_omx_enc_port.cpp | 849 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/ |
D | eas.py | 601 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/ |
D | pvmi_media_io_fileoutput.cpp | 190 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/ |
D | pvmi_media_io_fileoutput.h | 102 uint16 numChannels; member
|
/external/qemu/distrib/sdl-1.2.12/src/audio/macrom/ |
D | SDL_romaudio.c | 243 header.numChannels = spec->channels; in Mac_OpenAudio()
|
/external/opencore/nodes/pvmp3ffparsernode/src/ |
D | pvmf_mp3ffparser_node.h | 587 bool CreateFormatSpecificInfo(uint32 numChannels, uint32 samplingRate);
|
D | pvmf_mp3ffparser_node.cpp | 2841 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/ |
D | EASLib.c | 553 pBuf->uOutBufferLength /= pConfig->numChannels; in OpenWaveOutDevice()
|