Searched refs:numChannels (Results 1 - 25 of 25) sorted by relevance

/external/aac/libSYS/include/
H A Dwav_file.h146 USHORT numChannels; member in struct:WAV_HEADER
201 * \param numChannels Desired number of audio channels of the resulting WAV file.
206 INT WAV_OutputOpen(HANDLE_WAV *pWav, const char *outputFilename, INT sampleRate, INT numChannels, INT bitsPerSample);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
H A DFlatManifestWriterImpl.java454 int numChannels = 0;
458 numChannels += 1;
463 numChannels += 2;
469 numChannels += 2;
476 numChannels += 1;
481 numChannels += 1;
486 numChannels += 2;
492 numChannels += 2;
498 numChannels += 1;
503 numChannels
[all...]
/external/srec/audio/AudioIn/UNIX/src/
H A Daudioinwrapper.cpp61 static int numChannels = 1; variable
71 numChannels = channel_count;
102 (numChannels > 1) ? AUDIO_CHANNEL_IN_STEREO : AUDIO_CHANNEL_IN_MONO,
/external/aac/libAACdec/src/
H A Daacdec_drc.h144 int numChannels );
H A Daacdecoder_lib.cpp812 self->streamInfo.numChannels = self->streamInfo.aacNumChannels;
847 &self->streamInfo.numChannels,
849 self->channelOutputMapping[self->streamInfo.numChannels-1],
889 &self->streamInfo.numChannels,
H A Daacdecoder.cpp701 pStreamInfo->numChannels = 0;
/external/aac/libSBRenc/include/
H A Dsbr_encoder.h145 UCHAR numChannels; /*!< */ member in struct:__anon230
288 * \param numChannels The amount of audio channels
293 UINT sbrEncoder_LimitBitRate(UINT bitRate, UINT numChannels, UINT coreSampleRate, AUDIO_OBJECT_TYPE aot);
313 * \param numChannels Input: Encoder input channels. output: core encoder channels.
332 INT *numChannels,
/external/chromium_org/media/audio/android/
H A Dopensles_input.cc31 format_.numChannels = static_cast<SLuint32>(params.channels());
37 if (format_.numChannels == 1)
39 else if (format_.numChannels == 2)
42 NOTREACHED() << "Unsupported number of channels: " << format_.numChannels;
H A Dopensles_output.cc33 format_.numChannels = static_cast<SLuint32>(params.channels());
39 if (format_.numChannels == 1)
41 else if (format_.numChannels == 2)
44 NOTREACHED() << "Unsupported number of channels: " << format_.numChannels;
/external/aac/libSBRenc/src/
H A Dsbr_encoder.cpp165 UINT numChannels,/*! the number of channels for the core coder */
182 if ( numChannels == sbrTuningTable [i].numChannels
397 UINT numChannels, /*! the core coder number of channels */
411 config->codecSettings.nChannels = numChannels;
428 bitRate *= numChannels;
430 if (numChannels==1) {
437 idx = getSbrTuningTableIndex(bitRate,numChannels,sampleRateCore, core, NULL);
481 if (numChannels == 1) {
1775 UINT sbrEncoder_LimitBitRate(UINT bitRate, UINT numChannels, UIN argument
164 getSbrTuningTableIndex(UINT bitrate, UINT numChannels, UINT sampleRate, AUDIO_OBJECT_TYPE core, UINT *pBitRateClosest ) argument
395 FDKsbrEnc_AdjustSbrSettings(const sbrConfigurationPtr config, UINT bitRate, UINT numChannels, UINT sampleRateCore, UINT sampleRateSbr, UINT transFac, UINT standardBitrate, UINT vbrMode, UINT useSpeechConfig, UINT lcsMode, UINT bParametricStereo, AUDIO_OBJECT_TYPE core) argument
1807 sbrEncoder_Init( HANDLE_SBR_ENCODER hSbrEncoder, SBR_ELEMENT_INFO elInfo[(8)], int noElements, INT_PCM *inputBuffer, INT *coreBandwidth, INT *inputBufferOffset, INT *numChannels, INT *coreSampleRate, UINT *downSampleFactor, INT *frameLength, AUDIO_OBJECT_TYPE aot, int *delay, int transformFactor, const int headerPeriod, ULONG statesInitFlag ) argument
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMediaRecorder.java53 public void setAudioChannels(int numChannels) { argument
54 audioChannels = numChannels;
/external/aac/libSBRdec/include/
H A Dsbrdecoder.h298 * \param numChannels Pointer to a buffer holding the number of channels in time data buffer.
309 int *numChannels,
/external/sonivox/arm-fm-22k/host_src/
H A Deas_main.c123 wFile = WaveFileCreate(outputFile, pLibConfig->numChannels, pLibConfig->sampleRate, sizeof(EAS_PCM) * 8);
136 for (i = 0, p = buffer; i < NUM_BUFFERS; i++, p+= pLibConfig->mixBufferSize * pLibConfig->numChannels)
280 bufferSize = pLibConfig->mixBufferSize * pLibConfig->numChannels * (EAS_I32)sizeof(EAS_PCM) * NUM_BUFFERS;
438 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_INFO, "\tNumber of channels: %d\n", pLibConfig->numChannels); */ }
H A Deas.h54 EAS_I32 numChannels; member in struct:__anon25645
/external/sonivox/arm-hybrid-22k/host_src/
H A Deas_main.c123 wFile = WaveFileCreate(outputFile, pLibConfig->numChannels, pLibConfig->sampleRate, sizeof(EAS_PCM) * 8);
136 for (i = 0, p = buffer; i < NUM_BUFFERS; i++, p+= pLibConfig->mixBufferSize * pLibConfig->numChannels)
280 bufferSize = pLibConfig->mixBufferSize * pLibConfig->numChannels * (EAS_I32)sizeof(EAS_PCM) * NUM_BUFFERS;
438 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_INFO, "\tNumber of channels: %d\n", pLibConfig->numChannels); */ }
H A Deas.h54 EAS_I32 numChannels; member in struct:__anon25695
/external/sonivox/arm-wt-22k/host_src/
H A Deas_main.c126 wFile = WaveFileCreate(outputFile, pLibConfig->numChannels, pLibConfig->sampleRate, sizeof(EAS_PCM) * 8);
139 for (i = 0, p = buffer; i < NUM_BUFFERS; i++, p+= pLibConfig->mixBufferSize * pLibConfig->numChannels)
283 bufferSize = pLibConfig->mixBufferSize * pLibConfig->numChannels * (EAS_I32)sizeof(EAS_PCM) * NUM_BUFFERS;
441 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_INFO, "\tNumber of channels: %d\n", pLibConfig->numChannels); */ }
H A Deas.h54 EAS_I32 numChannels; member in struct:__anon25746
/external/aac/libSYS/src/
H A Dwav_file.cpp162 FDKfread_EL(&(wav->header.numChannels), 2, 1, wav->fp);
379 * \param numChannels desired number of audio channels of the resulting WAV file
385 INT WAV_OutputOpen(HANDLE_WAV *pWav, const char *outputFilename, INT sampleRate, INT numChannels, INT bitsPerSample) argument
417 wav->header.numChannels = LittleEndian16((SHORT)numChannels);
418 wav->header.blockAlign = LittleEndian16((SHORT)(numChannels * (bitsPerSample >> 3)));
/external/aac/libAACdec/include/
H A Daacdecoder_lib.h221 While the members sampleRate, frameSize and numChannels might be quite self explaining,
225 CStreamInfo::numChannels cells. Each cell of pChannelType indicates the channel type, described in
259 CStreamInfo::numChannels = 2
281 CStreamInfo::numChannels = 6
321 CStreamInfo::numChannels = 3
494 INT numChannels; /*!< The number of output audio channels in the decoded and interleaved PCM audio signal. */ member in struct:__anon3
/external/aac/libPCMutils/src/
H A Dpcmutils_lib.cpp272 const INT numChannels, /* in */
293 for (ch = 0; ch < numChannels; ch += 1) {
406 int grpIdx, ch = 0, numChannels = 0; local
427 numChannels += numChInGrp[grpIdx];
431 pChannelMap = channelMapping[numChannels-1];
271 getChannelMode( const INT numChannels, const AUDIO_CHANNEL_TYPE channelType[], const UCHAR channelIndices[], UCHAR offsetTable[PCM_DMX_MAX_CHANNELS] ) argument
/external/sonivox/jet_tools/JetCreator/
H A Deas.py540 ('numChannels', c_long),
601 AudioBufferType = c_ubyte * (2 * self.config.mixBufferSize * self.config.numChannels)
611 eas_logger.debug("libVersion=%08x, maxVoices=%d, numChannels=%d, sampleRate = %d, mixBufferSize=%d" %
612 (self.config.libVersion, self.config.maxVoices, self.config.numChannels, self.config.sampleRate, self.config.mixBufferSize))
724 stream.setparams((self.config.numChannels, 2, self.config.sampleRate, 0, 'NONE', None))
904 AudioBufferType = c_ubyte * (2 * buf_size * self.config.numChannels)
/external/aac/libSBRdec/src/
H A Dsbrdecoder.cpp1376 int *numChannels,
1387 int numCoreChannels = *numChannels;
1468 /* Update numChannels and samplerate */
1469 *numChannels = numSbrChannels;
1374 sbrDecoder_Apply( HANDLE_SBRDECODER self, INT_PCM *timeData, int *numChannels, int *sampleRate, const UCHAR channelMapping[(6)], const int interleaved, const int coreDecodedOk, UCHAR *psDecoded ) argument
/external/qemu/distrib/sdl-1.2.15/src/audio/macrom/
H A DSDL_romaudio.c243 header.numChannels = spec->channels;
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
H A DEASLib.c553 pBuf->uOutBufferLength /= pConfig->numChannels;

Completed in 525 milliseconds