Searched defs:numChannels (Results 1 - 12 of 12) sorted by relevance

/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/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/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/sonivox/arm-fm-22k/host_src/
H A Deas.h54 EAS_I32 numChannels; member in struct:__anon26551
/external/sonivox/arm-hybrid-22k/host_src/
H A Deas.h54 EAS_I32 numChannels; member in struct:__anon26601
/external/sonivox/arm-wt-22k/host_src/
H A Deas.h54 EAS_I32 numChannels; member in struct:__anon26652
/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/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/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/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMediaRecorder.java53 public void setAudioChannels(int numChannels) { argument
54 audioChannels = numChannels;
/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/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...]

Completed in 262 milliseconds